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

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


/*********************************************/
/**********    Umfrage-Tool only    **********/
/*********************************************/
/*       im  Admin-Panel deaktivieren        */
.question-count-text, .survey-description {
    padding: 0 !important;  
    }
/*********************************************/


/*********************************************/
/**********     Admin-Panel only    **********/
/*********************************************/
/*       im Umfrage-Tool deaktivieren        */
.custom_questionhelp {
/*    text-indent: -1.3em;    */
/*    padding-left: 2.2em !important;    */
    }

.custom_questionhelp:before {
/*    content: "💡";    */
/*    position: relative;    */
/*    left: -0.2em;    */
    }






/*********************************************/
/**********     CSS-Validierung     **********/
/*********************************************/
/*              später löschen               */

/* Formatierung Other-Button ("Unverständlich") */
/* input[value="-oth-"] + label.btn.btn-primary.w-100 { */

.answer-container {
    padding: 0 0.5em 0 0.5em !important;
    }
    .checkbox-list, .radio-list, .answers-list  {
        padding: 0 2.2em 0 2.2em !important;
        }


.bootstrap-buttons-div {
    min-width: 110px !important;
    width: auto !important;
    }

.bootstrap-buttons-div:has(input[value="-oth-"]) {
    padding-top: 0.3em;
    }
  
.other-text-item Input {
    margin-left: 1.7em !important;
    }
    
/*  Hide alert if other-text is not answered  */
.ls-question-mandatory-other {
    display: none !important;
    }
    
.form-group.answer-item.radio-text-item {
    padding-left: 1.2em !important;
    }
    
input[value="-oth-"] + .btn-primary {
    background-color: #6e748c;
    border-color: #525668;
    color: #ffffff;
    font-weight: 500;
	}

input[value="-oth-"] + .btn-primary:hover, input[value="-oth-"] + .btn-primary:focus, input[value="-oth-"] + .btn-primary:active {
    color: #FFFFFF;
    background-color: #cd6771 !important;
    border-color: #af444f !important;
    }   
    
.btn-check:checked + .btn-primary {
	}
       input[value="-oth-"].btn-check:checked + .btn-primary {
        background-color: #af444f !important;
        border-color: #af444f !important;
        }

input[value="-oth-"].btn-check:checked ~ div div .btn-check:not(:checked) + .btn {
    background-color: gray;
	}

.incomprehensible {
    padding: 0.4em 0.7em;
    border-radius: 0.2em;
    background-color: #6e748c;
    color: #FFFFFF;
    font-size: 0.9rem;
    hyphens: none;
    }
    
.incomprehensible:hover, .incomprehensible:focus, .incomprehensible:active  {
    color: #FFFFFF;
    background-color: #cd6771;
    border-color: #af444f;
    }
    .radio-item input[value="77777"]:checked + label > span.incomprehensible,
    .checkbox-item input[value="Y"]:checked + label > span.incomprehensible {
        background-color: #af444f !important;
        border-color: #af444f !important;
        }
    
 .row.row-cols-lg-auto.align-items-center.mb-3.answer-item {
    display: none;
    }
    


    
    
@media only screen and (max-width: 768px) {
    .bootstrap-buttons-div {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        }
        
    .bootstrap-buttons-div.bootstrap-buttons-div {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        }
        
    .answers-list {
        padding: 0 5% !important;
        }
    }








/*********************************************/
/***********     CSS-Animation     ***********/
/*********************************************/

@import '/merias2.kilburg.eu/assessment/plugins/animate.min.css';

@-moz-keyframes fadein { /* Firefox */
   from { opacity:0; }
   to { opacity:1; }
   }
@-webkit-keyframes fadein { /* Safari and Chrome */
   from { opacity:0; }
   to { opacity:1; }
   }
@-o-keyframes fadein { /* Opera */
   from { opacity:0; }
   to { opacity:1; }
   }
@keyframes fadein {
   from { opacity:0; }
   to { opacity:1; }
   }
 

@-moz-keyframes slideInFromLeft { /* Firefox */
   from { transform: translateX(-300%); }
   to { transform: translateX(0); }
   }
@-webkit-keyframes slideInFromLeft { /* Safari and Chrome */
   from { transform: translateX(-300%); }
   to { transform: translateX(0); }
   }
@-o-keyframes slideInFromLeft { /* Opera */
   from { transform: translateX(-300%); }
   to { transform: translateX(0); }
   }
@keyframes slideInFromLeft {
   from { transform: translateX(-300%); }
   to { transform: translateX(0); }
   }


@-moz-keyframes slideInFromRight { /* Firefox */
   from { transform: translateX(+300%); }
   to { transform: translateX(0); }
   }
@-webkit-keyframes slideInFromRight { /* Safari and Chrome */
   from { transform: translateX(+300%); }
   to { transform: translateX(0); }
   }
@-o-keyframes slideInFromRight { /* Opera */
   from { transform: translateX(+300%); }
   to { transform: translateX(0); }
   }
@keyframes slideInFromRight {
   from { transform: translateX(+300%); }
   to { transform: translateX(0); }
   }
   
   
/*********************************************/
/**********   Basic Konfiguration   **********/
/*********************************************/ 
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-cancel: #e9ecef;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-cancel-rgb: 233, 236, 239;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-root-font-size: 44px;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    
    /*   Cutsom MERIAS   */
    font-Size: 24px;
	}

span.m0, a {
    text-decoration-line: underline;
    cursor: pointer;
    color: #003300;
    }
    
span.m1:before  {
    content: "suppor";
    }
span.m2:before  {
    content: "merias.iqp-";
    }
    
