.kkb_survey_content {
  /* Flex-Box */
  /* Responsive */
}
.kkb_survey_content #filter {
  margin-top: 0;
  background: #ffffff;
  margin-bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.kkb_survey_content #filter.saved-filter-layout {
  box-shadow: none;
}
.kkb_survey_content #filter.saved-filter-layout #change-filtername {
  font-size: 25px;
  margin-bottom: 30px;
}
.kkb_survey_content #filter #select_survey, .kkb_survey_content #filter #filter_options_survey {
  margin-bottom: 40px;
}
.kkb_survey_content #filter .filter-headline {
  color: #868686;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 17px;
  padding: 20px 0 10px 20px;
}
.kkb_survey_content #filter .widget-box {
  padding: 17px 0 10px 20px;
}
.kkb_survey_content #filter .widget-box.row {
  margin: 0 0;
  align-items: center;
}
.kkb_survey_content #filter .widget-box#period-predefined, .kkb_survey_content #filter .widget-box#period-custom {
  padding-top: 0;
}
.kkb_survey_content #filter .widget-box#diagram-type {
  padding-top: 8px;
}
.kkb_survey_content #filter .widget-box.label_container label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 12px;
  width: 90%;
}
.kkb_survey_content #filter .filters_reporting_row input {
  line-height: 21px;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  width: 84%;
  padding: 10px 0 7px 20px;
  transition: all 0.3s ease;
  margin-top: 1px;
}
.kkb_survey_content #filter #save-reporting-button, .kkb_survey_content #filter #save-reporting-button-response {
  width: 89%;
  margin: 17px 0 20px 20px;
}
.kkb_survey_content #filter #save-reporting-button-response {
  height: 10px;
  color: #41b330 !important;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 40px;
}
.kkb_survey_content #filter button.row_new, .kkb_survey_content #filter button.row_delete {
  margin-top: 20px;
  margin-right: 8px;
  background: transparent;
  border: 0;
}
.kkb_survey_content #filter #load-filter-button.col_4 {
  flex: 0 0 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  margin-left: 10px;
}
.kkb_survey_content #filter .accordionWrapper input:not(#csv-file-input) {
  display: none;
}
.kkb_survey_content #filter .accordionWrapper input + label + .accordion-body {
  display: none;
}
.kkb_survey_content #filter .accordionWrapper input:checked + label + .accordion-body {
  display: block;
}
.kkb_survey_content #filter .accordionWrapper.active .accordion-header {
  background-color: #5e5e5e;
}
.kkb_survey_content #filter .accordionWrapper.active .accordion-header .togg-arr:before {
  transform: rotate(0deg);
  top: 0;
  left: -6px;
}
.kkb_survey_content #filter .accordionWrapper .accordion-header {
  border-bottom: 1px solid #ffffff;
  padding: 20px 0 20px 27px;
  background-color: #838383;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.kkb_survey_content #filter .accordionWrapper .accordion-header:hover {
  background-color: #5e5e5e;
}
.kkb_survey_content #filter .accordionWrapper .accordion-header:hover .togg-arr:before {
  transform: rotate(0deg);
  top: 0;
  left: -6px;
}
.kkb_survey_content #filter .accordionWrapper .accordion-header .togg-arr {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  background: transparent;
}
.kkb_survey_content #filter .accordionWrapper .accordion-header .togg-arr:before {
  content: "";
  background-image: url(icons/pfeil.svg);
  transform: rotate(-90deg);
  width: 16px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -7px;
  left: 0;
}
.kkb_survey_content #filter input[type=file] {
  border: 1px solid #e1e1e1;
  padding: 8px;
  width: 90%;
  margin-left: 10px;
}
.kkb_survey_content #filter #period-custom {
  display: none;
  min-height: 214px;
}
.kkb_survey_content #filter #period-custom input {
  margin-bottom: 20px;
}
.kkb_survey_content #filter #period-buttons .row {
  margin-bottom: 4px;
  width: 102%;
}
.kkb_survey_content #filter #period-buttons .period-button {
  width: 100%;
  position: relative;
  background-color: transparent;
  margin: 0;
  border: 0;
  padding: 3px;
}
.kkb_survey_content #filter #period-buttons .period-button span {
  text-align: center;
  display: block;
  background: #e1e1e1;
  border: 1px solid #d3d3d3;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  font-style: normal;
  border-radius: 3px;
  transition: all 0.2s;
  padding: 8px 5px 8px 5px;
}
.kkb_survey_content #filter #period-buttons .period-button:hover span {
  background: #0f1c26;
  border: 1px solid #0f1c26;
  color: #ffffff;
  font-weight: 700;
}
.kkb_survey_content #filter #period-buttons .period-button.first {
  padding-left: 0;
}
.kkb_survey_content #filter #period-buttons .period-button.last {
  padding-right: 0;
}
.kkb_survey_content #filter .label_container label, .kkb_survey_content #filter .label_container span.label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 12px;
}
.kkb_survey_content #filter .label_container select {
  line-height: 17px;
  padding: 10px 0 10px 20px;
  width: 90%;
  -moz-appearance: auto;
  -webkit-appearance: auto;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  transition: all 0.3s ease;
  background-color: #f9f9f9;
}
.kkb_survey_content #filter .label_container select:focus {
  background-color: #ececec;
  border: 1px solid #5e5e62;
  outline: none;
}
.kkb_survey_content #filter .label_container input.text {
  line-height: 17px;
  padding: 10px 0 10px 20px;
  width: 90%;
  text-transform: none;
  cursor: text;
  background-color: #f9f9f9;
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.kkb_survey_content #filter .label_container input.text:focus {
  background-color: #ececec;
  border: 1px solid #5e5e62;
  outline: none;
}
.kkb_survey_content #filter .button-default {
  width: 94%;
  position: relative;
  background: #cfcfd0;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  font-style: normal;
  letter-spacing: 1px;
  border-width: 0;
  border-style: solid;
  border-radius: 3px;
  transition: all 0.2s;
  line-height: 17px;
  padding: 12px 5px 12px 28px;
  font-weight: 600;
  margin: 0;
}
.kkb_survey_content #filter .button-default a {
  color: #0f1c26 !important;
  font-size: 15px;
  display: block;
  width: 100%;
}
.kkb_survey_content #filter .button-default:before {
  content: "";
  background-image: url(icons/pdf.svg);
  width: 20px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 14px;
}
.kkb_survey_content #filter .button-default.csv:before {
  background-image: url(icons/csv.svg);
}
.kkb_survey_content #filter .button-default.import:before {
  background-image: url(icons/upload.svg);
}
.kkb_survey_content #filter .button-default:hover {
  background: #0f1c26;
}
.kkb_survey_content #filter .button-default:hover a {
  color: #ffffff !important;
}
.kkb_survey_content #filter .button-default:hover:before {
  background-image: url(icons/pdf_a.svg);
}
.kkb_survey_content #filter .button-default:hover.csv:before {
  background-image: url(icons/csv_a.svg);
}
.kkb_survey_content #filter .button-default:hover.import:before {
  background-image: url(icons/upload_a.svg);
}
.kkb_survey_content #filter .button-default.submit {
  padding: 13px 0 13px 0;
  text-align: center;
}
.kkb_survey_content #filter .button-default.submit:before {
  display: none;
}
.kkb_survey_content #filter .radio label {
  font-weight: normal !important;
  margin-left: 27px;
  line-height: 19px;
}
.kkb_survey_content #filter .radio input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #cfcfcf;
  opacity: 0.65;
  margin: 0;
  font-family: "Trebuchet MS", sans-serif;
  border-radius: 50%;
  border: 1px solid #0f1c26;
  place-content: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  float: left;
  display: grid;
}
.kkb_survey_content #filter .radio input[type=radio]:before {
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #0f1c26;
  display: block;
  transform: scale(0);
  opacity: 0;
  transition: 120ms transform ease-in-out;
}
.kkb_survey_content #filter .radio input[type=radio]:checked:before, .kkb_survey_content #filter .radio input[type=radio]:focus, .kkb_survey_content #filter .radio input[type=radio]:checked {
  transform: scale(1.1);
  opacity: 1;
}
.kkb_survey_content #filter #diagram-type, .kkb_survey_content #filter #period-type {
  margin-bottom: 0;
}
.kkb_survey_content #filter #diagram-type .label, .kkb_survey_content #filter #period-type .label {
  margin-bottom: 5px;
}
.kkb_survey_content #filter #answer-filter-wrapper select {
  margin-bottom: 20px;
}
.kkb_survey_content #filter #submit_survey {
  padding-bottom: 25px;
}
.kkb_survey_content #filter #submit_survey, .kkb_survey_content #filter #save_filter-container {
  background-color: #efefef;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.kkb_survey_content #filter #submit_survey .widget-box, .kkb_survey_content #filter #save_filter-container .widget-box {
  width: 100%;
  align-items: flex-start !important;
}
.kkb_survey_content #filter #submit_survey .button-default, .kkb_survey_content #filter #save_filter-container .button-default {
  margin: 0;
}
.kkb_survey_content #filter #submit_survey .button-default#display, .kkb_survey_content #filter #save_filter-container .button-default#display {
  background: #f47c00;
  color: #ffffff;
}
.kkb_survey_content #filter #submit_survey .button-default#display a, .kkb_survey_content #filter #save_filter-container .button-default#display a {
  color: #ffffff !important;
}
.kkb_survey_content #filter #submit_survey .button-default#display:hover, .kkb_survey_content #filter #save_filter-container .button-default#display:hover {
  background-color: #a65606;
}
.kkb_survey_content #filter #submit_survey #save-filters #filter-button-response, .kkb_survey_content #filter #save_filter-container #save-filters #filter-button-response {
  position: relative;
  bottom: -12px;
  left: 12px;
  width: 100%;
  text-align: left;
  height: 10px;
  color: #41b330 !important;
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.kkb_survey_content #filter #submit_survey #save-filters .col_8, .kkb_survey_content #filter #save_filter-container #save-filters .col_8 {
  position: relative;
}
.kkb_survey_content #filter #submit_survey #save-filters .col_4, .kkb_survey_content #filter #save_filter-container #save-filters .col_4 {
  justify-content: right;
  display: flex;
  padding-right: 20px;
  flex: 0 0 calc(33.333% - 24px);
  max-width: calc(33.333% - 24px);
}
.kkb_survey_content #filter #submit_survey #save-filters input, .kkb_survey_content #filter #save_filter-container #save-filters input {
  line-height: 21px;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  width: calc(100% - 20px);
  padding: 10px 0 10px 20px;
  transition: all 0.3s ease;
  margin-right: 20px;
}
.kkb_survey_content #filter .readonly {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.kkb_survey_content #filter .readonly:hover {
  pointer-events: none;
}
.kkb_survey_content #evaluation {
  padding-left: 20px !important;
  max-width: calc(100% - 40px);
}
.kkb_survey_content #evaluation .result_explanation {
  line-height: 36px;
  font-size: 26px;
}
.kkb_survey_content #evaluation h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #0a0a0a;
  text-transform: uppercase;
}
.kkb_survey_content #evaluation div.result_filter {
  padding-top: 30px;
  font-size: 17px;
  line-height: 22px;
}
.kkb_survey_content #evaluation div.result_filter strong {
  font-weight: 600;
}
.kkb_survey_content #evaluation div.result_filter ul {
  font-size: 17px;
  padding-left: 20px;
  margin-top: 10px;
}
.kkb_survey_content #evaluation div.result_filter ul li {
  padding-bottom: 10px;
  list-style: square inside !important;
}
.kkb_survey_content #evaluation div.result_error {
  padding-top: 60px;
  font-size: 18px;
  color: #5b5b5b;
  font-style: italic;
  margin-bottom: 80px;
  line-height: 24px;
}
.kkb_survey_content #evaluation div.result_explanation div {
  padding-top: 20px;
  font-size: 16px;
}
.kkb_survey_content #evaluation div.result_explanation ul {
  padding-left: 5px;
}
.kkb_survey_content #evaluation div.result_explanation li {
  padding-top: 2px;
  font-size: 16px;
  list-style: square inside !important;
}
.kkb_survey_content #evaluation .questionWrapper {
  page-break-after: always;
  background-color: #f7f7f7;
  box-shadow: 5px 5px 20px -1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  /* Akkordeons */
  /* Unterscheidung der einzelnen Feldtypen */
}
.kkb_survey_content #evaluation .questionWrapper .dataTable {
  font-size: 15px;
}
.kkb_survey_content #evaluation .questionWrapper .dataTable table {
  width: 100%;
  border: 1px solid #eaeaea;
  box-shadow: 5px 5px 4px -2px rgba(0, 0, 0, 0.1);
}
.kkb_survey_content #evaluation .questionWrapper .dataTable table tr {
  background-color: #ffffff;
  margin-bottom: 10px;
}
.kkb_survey_content #evaluation .questionWrapper .dataTable table tr td {
  padding: 16px 20px;
}
.kkb_survey_content #evaluation .questionWrapper .dataTable table tr td.option {
  width: 70%;
  font-weight: 600;
  font-size: 14px;
}
.kkb_survey_content #evaluation .questionWrapper .dataTable table tr td.option_number {
  width: 35%;
  font-weight: 600;
  font-size: 14px;
}
.kkb_survey_content #evaluation .questionWrapper .dataTable table tr td.result {
  width: 70%;
  font-size: 14px;
}
.kkb_survey_content #evaluation .questionWrapper .dataTable table tr.headline td {
  background-color: #eaeaea;
  font-weight: normal;
  color: #222;
  font-size: 17px;
  padding: 8px 20px;
}
.kkb_survey_content #evaluation .questionWrapper.row {
  margin: 20px auto;
}
.kkb_survey_content #evaluation .questionWrapper label.acc_toggler {
  padding: 16px 45px;
  font-size: 20px;
  display: block;
  width: 100%;
  color: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #445059;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.kkb_survey_content #evaluation .questionWrapper label.acc_toggler:before {
  content: "";
  background-image: url(icons/pfeil.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 15px;
  transition: all 0.5s;
}
.kkb_survey_content #evaluation .questionWrapper label.acc_toggler:hover {
  background-color: #101315;
}
.kkb_survey_content #evaluation .questionWrapper .accordionTrigger {
  display: none;
}
.kkb_survey_content #evaluation .questionWrapper .accordionPanel {
  margin: 0;
  height: auto;
  overflow: hidden;
  background-color: white;
  line-height: 1.4;
  box-sizing: border-box;
  transition: all 0.5s;
  width: 100%;
}
.kkb_survey_content #evaluation .questionWrapper .accordionPanel .inner {
  padding: 30px 20px 40px 14px;
}
.kkb_survey_content #evaluation .questionWrapper .accordionTrigger:checked ~ .accordionPanel {
  height: 0;
  color: #333;
}
.kkb_survey_content #evaluation .questionWrapper .accordionTrigger:checked ~ label.acc_toggler {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.kkb_survey_content #evaluation .questionWrapper .accordionTrigger:checked ~ label.acc_toggler:before {
  transform: rotate(-90deg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_input_field_evaluation .col_6, .kkb_survey_content #evaluation .questionWrapper.vio_text_area_evaluation .col_6 {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
}
.kkb_survey_content #evaluation .questionWrapper.vio_input_field_evaluation .col_6 table, .kkb_survey_content #evaluation .questionWrapper.vio_text_area_evaluation .col_6 table {
  display: block;
  border-right: 0;
}
.kkb_survey_content #evaluation .questionWrapper.vio_input_field_evaluation .col_6 table tbody, .kkb_survey_content #evaluation .questionWrapper.vio_text_area_evaluation .col_6 table tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
}
.kkb_survey_content #evaluation .questionWrapper.vio_input_field_evaluation .col_6 table tr, .kkb_survey_content #evaluation .questionWrapper.vio_text_area_evaluation .col_6 table tr {
  display: flex;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  width: auto;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0;
  position: relative;
  align-self: stretch;
  overflow: visible;
}
.kkb_survey_content #evaluation .questionWrapper.vio_input_field_evaluation .col_6 table tr:after, .kkb_survey_content #evaluation .questionWrapper.vio_text_area_evaluation .col_6 table tr:after {
  content: "";
  background-color: #eaeaea;
  height: 100%;
  width: 1px;
  position: absolute;
  right: -1px;
  top: 0;
  display: block;
  z-index: 10000;
}
.kkb_survey_content #evaluation .questionWrapper.vio_input_field_evaluation .col_6 table tr td, .kkb_survey_content #evaluation .questionWrapper.vio_text_area_evaluation .col_6 table tr td {
  width: 100% !important;
}
.kkb_survey_content #evaluation .questionWrapper.vio_input_field_evaluation .col_6 table tr.headline, .kkb_survey_content #evaluation .questionWrapper.vio_text_area_evaluation .col_6 table tr.headline {
  flex: 0 0 100%;
  max-width: 100%;
  border-right: 1px solid #dcdcdc;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation thead tr:first-child td, .kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation thead tr:first-child td {
  background-color: #eaeaea;
  font-weight: normal;
  color: #222;
  font-size: 17px;
  padding: 8px 20px;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation tbody tr td, .kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation tbody tr td {
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation tbody tr td:first-child, .kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation tbody tr td:first-child {
  text-align: left;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation thead span {
  width: 26px;
  height: 26px;
  text-align: center;
  font-weight: 700;
  line-height: 26px;
  font-size: 15px;
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #003560;
  opacity: 0.65;
  color: #ffffff;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_2 thead span.number_1 {
  background-color: #94c11c;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_2 thead span.number_2 {
  background-color: #9f0a00;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_3 thead span.number_1 {
  background-color: #94c11c;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_3 thead span.number_2 {
  background-color: #22b4e1;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_3 thead span.number_3 {
  background-color: #9f0a00;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_4 thead span.number_1 {
  background-color: #94c11c;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_4 thead span.number_2 {
  background-color: #f2dd2f;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_4 thead span.number_3 {
  background-color: #22b4e1;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_4 thead span.number_4 {
  background-color: #9f0a00;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_5 thead span.number_1 {
  background-color: #94c11c;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_5 thead span.number_2 {
  background-color: #f2dd2f;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_5 thead span.number_3 {
  background-color: #22b4e1;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_5 thead span.number_4 {
  background-color: #f18a4c;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_5 thead span.number_5 {
  background-color: #9f0a00;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_6 thead span.number_1 {
  background-color: #94c11c;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_6 thead span.number_2 {
  background-color: #f2dd2f;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_6 thead span.number_3 {
  background-color: #22b4e1;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_6 thead span.number_4 {
  background-color: #f18a4c;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_6 thead span.number_5 {
  background-color: #f44336;
}
.kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation .number_6 thead span.number_6 {
  background-color: #9f0a00;
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation thead span {
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.65;
  text-indent: -1000rem;
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_5 thead span.smiley_1 {
  background-image: url(icons/smiley_1.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_5 thead span.smiley_2 {
  background-image: url(icons/smiley_2.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_5 thead span.smiley_3 {
  background-image: url(icons/smiley_3.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_5 thead span.smiley_4 {
  background-image: url(icons/smiley_4.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_5 thead span.smiley_5 {
  background-image: url(icons/smiley_5.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_4 thead span.smiley_1 {
  background-image: url(icons/smiley_1.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_4 thead span.smiley_2 {
  background-image: url(icons/smiley_2.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_4 thead span.smiley_3 {
  background-image: url(icons/smiley_3.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_4 thead span.smiley_4 {
  background-image: url(icons/smiley_5.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_3 thead span.smiley_1 {
  background-image: url(icons/smiley_1.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_3 thead span.smiley_2 {
  background-image: url(icons/smiley_3.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_3 thead span.smiley_3 {
  background-image: url(icons/smiley_5.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_2 thead span.smiley_1 {
  background-image: url(icons/smiley_1.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation .smiley_2 thead span.smiley_2 {
  background-image: url(icons/smiley_5.svg);
}
.kkb_survey_content #evaluation .questionWrapper.vio_drop_down_evaluation thead tr:first-child td, .kkb_survey_content #evaluation .questionWrapper.vio_radio_button_evaluation thead tr:first-child td {
  background-color: #eaeaea;
  font-weight: normal;
  color: #222;
  font-size: 17px;
  padding: 8px 20px;
  text-align: left;
}
.kkb_survey_content #evaluation .questionWrapper.vio_drop_down_evaluation tbody tr td, .kkb_survey_content #evaluation .questionWrapper.vio_radio_button_evaluation tbody tr td {
  border-bottom: 1px solid #eaeaea;
  text-align: left;
}
.kkb_survey_content #evaluation .questionWrapper.vio_radio_button_group_evaluation .complexTable {
  width: calc(100% + 15px);
  flex: 0 0 calc(100% + 15px);
  max-width: calc(100% + 15px);
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
  margin-left: -15px;
}
.kkb_survey_content #evaluation .questionWrapper.vio_radio_button_group_evaluation .complexTable .complexRadioTable {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin: 0 15px 30px 15px;
}
.kkb_survey_content #evaluation .questionWrapper.vio_radio_button_group_evaluation .subQuestion {
  background-color: #606060;
  font-weight: 500;
  color: #ffffff;
  font-size: 19px;
  padding: 8px 20px;
  display: block;
}
.kkb_survey_content #evaluation .questionWrapper.vio_radio_button_group_evaluation tbody tr td, .kkb_survey_content #evaluation .questionWrapper.vio_radio_button_group_evaluation tbody tr.headline td {
  border-bottom: 1px solid #eaeaea;
  text-align: left;
}
.kkb_survey_content #filter_list {
  padding: 20px;
}
.kkb_survey_content #filter_list .col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.kkb_survey_content #filter_list .label_container label {
  max-width: 90%;
}
.kkb_survey_content #filter_list #flex_layout {
  background: #f7f7f7;
  padding-top: 20px;
}
.kkb_survey_content #filter_list .tooltip {
  padding: 10px 0 18px 20px;
  line-height: 1.3;
}
.kkb_survey_content #filter_list .header-row {
  padding: 14px 0 14px 16px;
  border-bottom: 1px solid #e9e9e9;
  background: #f3f3f5;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.kkb_survey_content #filter_list .data-row {
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  padding: 19px 0 18px 16px;
  margin: 0 auto !important;
}
.kkb_survey_content #filter_list .data-row.active {
  background: rgba(248, 183, 97, 0.25);
}
.kkb_survey_content #filter_list button {
  background: transparent;
  border: 0;
  outline: 0 none;
}
.kkb_survey_content .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
  margin: 20px auto;
}
.kkb_survey_content .row .row {
  margin-top: 0;
}
.kkb_survey_content .row .row.text-right {
  text-align: right;
}
.kkb_survey_content .row.text-right {
  text-align: right;
}
.kkb_survey_content [class*=col] {
  padding: 0;
}
.kkb_survey_content [class*=col].autowith select, .kkb_survey_content [class*=col].autowith label, .kkb_survey_content [class*=col].autowith input {
  width: 94% !important;
  overflow: hidden;
}
.kkb_survey_content .col-1, .kkb_survey_content .col_1 {
  flex: 0 0 8.333%;
  max-width: 8.333%;
}
.kkb_survey_content .col-2, .kkb_survey_content .col_2 {
  flex: 0 0 16.666%;
  max-width: 16.666%;
}
.kkb_survey_content .col-3, .kkb_survey_content .col_3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.kkb_survey_content .col-4, .kkb_survey_content .col_4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.kkb_survey_content .col-5, .kkb_survey_content .col_5 {
  flex: 0 0 41.666%;
  max-width: 41.666%;
}
.kkb_survey_content .col-6, .kkb_survey_content .col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.kkb_survey_content .col-6.hasDiagram, .kkb_survey_content .col_6.hasDiagram {
  padding-left: 25px !important;
  flex: 0 0 calc(50% - 25px);
  max-width: calc(50% - 25px);
  text-align: right;
}
.kkb_survey_content .col-6.hasDiagram img, .kkb_survey_content .col_6.hasDiagram img {
  margin-bottom: 30px;
  margin-right: 10px;
}
.kkb_survey_content .col-12, .kkb_survey_content .col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.kkb_survey_content .col-12.hasDiagram, .kkb_survey_content .col_12.hasDiagram {
  flex: 0 0 100%;
  max-width: 100%;
}
.kkb_survey_content .col-12.hasDiagram img, .kkb_survey_content .col_12.hasDiagram img {
  margin-top: 30px;
  max-width: 48.5% !important;
  height: auto !important;
  margin-right: 10px;
}
@media only screen and (max-width: 1100px) {
  .kkb_survey_content .col-12.hasDiagram img, .kkb_survey_content .col_12.hasDiagram img {
    max-width: 100% !important;
  }
}
.kkb_survey_content .col-7, .kkb_survey_content .col_7 {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}
.kkb_survey_content .col-8, .kkb_survey_content .col_8 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}
.kkb_survey_content .col-9, .kkb_survey_content .col_9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.kkb_survey_content .col-10, .kkb_survey_content .col_10 {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}
.kkb_survey_content .col-11, .kkb_survey_content .col_11 {
  flex: 0 0 91.666%;
  max-width: 91.666%;
}
.kkb_survey_content .col-12, .kkb_survey_content .col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.kkb_survey_content .col-1 > .col-1, .kkb_survey_content .col_1 > .col_1,
.kkb_survey_content .col-2 > .col-2, .kkb_survey_content .col_2 > .col_2,
.kkb_survey_content .col-3 > .col-3, .kkb_survey_content .col_3 > .col_3,
.kkb_survey_content .col-4 > .col-4, .kkb_survey_content .col_4 > .col_4,
.kkb_survey_content .col-5 > .col-5, .kkb_survey_content .col_5 > .col_5,
.kkb_survey_content .col-6 > .col-6, .kkb_survey_content .col_6 > .col_6,
.kkb_survey_content .col-7 > .col-7, .kkb_survey_content .col_7 > .col_7,
.kkb_survey_content .col-8 > .col-8, .kkb_survey_content .col_8 > .col_8,
.kkb_survey_content .col-9 > .col-9, .kkb_survey_content .col_9 > .col_9,
.kkb_survey_content .col-10 > .col-10, .kkb_survey_content .col_10 > .col_10,
.kkb_survey_content .col-11 > .col-11, .kkb_survey_content .col_11 > .col_11,
.kkb_survey_content .col-12 > .col-12, .kkb_survey_content .col_12 > .col_12 {
  flex: none;
  max-width: 100%;
  display: block;
  width: 100%;
}
.kkb_survey_content span.has-focus {
  background: #0f1c26 !important;
  border: 1px solid #0f1c26 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}
.kkb_survey_content #period-buttons {
  width: calc(90% + 8px);
}
@media (max-width: 1780px) {
  .kkb_survey_content #period-type .col_3, .kkb_survey_content #period-type .col_9 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .kkb_survey_content #period-buttons {
    width: calc(90% + 10px);
  }
}
@media (max-width: 1600px) {
  .kkb_survey_content #filters_export .third {
    display: none;
  }
  .kkb_survey_content #filters_export .first,
  .kkb_survey_content #filters_export .second,
  .kkb_survey_content #filters_export .fifth {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kkb_survey_content #filter .button-default:before {
    width: 17px;
    height: 22px;
    left: 11px;
  }
}
@media (max-width: 1400px) {
  .kkb_survey_content .col-6, .kkb_survey_content .col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kkb_survey_content #evaluation .questionWrapper .dataTable table tr td.option {
    width: 35%;
  }
  .kkb_survey_content .col-10, .kkb_survey_content .col_10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kkb_survey_content .col-12.hasDiagram img, .kkb_survey_content .col_12.hasDiagram img {
    max-width: 100% !important;
    margin-right: 0;
  }
  .kkb_survey_content #submit_survey .col_6:first-child, .kkb_survey_content #save_filter-container .col_6:first-child {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .kkb_survey_content #submit_survey .col_6:last-child, .kkb_survey_content #save_filter-container .col_6:first-child {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .kkb_survey_content #filter #submit_survey .button-default#display,
  .kkb_survey_content #filter #save_filter-container .button-default#display {
    width: 95% !important;
  }
  .kkb_survey_content #period-type .col_3, .kkb_survey_content #period-type .col_9 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .kkb_survey_content #period-buttons {
    width: calc(90% + 12px);
  }
  .kkb_survey_content #diagram-type .col_3, .kkb_survey_content #diagram-type .col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kkb_survey_content #poll-id.col_6, .kkb_survey_content #poll-saved-filter.col_6 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .kkb_survey_content #answer-filter-wrapper .col_4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1130px) {
  .kkb_survey_content #submit_survey .col_3,
  .kkb_survey_content #save_filter-container .col_3 {
    flex: 0 0 calc(50% - 2px);
    max-width: calc(50% - 2px);
  }
  .kkb_survey_content #diagram-type .col_3, .kkb_survey_content #diagram-type .col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kkb_survey_content #filters_export .first,
  .kkb_survey_content #filters_export .second,
  .kkb_survey_content #filters_export .fourth,
  .kkb_survey_content #filters_export .fifth {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .kkb_survey_content #filter input[type=file] {
    margin-left: 0;
  }
  .kkb_survey_content input[type=file] {
    border: 1px solid #e1e1e1;
    padding: 8px;
    width: 90%;
    margin-left: 10px;
  }
  .kkb_survey_content #evaluation .questionWrapper .dataTable.numericTable td {
    padding: 8px 10px;
  }
  .kkb_survey_content #evaluation .questionWrapper.vio_numerical_evaluation thead tr:first-child td,
  .kkb_survey_content #evaluation .questionWrapper.vio_smiley_evaluation thead tr:first-child td {
    padding: 8px 10px;
  }
}
@media (max-width: 814px) {
  .kkb_survey_content #filter #select_survey, .kkb_survey_content #filter #filter_options_survey {
    margin-bottom: 10px;
  }
  .kkb_survey_content #filter .label_container label, .kkb_survey_content #filter .label_container span.label {
    padding-bottom: 8px;
  }
  .kkb_survey_content #filter #filters_reporting_wrapper .col_4, .kkb_survey_content #filter #filters_reporting_wrapper .col_3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .kkb_survey_content #filter #filters_reporting_wrapper .col_4 select, .kkb_survey_content #filter #filters_reporting_wrapper .col_3 select {
    width: 95%;
  }
  .kkb_survey_content #filter #filters_reporting_wrapper .col_4 input, .kkb_survey_content #filter #filters_reporting_wrapper .col_3 input {
    width: 80%;
  }
  .kkb_survey_content #filter button.row_delete {
    margin-top: 7px;
  }
  .kkb_survey_content #filter button.row_new {
    margin-top: 18px;
  }
  .kkb_survey_content #evaluation .questionWrapper label.acc_toggler {
    padding: 11px 36px;
    font-size: 19px;
    line-height: 24px;
  }
  .kkb_survey_content #evaluation .questionWrapper.vio_input_field_evaluation .col_6 table tr,
  .kkb_survey_content #evaluation .questionWrapper.vio_text_area_evaluation .col_6 table tr {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kkb_survey_content #evaluation .questionWrapper .accordionPanel .inner {
    padding: 30px 15px 40px 15px;
  }
  .kkb_survey_content #evaluation .questionWrapper .dataTable table tr td.option {
    width: 50%;
  }
  .kkb_survey_content #evaluation .questionWrapper.vio_radio_button_group_evaluation .complexTable .complexRadioTable {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .kkb_survey_content #evaluation .questionWrapper.vio_radio_button_group_evaluation .complexTable {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .kkb_survey_content #submit_survey .col_6,
  .kkb_survey_content #save_filter-container .col_6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  .kkb_survey_content #filter #submit_survey .button-default#display,
  .kkb_survey_content #filter #save_filter-container .button-default#display {
    width: calc(100% - 20px) !important;
  }
  .kkb_survey_content .col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kkb_survey_content #answer-filter-wrapper .col_4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kkb_survey_content #answer-filter-wrapper .col_4 select {
    width: calc(100% - 20px);
  }
}
@media (max-width: 790px) {
  .kkb_survey_content #period-type .col_3, .kkb_survey_content #period-type .col_9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .kkb_survey_content #filter .col_8 {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .kkb_survey_content #filter .col_4 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .kkb_survey_content #filter #answer-filter-wrapper .col_4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kkb_survey_content #filter #load-filter-button.col_4 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .kkb_survey_content #evaluation div.result_filter ul {
    padding-left: 0;
  }
  .kkb_survey_content #evaluation .result_explanation {
    font-size: 24px;
  }
  .kkb_survey_content #filters_export .first,
  .kkb_survey_content #filters_export .second,
  .kkb_survey_content #filters_export .fourth,
  .kkb_survey_content #filters_export .fifth {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kkb_survey_content #filter #submit_survey #save-filters .col_8,
  .kkb_survey_content #filter #save_filter-container #save-filters .col_8 {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .kkb_survey_content #filter #submit_survey #save-filters input,
  .kkb_survey_content #filter #save_filter-container #save-filters input {
    width: calc(100% - 20px);
  }
  .kkb_survey_content #filter #submit_survey #save-filters .col_4,
  .kkb_survey_content #filter #save_filter-container #save-filters .col_4 {
    flex: 0 0 calc(100% - 18px);
    max-width: calc(100% - 18px);
    padding: 0 !important;
  }
  .kkb_survey_content #filter #submit_survey #save-filters .col_4 .button-default,
  .kkb_survey_content #filter #save_filter-container #save-filters .col_4 .button-default {
    width: 100%;
  }
}
@media (max-width: 456px) {
  .kkb_survey_content #submit_survey .col_3, .kkb_survey_content #save_filter-container .col_3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .kkb_survey_content #submit_survey .col_3 .button-default, .kkb_survey_content #save_filter-container .col_3 .button-default {
    width: calc(100% - 20px) !important;
  }
}

/*# sourceMappingURL=backend.css.map */
