﻿@font-face {
  font-family: "Nova-Custom";
  src: url('/customizing/font.woff2') format('woff2'), url('/customizing/font.woff') format('woff'), url('/customizing/font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  overflow: hidden;
  font-family: Nova-Custom, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}
.nova-web-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
/*Überschreiben des Foundation-Standards*/
table thead,
table tbody,
table tfoot {
  border: 1px solid #C6C6C6;
}
.tableData .button,
.tableData input[type="checkbox"] {
  margin: 0 5px;
}
/*Login-Maske und Vorschaltseite ServiceGruppe*/
.nova-responsive-preselect-select {
  border: 1px solid #AAAAAA;
  overflow: hidden;
  background-color: #FAFAFA;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}
.nova-responsive-preselect-select:hover {
  background-color: #C9DFEC;
  cursor: pointer;
}
.nova-responsive-preselect-select img.nova-custom-image-pregroup {
  height: 76px;
}
.nova-responsive-preselect-select .nova-responsive-preselect-select-icon {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
.nova-responsive-preselect-select .nova-responsive-preselect-select-icon .nova-responsive-preselect-select-icon-i {
  background: black;
  color: white;
  padding: 14px;
  border-radius: 50%;
}
.nova-responsive-preselect-select .nova-responsive-preselect-select-displayName {
  text-align: center;
  background-color: var(--web-content-accent-background-color);
  color: var(--web-content-accent-color);
  margin: 0;
  font-size: 24px;
  padding: 5px 0;
}
/*Fehlerbehandlung*/
.nova-error-table {
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  /*Foundation-Theme*/
  padding-left: 16px;
  padding-top: 16px;
}
.nova-error-table .nova-error-header {
  font-size: 24px;
  color: #858585;
  padding-bottom: 16px;
}
.nova-error-table .nova-error-subheader {
  font-size: 16px;
  color: #858585;
  padding-bottom: 16px;
}
.nova-error-table .nova-error-message {
  font-weight: bold;
  font-size: 16px;
  color: #df002a;
  padding-bottom: 16px;
}
.nova-error-dataitem {
  font-size: 10px;
  padding-bottom: 16px;
  word-break: break-all;
}
.nova-error-report-title {
  font-size: 20px;
  color: #858585;
  padding: 16px 0px 12px 0px;
}
.nova-error-report-text {
  font-size: 12px;
  padding-bottom: 16px;
  word-break: break-all;
}
.nova-error-report-text pre {
  white-space: pre-wrap;
}
.nova-error-report-send {
  padding-bottom: 16px;
  font-size: 14px;
}
.nova-error-backToStart {
  font-size: 16px;
}
.nova-error-backToStart .nova-error-backToStart-anchor {
  color: black;
}
.nova-error-datetime {
  font-size: 10px;
  float: right;
}
.nova-rs-js-component-filter-box:not(.nova-file-upload-container, .nova-switch-container) {
  position: relative;
}
.nova-rs-js-component-filter-box:not(.nova-file-upload-container, .nova-switch-container) label {
  position: absolute;
  top: -12px;
  left: 19px;
  background-color: #ffffff;
  padding: 0 5px;
  border-radius: 10px;
}
.nova-rs-js-component-filter-box:not(.nova-file-upload-container, .nova-switch-container) select {
  border-radius: 10px;
}
.nova-rs-js-component-search-box {
  position: relative;
}
.nova-rs-js-component-search-box label {
  position: absolute;
  top: -12px;
  left: 19px;
  background-color: #ffffff;
  padding: 0 5px;
  border-radius: 10px;
}
.nova-rs-js-component-search-box input {
  border-radius: 10px;
}
.nova-input-container:not(.nova-file-upload-container, .nova-switch-container) {
  position: relative;
}
.nova-input-container:not(.nova-file-upload-container, .nova-switch-container) label {
  position: absolute;
  top: -12px;
  left: 19px;
  background-color: #ffffff;
  padding: 0 5px;
  height: 20px;
  border-radius: 10px;
}
.nova-input-container:not(.nova-file-upload-container, .nova-switch-container) input[type="text"] {
  border-radius: 10px;
}
.nova-input-container:not(.nova-file-upload-container, .nova-switch-container) input[type="date"] {
  border-radius: 10px;
}
.nova-input-container:not(.nova-file-upload-container, .nova-switch-container) input[type="number"] {
  border-radius: 10px;
}
.nova-input-container:not(.nova-file-upload-container, .nova-switch-container) .button {
  border-radius: 10px;
}
.nova-input-container:not(.nova-file-upload-container, .nova-switch-container) textarea {
  border-radius: 10px;
}
.nova-input-container:not(.nova-file-upload-container, .nova-switch-container) select {
  border-radius: 10px;
}
.nova-input-container:not(.nova-file-upload-container, .nova-switch-container).nova-textarea-select-container textarea {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.nova-input-container:not(.nova-file-upload-container, .nova-switch-container).nova-textarea-select-container .button {
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nova-file-upload-container {
  position: initial;
}
.nova-file-upload-container label {
  border-radius: 10px;
}
.nova-file-upload-container .button {
  border-radius: 10px;
  font-size: 12px;
}
.nova-switch-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.nova-switch-container label {
  /*height: 2.4375rem;*/
  line-height: 14px;
}
.nova-switch-container .nova-switch {
  margin-bottom: 0;
}
.nova-switch-container .nova-switch label {
  border-radius: 10px;
}
.nova-switch-container .nova-switch .switch-paddle {
  width: 64px;
}
.nova-switch-container .nova-switch .switch-paddle:after {
  border-radius: 7px;
}
.nova-switch-container .nova-switch .switch-paddle span {
  line-height: 14px;
}
.nova-switch-container .form-error {
  width: 100%;
}
.nova-select-container {
  height: 2.4375rem;
  border: 1px solid #cacaca;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.nova-select-container.disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
.nova-select-container.is-invalid-input {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}
.nova-select-container .nova-select-button-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nova-select-container .nova-select-button {
  cursor: pointer;
}
.nova-select-container .nova-select-button i {
  padding: 0 !important;
}
.columns .columns .columns.nova-input-container {
  padding: 0;
}
.columns .tabs-content .columns.nova-input-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.nova-section-title {
  border-bottom: 2px solid black;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 24px;
}
.nova-details-table tbody {
  border: none;
}
.nova-details-table tbody tr:nth-child(even) {
  background-color: inherit;
}
.nova-details-table tbody tr th {
  padding-left: 0;
  padding-right: 0;
}
.nova-details-table tbody tr td {
  padding-left: 0;
  padding-right: 0;
}
.nova-details-table tbody tr td .nova-sub-table tr:nth-child(even) {
  background-color: #f1f1f1;
}
.nova-details-table .nova-section-title {
  margin-bottom: 0;
}
.nova-tabs {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--web-content-accent-background-color);
}
.nova-tabs li.is-active {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: var(--web-content-accent-background-color);
}
.nova-tabs li a {
  padding: 5px 20px;
}
.nova-tabs li a h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.nova-tab-content {
  background-color: #ffffff;
  border: none;
}
.nova-tab-content .tabs-panel {
  background-color: #ffffff !important;
}