/*********************************************/
/***********     Dropdown-Menu     ***********/
/*********************************************/
/* Expand dropdown menu if index is shown */
.dropdown-menu:has(.dropdown-toggle.nav-link.show)  {
	height: 70vw;
	}

#main-dropdown {
    padding: 0.5em 1em 1em 1em;
	}

#survey-nav #main-dropdown li a {
    line-height: 1.4em;
    padding-left: 1.35em;
    }
	
.nav-link {
    padding: 0.5rem 0rem;
	}
	
.dropdown-toggle + .dropdown-menu {
    box-shadow: none;
    }
	
.dropdown-item-text {
	padding: 0.9rem 0rem 0.25rem 0rem;
    color: #09532c;
    font-size: 1.1rem;
    line-height: 1.2rem;
	}
	
.dropdown-menu ul li {
    padding: 0.2em 0em 0.2em 0em;
    line-height: 1.2rem;
    }
    
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #edf9ed !important;
    }

    
    

/*********************************************/
/***********   Willkommens-Seite   ***********/
/*********************************************/
.survey-name {
    margin: 3rem 0rem 1rem 0rem;
    }

/****     Umfragetitel      ****/
.large-heading {
    font-weight: 200;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    }
    
/****   UmfrageUntertitel   ****/
.survey-name.large-heading:after {
    content: "Mental Risk Assessment";
    display: block;
    font-size: 0.7em;
    }
    
    
/***********       Intro- und Exit-Boxen     ***********/

#welcome-container {
    width: 100%;
    max-width: 100%;
    padding: 0rem 2rem;
    }
    
.form-heading, .survey-description, .survey-welcome, .question-count-text, .privacy, .datasecurity-checkbox-label {
    /* do not use any margin */
    Padding: 2rem 2rem 1rem 2rem;
    margin-bottom: 0rem;
    
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: #edf2ed;
    color: #6E748C;
    }
    
.privacy {
    margin: 1.5rem 2rem 0.5rem 2rem !important;
    padding: 1.5rem;
    }

.privacy p {
    margin-bottom: 0.5rem;
    }


/*********   Datenschutz-Hinweis   ***********/	
.privacy #datasecurity_notice_label {
    margin-bottom: 1rem;
    }

.privacy #datasecurity_accepted {
   vertical-align: bottom;
   width: 1.5em;
   height: 1.5em;
   font-size: 1rem;
   }

/**********   Datenschutz-Checkbox   *********/    
.datasecurity-checkbox-container {
    margin-top: 1.8rem;
    }

.privacy .checkbox-item label::before {
    border: 3px solid #09532c;
    font-size: 1.1rem;
    }
    

/***   Seiten-Navigation Willkommen-Seite  ***/
.privacy + #navigator-container {
    width: 100%;
    /* margin: 0.5rem 0rem 3rem 2rem; */
    margin: 0.5rem 2rem 3rem 2rem;
    }

/***   Exit- Seite  ***/
.completed-text {
    text-align: center;
    }
    
    
	
/*********************************************/
/**********   Forschrittsanzeige   ***********/
/*********************************************/
.navbar {
    padding-bottom: 0rem;
    }

.top-content {
    margin-bottom: 0em !important;
	}

.progress-bar {
    background-color: #008000;
    }


	
/*********************************************/
/***********   Seiten-Navigation   ***********/
/*********************************************/
#navigator-container {
   float: right;
   display: flex;
   flex-wrap: nowrap;
   }

.text-end .text-start{
    text-align: right;
    }
	
/****   Ausrichtung Navi-Button Previous  ****/
#ls-button-previous {
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
	
    width: 7em;
    margin-right: 0.5rem;
    padding: 0.8em 0em 0.8em 0em;    
    color: #028000;
    border-color: #028000;
    background-color: #FFFFFF;
    }    
    #ls-button-previous:hover {
        background-color: #edf2ed;
        box-shadow: none;
        }

/****   Ausrichtung Navi-Button Forward   ****/   
#ls-button-submit {
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
	
    width: 7em;
    padding: 0.8em 0em 0.8em 0em;    color: #FFFFFF;
    border-color: #028000;
    background-color: #028000;
    }
    #ls-button-submit:hover {
        border-color: #016000;
        background-color: #016000;
        box-shadow: none;
        }

   
    
/*********************************************/
/***********      Basis-Seite      ***********/
/*********************************************/
body {
    max-width: 50em;
    margin: 1em auto;
    padding-top: 25px !important;
    line-height: normal;
    }
   
body .top-container {
	margin-bottom: 0em;
	}
	
#outerframeContainer {
    hyphens: none;
    }
   
.row {
   /* do not use any padding */
   --bs-gutter-x: 0px;
   margin-right: 0;
   margin-left: 0;
   }
   
/* Korrektur Abstände */
.group-outer-container {
   margin-bottom: 0;
   }
.space-col {
   display: block;
   margin-top: 0em;
   margin-bottom: 0em;
   }
.form-check {
    padding-left: 0.1em;
    }   
 
.ri-asterisk:before {
    display: none;
    }

img, svg {
    margin: 0.3em 0em;
    }

p {
    line-height: normal;
    margin-bottom: 0.5rem;
    }
	
H2 {
    color: #09532c;
    font-size: 1.9rem;
    line-height: 2.3rem;
    font-weight: 200;
    }
    
H3 {
    color: #09532c;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 200;
    }
    
H4 {
    color: #09532c;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 200;
    }
	
.ls-label-question H3 {
    margin-top: 0em;
	}
	
ol li {
    line-height: 1.2em;
    margin-bottom: 0.8em;
    }

/* ---------------------------------------------*/

.group-container .group-title {
    margin-top: 0em;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 200;
    text-align: center;
    /* margin-bottom: 10px; */
    }
 
/*********************************************/
/***********       Modal-Box       ***********/
/*********************************************/ 
.modal-header {
    padding-bottom: 0.8em;
    }
.modal-body {
    padding: 0rem 1.5rem 0rem 1.5rem;
	}
.modal-footer {
    padding: 0rem 1.5rem 1.5rem 1.5rem;
	}
	

/*********************************************/
/***********       Questions       ***********/
/*********************************************/
 
.question-container {
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;

    margin-top: 0.8em;
    margin-bottom: 0.6em;
    padding: 1.8em 0em 1.2em 0em; 
    background-color: #edf2ed !important;
    font-weight: 400;
    font-size: 1rem;
	}

.question-title-container {
    margin-bottom: 0em !important;
    padding: 0em 2em 0em 2em;
    }

.answer-container {
    padding: 0 2.7em 0 2.7em;
    }	
 
.question-text {
	text-align: center;
	margin: 0.4em 1.5em 0.4em 1.5em;
	}
	
.question-container .question-text .ls-label-question {
    font-weight: 400;
    font-size: 1rem;
    }
 
.QuestionTextAlignLeft>.question-title-container>.question-text div {
    text-align: left;
    }


/*********************************************/
/********     Hinweis-Boxen Fragen    ********/
/*********************************************/
 	
/********     Validierungs-Hinweis     *******/   
.question-container .question-valid-container {
    margin-top: 1em;
    margin-bottom: 0.1em;
    margin-left: 7.4%;
    margin-right: 7.4%;
    }
    .question-valid-container {
        margin-top: 0.3em;
        margin-bottom: 0.3em;
        }


/**********       Info-Hinweis       *********/   
.text-info {
    top: -0.5em;
    width: 85%;
    margin: 0% 7% 0% 7%;
    padding: 0em;
    background: #f8f7e6;
    line-height: normal;
    }


/*********************************************/
/**********    Text-Eingabefelder   **********/
/*********************************************/
/* input[type="text"] */
.form-control, .input-sm, input {
    font-size: 1rem;
    font-weight: 400;
    color: #09532c;
    }
    /*   Fokus auf Eingabefeldern   */
    .form-control:focus {
        box-shadow: 0.1em 0.1em 0 #8dc3a7;
        border-color: #09532c;
        color: #09532c;
        }

/* Abstände Texteingabefelder  */
.ls-answers.answer-item.text-item {
    /* margin: 0.3em 8% 0.3em 8%; */
    float: left;
    width: 100%;
}


/* Abstände Multiple-Texteingabefelder  */
.subquestion-list {
    margin: 0.3em 8% 0.3em 8%; 
    }
 



/*********************************************/
/* Multiple Texteingabe-Felder - MERIAS Class  */
/*********************************************/

.centeredInputField>.answer-container>.answer-item input,
.centeredInputField>.answer-container>.subquestion-list>.answer-item>.col-12 input {
    margin-left: 32%;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #09532c;
    }
    .centeredInputField>.answer-container>.answer-item input {
        margin-left: auto;
        margin-right: auto;
        }
    .centeredInputField>.answer-container>.subquestion-list>.answer-item>.col-12 input {
        margin-left: 32%;
        }
    
    

/*********************************************/
/******    Text-Eingabefelder "Andere"  ******/
/*********************************************/
.ls-input-group {
    display: inline-flex;
    }
    
.InputHour > .answer-container > .answer-item > .withsuffix > .ls-input-group-extra {
    padding: 0.5rem;   
    }
	
.other-text-item Input {
    margin-left: 0.7em;
    width: 92%;
    }


.InputDays > .question-title-container > .answer-container > .answer-item > .withsuffix > .ls-input-group, 
.InputDays > .question-title-container > .answer-container > .ls-answers > .list-unstyled > .radio-text-item > .other-text-item, 
.InputHour > .question-title-container > .answer-container > .answer-item > .withsuffix > .ls-input-group,
.InputHour > .question-title-container > .answer-container > .ls-answers > .list-unstyled > .radio-text-item > .other-text-item {

    }
    .InputDays > .question-title-container > .answer-container > .answer-item > .withsuffix > .ls-input-group input, 
    .InputDays > .question-title-container > .answer-container > .ls-answers > .list-unstyled > .radio-text-item > .other-text-item input, 
    .InputHour > .question-title-container > .answer-container > .answer-item > .withsuffix > .ls-input-group input,
    .InputHour > .question-title-container > .answer-container > .ls-answers > .list-unstyled > .radio-text-item > .other-text-item input {
    margin-bottom: 10px;
    width: 4em;
    text-align: center;
    }
    
.InputDays > .answer-container > .answer-item > .withsuffix > .ls-input-group input, 
.InputDays > .answer-container > .ls-answers > .list-unstyled > .radio-text-item > .other-text-item input, 
.InputHour > .answer-container > .answer-item > .withsuffix > .ls-input-group input,
.InputHour > .answer-container > .ls-answers > .list-unstyled > .radio-text-item > .other-text-item input {
    width: 4em;
    margin-left: 0em !important;
    /* margin-right: 1.2em; */
    float:left;
    text-align: center;
    font-size: 1rem;   
    color: #09532c;
    font-weight: 500;
    }
    
/******     Text-Eingabefelder Suffix   ******/
	
.post-text-wrapper  {
    max-width: 66%;
    width: auto;
    padding: 0.3em 0 0 0;
    text-align: left;
    } 

.ls-input-group-extra.suffix-text.suffix {
    margin-left: 1em;
    padding: 0.5em 0 0 0;
    float: Left;
    line-height: 1em;
    }    
    
.TextSuffixHoursPerWeek   {
    margin-top: 0.5em;	}

 

/* Suffix nach Eingabefeld */  
.othertext-label-checkox-container:has(>input[type="radio"]:checked) + .other-text-item + .post-text-wrapper>.post-text, 
.othertext-label-checkox-container:has(>input[type="checkox"]:checked) + .other-text-item + .post-text-wrapper>.post-text {
	color: #09532c;
	}
 
 
 
/*********************************************/
/********    Single/Multiple-Choice   ********/
/*********************************************/ 
.answers-list {  
    display: block;
    padding: 0em;
    } 
	

/* Zentrierung Bootstrap-Button */
.radio-list {
    text-align: center;
    }
	

.ls-label-question ul li {
    text-align: left;
    }
   
li.radio-item, 
li.checkbox-item, 
li.radio-text-item, 
.checkbox-text-item {
    min-width: 60%;
    padding-top: 0.2em !important;
    padding-bottom: 0.2em;
    margin-bottom: 0.3em;
    }

.checkbox-item.mb-1 {
    margin-bottom: 0.3em !important;
    }

/***     Container Radio/Checkbox-Butons   ***/
.ls-answers label, 
.answer-item label, 
.control-label {
	color: #1e1e1e;
    font-weight: 400;
    line-height: 1.5rem;
	} 



/****************************************************/
/***********   Radioboxen Single-Choice   ***********/
/****************************************************/
  
/* Größe der Radioboxen  */   
.radio-item input[type="radio"] {
   width: 1.7em;
   height: 1.7em;
   }
   
/* Größe der Radioboxen  */
.radio-item label::before {
    width: 1.7em !important;
    height: 1.7em !important;
    border: 3px solid #09532c !important;
    }

/* Single Choice Text */
.radio-item label {
    display: inherit;
    padding-top: 0.2em;
    padding-left: 1.6em !important;
    margin-bottom: 0.2em;
    text-align: left;
    line-height: 1.5rem;
    font-size: 1rem;
    }
	
/* Text des ausgewählten/aktiven Radio-Button */
.radio-item input[type=radio]:checked + label {
    color: #09532c;
    }
    
/* Ausgewählten/aktiven Radio-Button */
.radio-item input[type="radio"]:checked + label::before {
    border: solid 3px #09532c;
    }

.radio-item input[type=radio] + label::after {
    background-color: unset;
    transition: all .2s;
    }

.radio-item input[type="radio"]:checked + label::before {
    width: 1.7em;
    height: 1.7em;
    background-color: #FFFFFF;
    padding: 0.01em 0.1em 0.1em 0.037em;
	border: solid 3px #09532c;
	}

.radio-item input[type="radio"]:checked + label::after {
	background-color: #09532c;
    width: 1.32em;
    height: 1.32em;
    text-align: center;
    vertical-align: middle;
    }
	
/*  Zentrierung für Zoom-In*/ 
.radio-item input[type="radio"]:not(:checked) + label::after {
    margin: 0.6em 0em 0em -0.2em;
	}	


/*
.radio-item input[type="radio"]:not(:checked) + label:after {
    left: 0.5em;
    top: 0.65em;
    content: '';
    /*  border-radius: 3px;  */
/*    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    border: 2px solid #09532c;
    border-radius: 50%;
    background-color: #5cf1b3;
    outline: none;
    }
    
*/

/* 
.radio-item input[type="radio"]:checked + label::before {
    width: 1.05em;
    height: 1.05em;
    content: "";
    content: "⬤";
    font-family: fontawesome;
    font-size: 1.62em;
    color: #09532c;
    font-weight: 900;
    padding: 0.01em 0.1em 0.1em 0.037em;
    transition: all .3s;
    line-height: 0.90em;
    text-align: center;
    }
	
.radio-item input[type=radio] + label::after,
.radio-item input[type=radio]:checked + label::after {
    background-color: unset;
    }
   
.radio-text-item > .other-text-item > .input-sm {
   margin-top: 0.4em; 
   }
*/



/****************************************************/
/**********   Checkboxen Multiple-Choice   **********/
/****************************************************/
  
/* Größe der Checkboxen */   
.checkbox-item input[type="checkbox"]  {
   width: 1.7em;
   height: 1.7em;
   }
   
/* Größe der Checkboxen */
.checkbox-item label::before  {
    width: 1.7em;
    height: 1.7em;
    border: 3px solid #09532c;
    }


/* Formatierung und Animation der Checkboxen */
.checkbox-item label::before {
    border-radius: 0.4rem;
    padding: 0em 0.1em 0.1em 0.03em;
    
    content: " ";
    font-family: fontawesome;
    color: #09532c;
    font-size: 0.96em;
    font-weight: 900;
    line-height: 0.91em; 
    }

.checkbox-item input[type=checkbox] + label  {
    padding-top: 0.1em;
    padding-left: 1.4em;
    padding-bottom: 0em;
    color: #1e1e1e !important;
    line-height: normal;
    font-size: 1rem;
    }

    
.checkbox-item input[type=checkbox]:checked + label  {
    color: #09532c !important;
    }

.checkbox-item input[type="checkbox"]:checked + label:after  {
    left: 0.35em;
    top: 0.3em;
    font-family: fontawesome;
    font-size: 1.2rem;
    color: #09532c;
    content: "";
    scale: 1.85;
    transition: all .3s;
    }
    

	
.checkbox-item input[type=checkbox]:not(:checked) + label:after  {
    left: 0.35em;
    top: -0.35em;
    content: '';
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 50%;
    background-color: #5cf1b3;
    outline: none;
    }

/* .checkbox-item:has(input[type=checkbox]:checked):after {  */
.checkbox-item:has(#datasecurity_accepted:checked):after {
    content: "";
    }
/* .checkbox-item:has(input[type=checkbox]):after { */
.checkbox-item:has(#datasecurity_accepted):after  {
    margin: 0.5em 1.5em;
    display: inline-block;
    font-size: 0.8rem;
    line-height: normal;
    font-style: italic;
    color: red;
    content: "Wenn Sie nicht einverstanden sind, wird die Befragung nicht gestartet.";
    }






/*********************************************/
/***********    Boottrap-Buttons   ***********/
/*********************************************/

/* Abstände Bootstrap-Button; Alternativ .bootstrap-buttons-div */
.btn-primary {
/*    margin: 0.3em; */
   }

.bootstrap-buttons-div {
    float: none;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0em;
    }
	
.row > .bootstrap-buttons-div {
    padding-left: 0.2em;
    padding-right: 0.2em;
    }

.btn, .btn-outline-secondary {
/*   width: 25%; */
    padding: 1em 0.4em;
    font-size: 0.7rem;
    font-weight: 400;
    color: #FFFFFF;
    border-color: #028000;
    background-color: #028000;
    }

.btn:hover, 
.btn:focus, 
.btn:active {
    color: #FFFFFF;
    border-color: #016000;
    background-color: #016000;
    box-shadow: none;
    }   
    

.ls-answers label.btn {
    font-weight: 400;
    font-size: 0.7rem;
	}

.btn-check + .btn {
    min-height: 44px;
    padding: 1.1em 0.4em;
    color: white;
    background-color: #028000;
    border-color: #028000;
	}
    .btn-check + .btn:hover, 
    .btn-check + .btn:focus, 
    .btn-check + .btn:active, 
    .btn-check + .btn.active {
        background-color: #033702;
        border-color: #033702;
        box-shadow: none;
        }
    .btn-check:checked + .btn-primary, 
    .btn-check:checked + .btn-primary:focus, 
    .btn-check:focus:checked + .btn-primary {
        background-color: #033702;
        border-color: #033702;
        box-shadow: none;
        }
      

   

/*********************************************/
/***********        Tooltips       ***********/
/*********************************************/

/* Tooltip-Container */
.fruity_twentythree .tooltip {
    min-width: 30%; 
    width: 400px; 
    max-width: 90%; 
    left: 50%; 
    transform: translateX(-50%); 
    position: absolute; 
    }

/* Tooltip-Text */
.fruity_twentythree .tooltip .tooltip-inner {
    max-width: none; /* delete inner width */
    font-size: 0.9rem;
    }

.tooltip.show  {
    opacity: 1;
    }

/* Tooltip-Title / Tooltip-KeyWord */
.DictionaryTooltip[data-bs-original-title]  {
    text-decoration-line: underline;
    }

.DictionaryTooltip  {
   cursor: pointer;
   color:#003300;
   hyphens: none;
   }

.DictionaryTooltip.tooltip > .tooltip-inner {
   content: attr(data-tooltip);
   background-color:#e0f1e0;
   padding: 4px 8px;
   min-width: 35vw;
   max-width: 50vw;
   border-radius: 6px;
   box-sizing:border-box;
   border:1px solid #003300;box-shadow:0 1px 6px rgba(0,0,0,0.5);
  
   font-size: 0.9rem !important;
   text-align: center;
   font-weight: normal;
   line-height: 1.4;
   color: #001e00;
   }
   

/* Tooltip-Arrow */
.tooltip.bs-tooltip-right .tooltip-arrow::before {
   border-right-color: #003300 !important;
   }
.tooltip.bs-tooltip-left .tooltip-arrow::before {
   border-left-color: #003300 !important;
   }
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
   border-bottom-color: #003300 !important;
   }
.tooltip.bs-tooltip-top .tooltip-arrow::before {
   border-top-color: #003300 !important;
   }


  
/********************************************************************/
/**************         Individeulle Styles           ***************/
/********************************************************************/
/*
#question464 .answer-container > .ls-answers ul li > .other-text-item > .input-sm,
#question804 .answer-container > .ls-answers ul li > .other-text-item > .input-sm, 
#question805 .answer-container > .ls-answers ul li > .other-text-item > .input-sm { 
width: 50px;
text-align: center;
} */

#question465 .answer-container > .ls-answers > .withsuffix  > .ls-input-group > .form-control {
width: 50px;
text-align: center;
}


/**************         Text after answer scale           ***************/
.TextToMove {
    margin: 1em 2em 1em 2em;
    flex-shrink: unset;
    }
    
.TextToMove {
    margin: 1em 3.4em 1em 3.4em;
    flex-shrink: unset;
    }
    
.IntroHint {
    margin: 0em 1em 0em 1em;
    }
    .IntroHint ul li {
        text-align: left;
        line-height: 1.2em;
        margin-bottom: 0.3em;
        }
        
.BtnButtonStyle, .BtnButtonStyleGray {
    position: relative;
    top: -0.2em;
    padding: 0.4em 0.7em;
    border-radius: 0.2em;
    background-color: #028000;
    color: #FFFFFF;
    font-size: 0.7rem;
    line-height: 2rem;
    white-space: nowrap;
    }
    .BtnButtonStyleGray {
        background-color: #6e748c;
        border: solid #525668;
        color: #ffffff;
        }
        




/*********************************************/
/***********     Alert-Messages    ***********/
/*********************************************/
.alert {
    line-height: 1.5rem;
    }
    
/**********       Warn-Hinweis       *********/   
.text-danger, .ls-questionhelp, .ls-softmandatory-input {
    padding: 4%;
    }

.ls-questionhelp, .ls-softmandatory-input {
    margin-bottom: 1em;
    }
    
.custom_questionhelp {
    background-color: #fffee5;  
    border: solid 1px #ceb56c;
    padding: 4%;
    text-align: left;
    font-size: 1rem;
    font-style: italic;
    margin: 0.5em 0.5em 0.9em 0.5em;
    }
    
        
/********    Checkbox Alert-Message   ********/
.ls-mandSoft-checkbox {
    display: none;
	}

.ls-softmandatory-input label {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    padding-left: 2em;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    float: left;
    word-wrap: unset;
    }

/* Format Labeltext */    
.ls-softmandatory-input label:before, 
.ls-softmandatory-input label:after {
    left: 0em;
    float: left;
    position: absolute;
	}

/*	
.ls-softmandatory-input label:before, 
ls-softmandatory-input label:has(~ input):after  {
    float: left;
    margin-right: 1em;
    border-radius: 0.4rem;
    padding: 0em 0.1em 0.1em 0.03em;
    content: " ";
    font-family: fontawesome;
    color: #09532c;
    font-size: 0.96em;
    font-weight: 900;
    line-height: 0.91em;
    color: green;
    border-radius: 0.1em;
    border: 0.1em solid green;
    width: 1.45em;
    height: 1.45em;
    display: block;
    }
*/

   
/* Größe der Checkboxen */
.ls-softmandatory-input label::before {
    width: 1.7em;
    height: 1.7em;
    border: 3px solid #09532c;
    }


/* Formatierung und Animation der Checkboxen */
.ls-softmandatory-input label::before,
ls-softmandatory-input label:has(~ input):before  {
    border-radius: 0.4rem;
    padding: 0em 0.1em 0.1em 0.03em;
    background-color: #ffffff;
    content: " ";
    font-family: fontawesome;
    color: #09532c;
    font-size: 0.96em;
    font-weight: 900;
    line-height: 0.91em; 
    }

.ls-softmandatory-input label:has(~ input)  {
    color: #6e748c !important;
    }
    .ls-softmandatory-input label:has(~ input:checked)  {
        color: #09532c !important;
        }

.ls-softmandatory-input label:has(~ input:checked):after  {
    top: 0.25em;
    left: 0.4em;
    font-family: fontawesome;
    content: "";
    scale: 1.85;
    transition: all .3s;
    }
	
.ls-softmandatory-input label:has(~ input:checked):before  {
    content: '';
    /* border-radius: 3px; */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    background-color: #ffffff;
    outline: none;
    }





/*********************************************/
/***********     Quota-Messages    ***********/
/*********************************************/
.quotamessage {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2rem;
    margin: 2em;
    }   
   
   
   
/***********************************************************/
/***********************************************************/
/******************      mobile View      ******************/
/***********************************************************/
/***********************************************************/

/* Add extra spave, if suffix is in new line */       
@media (max-width: 375px) {
    .post-text-wrapper:has(.TextSuffixDays)  {
        margin-left: 1.8em;
        } 
    }


/* Add extra spave, if suffix is in new line */   
@media (max-width: 588px) {
    .post-text-wrapper:has(.TextSuffixHoursPerWeek)  {
        margin-left: 1.8em;
        } 
    }   
    
 
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 960px;
        }
        
    .col-md-2 {
        width: 19%;
        }
    }
	



@media only screen and (max-width: 768px) {
   
	/*********************************************/
	/***********   Willkommens-Seite   ***********/
	/*********************************************/
		
	/***********       Intro-Boxen     ***********/       
	#welcome-container {
		padding: 0rem 0rem;
		}

	.survey-description, .survey-welcome, .question-count-text, .privacy {
		/* margin: 1rem 2rem 1rem 2rem; */
		Padding: 8% 8% 4% 8% ;
		}     
		
	.privacy {
		margin: 1rem 0rem 0rem 0rem !important;
		}

	.privacy + #navigator-container {
		margin: 0.5rem 0rem 3rem 2rem;
		}  

		
	/***********       Hilfe-Seite     ***********/       
	.TextToMove {
        margin: 1em 0.8em 1em 0.8em;
        }
    
  


	/*********************************************/
	/***********     Dropdown-Menu     ***********/
	/*********************************************/
	/* #main-dropdown:has(.dropdown-toggle.nav-link.show) */
	.dropdown-item-text {
		font-size: 0.9rem;
		line-height: 1rem;
		}
		
	.dropdown-menu ul li {
		padding: 0.12em 1.2em 0.12em 0;
		line-height: 0.7rem;
		}
	
	
   

	/*********************************************/
	/***********      Basis-Seite      ***********/
	/*********************************************/	
	body .top-container {
		margin-top: 0em !important;
		}
		
    #outerframeContainer {
        hyphens: auto;
        }
           
    col-centered {
        margin-top: 1% !important;
        }   
		


		
	/*********************************************/
	/***********       Questions       ***********/
	/*********************************************/       
	.question-container {
    /*   -moz-animation: slideInFromRight 0.5s forwards;
       -webkit-animation: slideInFromRight 0.5s forwards;
       -o-animation: slideInFromRight 0.5s forwards;
       animation: slideInFromRight 0.5s forwards;
     */
     
       -moz-animation: fadeInRight;
       -webkit-animation: fadeInRight;
       -o-animation: fadeInRight;
       animation: fadeInRight;
       
       animation-duration: 0.5s;

        margin-top: 0.4em;
        padding: 0.6em 0em 3vw 0em;
        }
       
   .question-title-container {
        padding: 0.2em 7% 0 7%;
        }
        
    .answer-container {
        padding: 0em 10%  0em 10%;
    	}
       
   .question-text {
        margin: 0.4em 0em 0em 0em;
        }


	  
	/*********************************************/
	/**********    Text-Eingabefelder   **********/
	/*********************************************/
	.radio-text-item > .other-text-item input {
		margin-left: 1.7em;
		max-width: 85%;
		}

	.checkbox-text-item > .row > .col-auto > .other-text-item input {
		margin-left: 2.3em;
		max-width: 80%;
		}
		
	/* Multiple Texteingabe-Felder - MERIAS Class  */
	/*  .centeredInputField>.answer-container>.answer-item input,  */
	.centeredInputField>.answer-container>.subquestion-list>.answer-item>.col-12 input {
		margin-left: 0%;
		}

	

	/****************************************************/
	/***********   Radioboxen Single-Choice   ***********/
	/****************************************************/
	/**********   Checkboxen Multiple-Choice   **********/
	/****************************************************/
	li.radio-item, 
	li.checkbox-item, 
	li.radio-text-item, 
	.checkbox-text-item {
		margin: 0.3em 0 0.3em 0;
		}       


	  
	/*********************************************/
	/***********    Boottrap-Buttons   ***********/
	/*********************************************/     
    /*  Abstände Answer-Buttons  */  
    .bootstrap-buttons-div {
        max-width: 350px;
        padding-bottom: 0.3em;
        }
        
	.row > .bootstrap-buttons-div {
		padding-left: 0.2vw;
		padding-right: 0.2vw;
		margin-bottom: 0.2em; 
		}
		
    .btn {
       font-size: 0.8rem;
       }

	.ls-answers label.btn {
		font-weight: 400;
		font-size: 0.8rem;
		}

		   

	/* Stapel Antwort-Bootstrap-Button von unten nach open */
	/*row.ls-answers.answers-list.radio-list.form-inline {     -> OLD  <-    */
	/*.row.ls-answers.answers-list.radio-list {   */
    .radio-list[data-bs-toggle="buttons"]  {
        padding-left: 8%;
        padding-right: 8%;

        -moz-transform: scale(1, -1);
        -webkit-transform: scale(1, -1);
        -o-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1);
        }
    .OriginalOrder > .answer-container > .container-fluid > .radio-list[data-bs-toggle="buttons"] {
        transform: none;
        }

/*  .row.ls-answers.answers-list.radio-list.form-inline > .bootstrap-buttons-div {    -> OLD  <-    */
	.row.ls-answers.answers-list.radio-list > .bootstrap-buttons-div {
		-moz-transform: scale(1, -1);
		-webkit-transform: scale(1, -1);
		-o-transform: scale(1, -1);
		-ms-transform: scale(1, -1);
		transform: scale(1, -1);
		}

    .OriginalOrder > .answer-container > .container-fluid > .row.ls-answers.answers-list.radio-list > .bootstrap-buttons-div {
        transform: none;
        }
    
    
   /*********************************************/
   /***********        Tooltips       ***********/
   /*********************************************/
   .DictionaryTooltip.tooltip > .tooltip-inner {
       min-width: 35vw;
       max-width: 80vw;
       }
   }
    
       
    
    
/*********************************************************************************/
/*********************************************************************************/
/*****************************        A-Panel        *****************************/
/*********************************************************************************/
/*********************************************************************************/
#customer-data, #customer-data a {
    font-size: 0.6rem;
    }

#customer-data table {
    width: 100%;
    table-layout: fixed;
    }
    
/* On-Off-Button*/
.OnOff>.answer-container>.container-fluid>.answers-list>.bootstrap-buttons-div>.form-check>.btn-check + .btn-primary,
.OnOffSelect>.answer-container>.container-fluid>.answers-list>div.bootstrap-buttons-div:nth-child(1)>.form-check>.btn-check + .btn-primary {
color: #47554d;
   	background-color: #d1dad5;
   	border-color: #919f90;
  	font-weight: 800 !important;
    }
    /* On-Off-Button turned on */ 
    .OnOff>.answer-container>.container-fluid>.answers-list>div.bootstrap-buttons-div:nth-child(2)>.form-check>.btn-check:checked + .btn-primary {
        color: #ffffff;
        background-color: #04b00c;
        border-color: #04b00c;
        }
    /* On-Off-Button turned off */
    .OnOffSelect>.answer-container>.container-fluid>.answers-list>div.bootstrap-buttons-div:nth-child(1)>.form-check>.btn-check:checked + .btn-primary,
    .OnOff>.answer-container>.container-fluid>.answers-list>div.bootstrap-buttons-div:nth-child(1)>.form-check>.btn-check:checked + .btn-primary {
        color: #ffffff;
        background-color: #e61307;
        border-color: #ee081d;
        }
    .OnOffSelect>.answer-container>.container-fluid>.answers-list>div.bootstrap-buttons-div:nth-child(2)>.form-check>.btn-check:not(:checked) + .btn-primary,
    .OnOffSelect>.answer-container>.container-fluid>.answers-list>div.bootstrap-buttons-div:nth-child(3)>.form-check>.btn-check:not(:checked) + .btn-primary,
    .OnOffSelect>.answer-container>.container-fluid>.answers-list>div.bootstrap-buttons-div:nth-child(4)>.form-check>.btn-check:not(:checked) + .btn-primary,
    .OnOffSelect>.answer-container>.container-fluid>.answers-list>div.bootstrap-buttons-div:nth-child(5)>.form-check>.btn-check:not(:checked) + .btn-primary {
        /*  color: #000000;  */
        background-color: #8cae8c;
        border-color: #016000;
        }

    .col-sm-auto {
        margin: auto;
        }
 
 
 
 
/*************************************************/
/***************   CSS-Accordeon   ***************/
/*************************************************/
/* Variables */
/* Styles */


.form-heading  {
    overflow: auto;
    }

.block {
  max-width: 100%;
  width: 100%;
  height: 100%;
  float: left;
  padding: 15px;
  z-index: 10;
  background-color: transparent;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .block {
    max-width: 100%;
  }
}


.block > div {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  border-bottom: 1px solid white;
/*  background-color: #e6e6e6; */
  color: black;
}
.block > div:before {
    background-color: #028000;
    border-bottom-left-radius: 90%;
    border-top-left-radius: 90%;
    
    width: 55px;
    font-weight: normal;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: #466970; */
    font-size: 1rem;
    height: 2.3em;
    }
.block > div:nth-child(1):before {
  content: "1";
/*  width: 20px;  */
/*  font-weight: bold; */
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  /* background-color: #466970; */
  padding: 7.5px;
  margin: 0;
  color: white;
}
.block > div:nth-child(2):before {
  content: "2";
/*  width: 20px;  */
/*  font-weight: bold; */
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 7.5px;
  margin: 0;
  color: white;
}
.block > div:nth-child(3):before {
  content: "3";
/*  width: 20px;  */
/*  font-weight: bold; */
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 7.5px;
  margin: 0;
  color: white;
}
.block > div:nth-child(4):before {
  content: "4";
/*  width: 20px;  */
/*  font-weight: bold; */
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 7.5px;
  margin: 0;
  color: white;
}
.block > div:nth-child(5):before {
  content: "5";
/*  width: 20px;  */
/*  font-weight: bold; */
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 7.5px;
  margin: 0;
  color: white;
}
.block > div input + label {
  cursor: pointer;
  display: flex;
  padding: 7.5px 15px;
  background-color: #cdebcd;
  -webkit-transition: background-color 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
  transition: background-color 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
  color: black;
  height: 2.3rem;
  margin: 0.6em 0em 0em 0.95em;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 300;
}
.block > div input ~ div {
  display: table-column;
  visibility: hidden;
  max-height: 100%;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
}
.block > div input ~ div p {
  padding: 0 15px;
}
.block > div input:checked + label {
  background-color: #cdebcd;
  -webkit-transition: background-color 0s ease-in-out 0s;
  transition: background-color 0s ease-in-out 0s;
  color: black;
  align-items: center;
  display: flex;
}
.block > div input:checked ~ div {
  background-color: #eef8ee;
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  padding: 0.3em 0.5em 0.5em 0em;
  margin-left: 0.85rem;
  -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
}

.details {
  width: calc(100% - 400px - 15px);
  float: right;
  margin: 15px 15px 0 0;
  padding: 15px;
  background-color: #3399ff;
}
@media screen and (max-width: 599px) {
  .details {
    float: left;
    width: calc(100% - 30px);
    margin: 15px;
  }
}
.details * {
  display: inline-block;
  margin: 7.5px 0;
  line-height: 20px;
  color: white;
}
.details h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  clear: both;
}
.details a {
  clear: both;
  font-family: "FontAwesome", Sans-Serif;
  font-size: 14px;
  text-decoration: none;
}
.details a.follow {
  float: left;
  font-weight: bold;
  background-color: #333333;
  margin: 15px 0 0;
  padding: 7.5px 15px;
  cursor: pointer;
}
.details a.follow:before {
  margin: 0 7.5px 0 0;
}
.details a.follow strong {
  color: #99ccff;
}
.details a.follow:hover {
  background-color: #66b3ff;
}
.details a.follow:hover strong {
  color: #4d4d4d;
}





 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /* Backup   */
 
 
/*@media (max-width: 375px) {}
        .InputDays > .answer-container > .radio-list > .list-unstyled > .radio-text-item > .post-text-wrapper, 
        .InputHour > .answer-container > .radio-list > .list-unstyled > .radio-text-item > .post-text-wrapper {}

       .InputDays > .answer-container > .radio-list > .list-unstyled > .radio-text-item > .post-text-wrapper, 
        .InputHour > .answer-container > .radio-list > .list-unstyled > .radio-text-item > .post-text-wrapper {}

    .post-text-wrapper:has(.TextSuffixDays)  {
        margin-left: 1.8em;
        } 
    } 
*/
 
 /*  
Increase Size by Sass Variables
https://stackoverflow.com/questions/55543153/how-to-change-the-size-of-bootstrap-popover-arrow
width:14px;
height:14px;
*/

   
/*
/* Radio-Buttons und Checkboxes linksbündig - zerschiesst Design bei Standard */
/*.radio-item, .checkbox-item {
   float: left; 
   }  
   
   
.checkbox-item.mb-1 {
    width: 86%;
    }
   
.checkbox-item {
   width: 100%;
   }
*/

/*.checkbox-item {
   margin-top: 0.1em;
   margin-bottom: 0.1em !important;
   padding-top: 0.1em !important;
   padding-bottom: 0.1em;
   }
   */