/* ============================================================= */
/*	Inhaltselemente   */
/* ============================================================= */
/* Logo */
.element.logo {
  flex: 1 0 20%;
}
.logo-main-wrapper img {
  height: auto;
  width: auto;
  max-width: 100%;
}
@media all and (max-width: 800px) {
  .element.logo {
    flex: 1 0 50%;
  }
}
.cursor-pointer {
  cursor: pointer;
}
/* Header Image */
.header-image {
  overflow: hidden;
  position: relative;
}
.bild-fixe-breite-responsive {
  position: relative;
}
.bild-fixe-breite-responsive .element-wrapper {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
}
.bild-fixe-breite-responsive .element-wrapper .header-title {
  color: var(--header-scene-text-color);
  pointer-events: none;
}
.bild-ganze-breite-responsive {
  position: relative;
}
.bild-ganze-breite-responsive .row-wrapper {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
}
.bild-ganze-breite-responsive .row-wrapper .header-title {
  color: var(--header-scene-text-color);
  pointer-events: none;
}
/* Farbleiste */
.color-bar {
  position: relative;
  z-index: 10;
}
.color-bar nav {
  background-color: var(--color-bar-background);
}
.color-bar nav .rte-line,
.color-bar nav .rte-ol {
  display: none;
}
.color-bar nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex: 0 1;
  -ms-flex: 0 1;
}
.color-bar nav ul .rte-li .rte-line {
  display: block;
}
.color-bar nav ul br,
.color-bar nav ul ul {
  display: none;
}
.color-bar nav li {
  color: var(--color-bar-font-color);
  margin: 0;
  padding: 0 16px;
  line-height: 48px;
  border-left: 1px solid var(--color-bar-divider-color);
}
.color-bar nav li:last-child {
  border-right: 1px solid var(--color-bar-divider-color);
}
.color-bar nav li a {
  color: inherit;
}
.color-bar nav li a:hover,
.color-bar nav li a:focus {
  text-decoration: none;
}
.color-bar nav li.linked {
  padding: 0;
}
.color-bar nav li.linked a {
  display: block;
  height: 48px;
  padding: 0 16px;
  background-color: transparent;
}
.color-bar nav li.linked a:focus,
.color-bar nav li.linked a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.color-bar .color-bar-fixed-width ul li:first-child {
  border-left: none;
}
@media (max-width: var(--max-width)) {
  .color-bar ul li:first-child {
    border-left: none;
  }
}
@media (max-width: 800px) {
  .color-bar ul {
    flex-direction: column;
    margin: 0;
  }
  .color-bar ul li {
    padding: 0 20px;
    border-left: none;
    border-bottom: 1px solid var(--color-bar-divider-color);
  }
  .color-bar ul li:last-child {
    border-bottom: none;
  }
}
/* Text Element */
/* Text Bild Element */
.content-element.text-image .image {
  margin-bottom: 15px;
}
/* Hervorgehobener Inhalt Primär-Farbe */
.primary-color-bg {
  padding: 30px 20px 0;
}
.primary-color-bg .content-element.image-wrapper {
  margin: 0 0 10px;
}
.primary-color-bg.element .row .flex .element {
  margin: 0 20px;
}
.primary-color-bg .content-element.text-image .row .flex .image {
  margin-bottom: 15px;
}
.primary-color-bg .content-element.image-wrapper img {
  max-width: 100%;
  width: auto;
}
/* Hervorgehobener Inhalt Sekundär-Farbe */
.secondary-color-bg {
  padding: 30px 20px 0;
}
.secondary-color-bg .content-element.image-wrapper {
  margin: 0 0 10px;
}
.secondary-color-bg.element .row .flex .element {
  margin: 0 20px;
}
.secondary-color-bg .content-element.text-image .row .flex .image {
  margin-bottom: 15px;
}
.secondary-color-bg .content-element.image-wrapper img {
  max-width: 100%;
  width: auto;
}
/* Bild / Bildlegende */
.content-element.image-wrapper img {
  margin: 0 0 10px 0;
  height: auto;
}
.content-element.image-no-legend img {
  margin-bottom: 0;
}
/* Bild Title CTA */
.image-title-cta .flipper-card-outer {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.image-title-cta .flipper-card-outer .flipper-card-inner {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.image-title-cta .flipper-card-outer input {
  display: none;
}
.image-title-cta .flipper-card-outer .image {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.image-title-cta .flipper-card-outer .image img {
  margin: 0;
}
.image-title-cta .flipper-card-outer .image .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-title-cta .flipper-card-outer .image .image-title {
  margin: 0 0 30px 0;
  padding: 0 25px;
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
.image-title-cta .flipper-card-outer .image .image-cta {
  margin: 0 25px 25px 25px;
}
.image-title-cta .flipper-card-outer .image .image-cta .button div {
  float: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  background-color: transparent;
  display: inline-block;
}
.image-title-cta .flipper-card-outer .image::before {
  content: '';
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.05) 49%, #000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.05) 49%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.05) 49%, #000000 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-title-cta .flipper-card-outer .description {
  background-color: var(--card-backside-background);
  color: var(--card-backside-font-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  padding: 25px;
}
.image-title-cta .flipper-card-outer .description .description-title {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 22px;
  line-height: 30px;
  padding: 0;
  margin: 0 0 13px 0;
}
.image-title-cta .flipper-card-outer .description .description-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.image-title-cta .flipper-card-outer .description .description-button {
  font-size: 13px;
  line-height: 30px;
  position: absolute;
  bottom: 25px;
}
.image-title-cta .flipper-card-outer .description .description-button a {
  float: none;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
  background-color: transparent;
  display: inline-block;
}
.image-title-cta .flipper-card-outer .image,
.image-title-cta .flipper-card-outer .description {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #DADADA;
}
.image-title-cta .element:hover .image,
.image-title-cta .element input:checked + .flipper-card-inner .image {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.image-title-cta .element:hover .description,
.image-title-cta .element input:checked + .flipper-card-inner .description {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.no-js .image-title-cta .flipper-card-outer .description {
  visibility: visible !important;
}
/* Bild Title Swipe */
.image-swipe-links .swipe-card {
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 1;
}
.image-swipe-links .swipe-card .image {
  -webkit-transform: rotateZ(0deg) translateX(0%);
  transform: rotateZ(0deg) translateX(0%);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.image-swipe-links .swipe-card.left .image {
  -webkit-transform: rotateZ(-2deg) translateX(0%);
  transform: rotateZ(-2deg) translateX(0%);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.image-swipe-links .swipe-card.left.click .image {
  -webkit-transform: rotateZ(-45deg) translateX(-50%);
  transform: rotateZ(-45deg) translateX(-50%);
  opacity: 0;
}
.image-swipe-links .swipe-card.right .image {
  -webkit-transform: rotateZ(2deg) translateX(0%);
  transform: rotateZ(2deg) translateX(0%);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.image-swipe-links .swipe-card.right.click .image {
  -webkit-transform: rotateZ(45deg) translateX(50%);
  transform: rotateZ(45deg) translateX(50%);
  opacity: 0;
}
.image-swipe-links .image {
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #DADADA;
  -webkit-transition: transform 100ms;
  transition: transform 100ms;
}
.image-swipe-links .image .link {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  outline: none;
  border: none;
  text-decoration: none;
  opacity: 0;
}
.image-swipe-links .image .link a {
  display: none;
}
.image-swipe-links .image .link.left {
  left: 0;
}
.image-swipe-links .image .link.right {
  right: 0;
}
.image-swipe-links .image img {
  position: relative;
  margin: 0;
  z-index: 2;
}
.image-swipe-links .image .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.image-swipe-links .image .image-title,
.image-swipe-links .image .image-text {
  color: #ffffff;
  padding: 0 25px;
}
.image-swipe-links .image .image-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 13px 0;
}
.image-swipe-links .image .image-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.image-swipe-links .image::before {
  content: '';
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.05) 49%, #000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.05) 49%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.05) 49%, #000000 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-no-touchevents .image-swipe-links .image .link {
  z-index: 3;
}
.mod-touchevents .image-swipe-links .image .link {
  z-index: 1;
}
/* Webcam Image Upload */
.webcam-image-upload form .content-element.image-wrapper {
  position: relative;
}
.webcam-image-upload form .content-element.image-wrapper img {
  margin-bottom: 0;
  width: 100%;
}
.webcam-image-upload form .content-element.image-wrapper .file,
.webcam-image-upload form .content-element.image-wrapper canvas,
.webcam-image-upload form .content-element.image-wrapper video {
  display: none;
}
.webcam-image-upload form .content-element.image-wrapper canvas {
  position: relative;
  z-index: 1;
}
.webcam-image-upload form .content-element.image-wrapper video {
  width: 100%;
}
.webcam-image-upload form .content-element.image-wrapper .preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  transition: all 250ms;
}
.webcam-image-upload .form-button-bar.hidden {
  display: none;
}
.webcam-image-upload .form-button-container.capture {
  display: block;
  float: none;
  margin: 0;
}
.webcam-image-upload .form-button-container.capture .form-button {
  width: 100%;
}
.webcam-image-upload .form-button-container.retry,
.webcam-image-upload .form-button-container.submit {
  margin: 0;
  width: 50%;
  box-sizing: border-box;
}
.webcam-image-upload .form-button-container.retry .form-button,
.webcam-image-upload .form-button-container.submit .form-button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.webcam-image-upload .form-button-container.retry {
  padding-right: 7.5px;
}
.webcam-image-upload .form-button-container.submit {
  padding-left: 7.5px;
}
@media all and (max-width: 415px) {
  .webcam-image-upload .form-button-container.retry,
  .webcam-image-upload .form-button-container.submit {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .webcam-image-upload .form-button-container.retry .form-button {
    margin-bottom: 20px;
  }
}
.webcam-image-upload.undecided .introduction {
  display: block;
}
.webcam-image-upload.undecided .errormessage,
.webcam-image-upload.undecided form .content-element.image-wrapper .preview,
.webcam-image-upload.undecided .submit-reset-bar {
  display: none;
}
.webcam-image-upload.supported .introduction,
.webcam-image-upload.supported .errormessage,
.webcam-image-upload.supported .submit-reset-bar {
  display: none;
}
.webcam-image-upload.unsupported .introduction,
.webcam-image-upload.unsupported form .content-element.image-wrapper .preview {
  display: none;
}
.webcam-image-upload.unsupported .errormessage {
  margin-bottom: 10px;
}
.webcam-image-upload.unsupported .errormessage,
.webcam-image-upload.unsupported form .content-element.image-wrapper .file,
.webcam-image-upload.unsupported .submit-reset-bar {
  display: block;
}
.webcam-image-upload.unsupported .errormessage label,
.webcam-image-upload.unsupported form .content-element.image-wrapper .file label,
.webcam-image-upload.unsupported .submit-reset-bar label {
  display: none;
}
/* Pie Chart */
.pie-chart .chart {
  position: relative;
}
.chart {
  height: 400px;
  width: 100px;
}
/* QR-Code Element */
.qr-code img.qr-code-image-placeholder {
  display: none;
}
.qr-code img.qr-code-image[src^="<"][src$=">"],
.qr-code img.qr-code-image[src=""] {
  display: none;
}
.qr-code img.qr-code-image[src^="<"][src$=">"] + img.qr-code-image-placeholder,
.qr-code img.qr-code-image[src=""] + img.qr-code-image-placeholder {
  display: block;
}
/* BUTTON */
.button {
  border: 0;
  padding: 0;
}
.form-button-container > input[type='submit'],
.form-button-container > input[type='reset'],
.button a,
.button div {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 17px;
  padding: 17px 32px;
  width: auto;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background: #333;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  border: 0;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form-button-container > input[type='submit']:hover,
.form-button-container > input[type='reset']:hover,
.form-button-container > input[type='submit']:focus,
.form-button-container > input[type='reset']:focus,
.button:hover a,
.button:hover div {
  background: #000;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.button.fullwidth a {
  box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
}
@media all and (max-width: 415px) {
  .element > .button a {
    box-sizing: border-box;
    width: 100%;
  }
}
/* Abstand */
.spacer {
  height: 30px;
}
/* Trennerlinie */
.element.divider {
  margin-bottom: 50px;
}
/* Tabelle */
.wysiwyg table {
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 auto;
}
.wysiwyg table thead th {
  border-top: 0px;
  border-bottom: 2px solid var(--border-color);
  font-weight: 600;
}
.wysiwyg table tbody th {
  border-top: 0px;
  border-bottom: 1px solid var(--border-color);
  font-weight: 600;
}
.wysiwyg table tfoot th {
  border-top: 2px solid var(--border-color);
  border-bottom: 0px;
  font-weight: 600;
}
.wysiwyg table td {
  border-bottom: 1px solid var(--border-color);
}
.wysiwyg table td .lbl {
  display: none;
  flex: 0 0 30%;
}
.table-has-stripes > table tr:nth-child(2n + 3) td {
  background: var(--table-highlight-background);
  color: var(--table-highlight-color);
}
/*

Bei der Post wollen wir die Tabellen nicht Spaltenweise brechen sondern einfach nur die ersten beiden Spalten anzeigen.

@media all and @t {
	.wysiwyg.tablesaw table {
		&,& > tbody {
			display: block;
		}

		colgroup,
		th {
			display: none;
		}
		tr {
			display: block;

			td:first-child {
				padding-top: 4px;
			}
			td:last-child {
				padding-bottom: 4px;
			}
		}
		td {
			display: flex;

			.lbl {
				display: block;
				width: 30%;
				flex: 0 0 30%;
				font-weight: 600;
				padding-left: 4px;
			}

			.dta {
				flex: 0 0 70%;
			}
		}
	}
}
*/
/* =============================================
	Formular Elemente
=============================================== */
@media screen and (min-width: 415px) {
  form .form-field-horizontal {
    flex: 1 0;
    display: flex;
  }
  form .form-field-horizontal > .label,
  form .form-field-horizontal > .input {
    width: 50%;
  }
  form .form-field-horizontal > .label {
    padding: 8px 0;
    margin-right: 10px;
  }
  form .form-field-horizontal > .input {
    margin-left: 10px;
  }
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.primary-color-bg label {
  display: block;
  color: var(--form-color-primary-bg);
}
.secondary-color-bg label {
  display: block;
  color: var(--form-color-secondary-bg);
}
label {
  display: block;
  color: var(--form-color);
}
legend {
  display: none;
}
form input[type='radio']:hover + label,
form input[type='radio']:focus + label {
  color: #000;
}
form input[type='radio']:hover + label:before,
form input[type='radio']:focus + label:before {
  color: #000;
}
.nps-form-radio-group-container,
.star-form-radio-group-container,
.form-radio-group,
.form-checkbox,
.form-field {
  margin: 0 0 20px 0;
}
/* Einspaltiges Formular */
/* Zweispaltiges Formular */
.two-column-form select {
  width: 100%;
}
/* Text Input Feld */
/* Mehrzeiliges Textfeld*/
/* Checkbox und Radio Buttons */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}
.form-radio-item,
.form-checkbox {
  margin: 0 0 5px;
}
.form-radio-item img {
  width: auto;
}
form input[type='checkbox']:checked,
form input[type='checkbox']:not(checked),
form input[type='radio']:checked,
form input[type='radio']:not(checked) {
  float: left;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
  z-index: 0;
}
.primary-color-bg form .form-checkbox input[type='checkbox'].invalid:invalid + label,
.primary-color-bg form .form-radio input[type='radio'].invalid:invalid + label {
  color: var(--form-field-invalid-color-primary-bg);
}
.secondary-color-bg form .form-checkbox input[type='checkbox'].invalid:invalid + label,
.secondary-color-bg form .form-radio input[type='radio'].invalid:invalid + label {
  color: var(--form-field-invalid-color-secondary-bg);
}
form .form-checkbox input[type='checkbox'].invalid:invalid + label,
form .form-radio input[type='radio'].invalid:invalid + label {
  color: var(--form-field-invalid-color);
}
/* Icons für Radios und Checkboxes */
form input[type='radio']:checked:not(.custom-control-input) + label:before,
form input[type='radio']:not(checked):not(.custom-control-input) + label:before {
  font-family: 'master-template';
  font-weight: normal;
  font-size: 20px;
  font-style: normal;
  position: absolute;
  left: 0;
}
.primary-color-bg form .form-radio input[type='radio'].invalid:invalid + label:before {
  color: var(--form-field-invalid-color-primary-bg);
}
.secondary-color-bg form .form-radio input[type='radio'].invalid:invalid + label:before {
  color: var(--form-field-invalid-color-secondary-bg);
}
form .form-radio input[type='radio'].invalid:invalid + label:before {
  color: var(--form-field-invalid-color);
}
.primary-color-bg form input[type=range] {
  -webkit-appearance: none;
  border: 1px solid #0082a1;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  background: #0082a1;
}
.primary-color-bg form input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.primary-color-bg form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -10px;
}
.primary-color-bg form input[type=range]:focus {
  outline: none;
}
.primary-color-bg form input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.primary-color-bg form input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.primary-color-bg form input[type=range]::-moz-range-thumb {
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: #ffffff;
}
.primary-color-bg form input[type=range]:-moz-focusring {
  outline: none;
  outline-offset: 0;
}
.primary-color-bg form input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
.primary-color-bg form input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ffffff;
}
.primary-color-bg form input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ffffff;
}
.primary-color-bg form input[type=range]::-ms-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: #ffffff;
  transform: translate(0, 6px);
}
.primary-color-bg form input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
.primary-color-bg form input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
.secondary-color-bg form input[type=range] {
  -webkit-appearance: none;
  border: 1px solid #BB9F84;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  background: #BB9F84;
}
.secondary-color-bg form input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.secondary-color-bg form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -10px;
}
.secondary-color-bg form input[type=range]:focus {
  outline: none;
}
.secondary-color-bg form input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.secondary-color-bg form input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.secondary-color-bg form input[type=range]::-moz-range-thumb {
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: #ffffff;
}
.secondary-color-bg form input[type=range]:-moz-focusring {
  outline: none;
  outline-offset: 0;
}
.secondary-color-bg form input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
.secondary-color-bg form input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ffffff;
}
.secondary-color-bg form input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ffffff;
}
.secondary-color-bg form input[type=range]::-ms-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: #ffffff;
  transform: translate(0, 6px);
}
.secondary-color-bg form input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
.secondary-color-bg form input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
form input[type=range] {
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  background: #ffffff;
}
form input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ffffff;
  border: 1px solid #5d5d5d;
  border-radius: 3px;
}
form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #5d5d5d;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -10px;
}
form input[type=range]:focus {
  outline: none;
}
form input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
  border: 1px solid #5d5d5d;
}
form input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #ffffff;
  border: 1px solid #5d5d5d;
  border-radius: 3px;
}
form input[type=range]::-moz-range-thumb {
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #5d5d5d;
  background: #ffffff;
}
form input[type=range]:-moz-focusring {
  outline: none;
  outline-offset: 0;
}
form input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
form input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #5d5d5d;
}
form input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #5d5d5d;
}
form input[type=range]::-ms-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #5d5d5d;
  background: #ffffff;
  transform: translate(0, 6px);
}
form input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
form input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
.is-ie form input[type=range]::-ms-thumb {
  transform: none;
}
/* Select Box / Dropdown */
.form-select-enhanced .select-wrapper,
.form-select .select-wrapper {
  position: relative;
}
.form-select-enhanced .select-wrapper .dropdown,
.form-select .select-wrapper .dropdown {
  font-family: 'master-template';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  top: 5px;
  display: none;
  height: 24px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 16px;
  text-align: right;
  color: var(--form-field-border);
}
.form-select-enhanced .select-wrapper select[size="1"] + .dropdown,
.form-select .select-wrapper select[size="1"] + .dropdown {
  display: block;
}
body.is-ie .form-select .select-wrapper select[size="1"] + .dropdown,
body.is-ie .form-select-enhanced .select-wrapper select[size="1"] + .dropdown {
  display: none;
}
/* Trennlinie & Text in Formular */
form .content-element.text {
  margin: 0 0 5px;
}
form p {
  margin: 0;
}
form .divider,
.flex-slim .element form .divider {
  margin: 0 0 20px;
}
/* Radio Satisfaction Smiley Element */
.primary-color-bg .satisfaction *::selection {
  color: transparent;
  background-color: transparent;
}
.primary-color-bg .satisfaction .form-radio-item {
  float: left;
  position: relative;
  height: 80px;
}
.primary-color-bg .satisfaction .form-radio-item input[type='radio']:not(checked) + label,
.primary-color-bg .satisfaction .form-radio-item input[type='radio']:checked + label {
  height: 80px;
  width: 80px;
  color: transparent;
  padding: 0 30px 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.primary-color-bg .satisfaction .form-radio-item label::before {
  visibility: visible;
}
.primary-color-bg .satisfaction .form-radio-item input[type='radio'] + label::before {
  color: var(--form-field-border-primary-bg);
  font-size: 80px;
  line-height: 80px;
  height: 80px;
  width: 80px;
}
.primary-color-bg .satisfaction .form-radio-item input[value='happy'] + label::before {
  content: "\6c";
}
.primary-color-bg .satisfaction .form-radio-item input[value='neutral'] + label::before {
  content: "\6d";
}
.primary-color-bg .satisfaction .form-radio-item input[value='unhappy'] + label::before {
  content: "\6e";
}
.primary-color-bg .satisfaction .form-radio-item input[value='happy']:checked + label::before,
.primary-color-bg .satisfaction .form-radio-item input[value='happy'] + label:hover::before {
  color: #a6c160;
}
.primary-color-bg .satisfaction .form-radio-item input[value='neutral']:checked + label::before,
.primary-color-bg .satisfaction .form-radio-item input[value='neutral'] + label:hover::before {
  color: #fcca46;
}
.primary-color-bg .satisfaction .form-radio-item input[value='unhappy']:checked + label::before,
.primary-color-bg .satisfaction .form-radio-item input[value='unhappy'] + label:hover::before {
  color: #ec5036;
}
@media all and (max-width: 415px) {
  .primary-color-bg .satisfaction .form-radio-item {
    height: 60px;
  }
  .primary-color-bg .satisfaction .form-radio-item input[type='radio']:not(checked) + label,
  .primary-color-bg .satisfaction .form-radio-item input[type='radio']:checked + label {
    padding-right: 15px;
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
  }
  .primary-color-bg .satisfaction .form-radio-item input[type='radio']:not(checked) + label::before {
    background-size: 60px;
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
  }
}
.secondary-color-bg .satisfaction *::selection {
  color: transparent;
  background-color: transparent;
}
.secondary-color-bg .satisfaction .form-radio-item {
  float: left;
  position: relative;
  height: 80px;
}
.secondary-color-bg .satisfaction .form-radio-item input[type='radio']:not(checked) + label,
.secondary-color-bg .satisfaction .form-radio-item input[type='radio']:checked + label {
  height: 80px;
  width: 80px;
  color: transparent;
  padding: 0 30px 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.secondary-color-bg .satisfaction .form-radio-item label::before {
  visibility: visible;
}
.secondary-color-bg .satisfaction .form-radio-item input[type='radio'] + label::before {
  color: var(--form-field-border-secondary-bg);
  font-size: 80px;
  line-height: 80px;
  height: 80px;
  width: 80px;
}
.secondary-color-bg .satisfaction .form-radio-item input[value='happy'] + label::before {
  content: "\6c";
}
.secondary-color-bg .satisfaction .form-radio-item input[value='neutral'] + label::before {
  content: "\6d";
}
.secondary-color-bg .satisfaction .form-radio-item input[value='unhappy'] + label::before {
  content: "\6e";
}
.secondary-color-bg .satisfaction .form-radio-item input[value='happy']:checked + label::before,
.secondary-color-bg .satisfaction .form-radio-item input[value='happy'] + label:hover::before {
  color: #a6c160;
}
.secondary-color-bg .satisfaction .form-radio-item input[value='neutral']:checked + label::before,
.secondary-color-bg .satisfaction .form-radio-item input[value='neutral'] + label:hover::before {
  color: #fcca46;
}
.secondary-color-bg .satisfaction .form-radio-item input[value='unhappy']:checked + label::before,
.secondary-color-bg .satisfaction .form-radio-item input[value='unhappy'] + label:hover::before {
  color: #ec5036;
}
@media all and (max-width: 415px) {
  .secondary-color-bg .satisfaction .form-radio-item {
    height: 60px;
  }
  .secondary-color-bg .satisfaction .form-radio-item input[type='radio']:not(checked) + label,
  .secondary-color-bg .satisfaction .form-radio-item input[type='radio']:checked + label {
    padding-right: 15px;
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
  }
  .secondary-color-bg .satisfaction .form-radio-item input[type='radio']:not(checked) + label::before {
    background-size: 60px;
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
  }
}
.satisfaction *::selection {
  color: transparent;
  background-color: transparent;
}
.satisfaction .form-radio-item {
  float: left;
  position: relative;
  height: 80px;
}
.satisfaction .form-radio-item input[type='radio']:not(checked) + label,
.satisfaction .form-radio-item input[type='radio']:checked + label {
  height: 80px;
  width: 80px;
  color: transparent;
  padding: 0 30px 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.satisfaction .form-radio-item label::before {
  visibility: visible;
}
.satisfaction .form-radio-item input[type='radio'] + label::before {
  color: var(--form-field-border);
  font-size: 80px;
  line-height: 80px;
  height: 80px;
  width: 80px;
}
.satisfaction .form-radio-item input[value='happy'] + label::before {
  content: "\6c";
}
.satisfaction .form-radio-item input[value='neutral'] + label::before {
  content: "\6d";
}
.satisfaction .form-radio-item input[value='unhappy'] + label::before {
  content: "\6e";
}
.satisfaction .form-radio-item input[value='happy']:checked + label::before,
.satisfaction .form-radio-item input[value='happy'] + label:hover::before {
  color: #a6c160;
}
.satisfaction .form-radio-item input[value='neutral']:checked + label::before,
.satisfaction .form-radio-item input[value='neutral'] + label:hover::before {
  color: #fcca46;
}
.satisfaction .form-radio-item input[value='unhappy']:checked + label::before,
.satisfaction .form-radio-item input[value='unhappy'] + label:hover::before {
  color: #ec5036;
}
@media all and (max-width: 415px) {
  .satisfaction .form-radio-item {
    height: 60px;
  }
  .satisfaction .form-radio-item input[type='radio']:not(checked) + label,
  .satisfaction .form-radio-item input[type='radio']:checked + label {
    padding-right: 15px;
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
  }
  .satisfaction .form-radio-item input[type='radio']:not(checked) + label::before {
    background-size: 60px;
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
  }
}
/* Radio NPS Umfrage */
.form-radio-nps .form-radio-item {
  float: left;
  margin: 0 20px 5px 0;
  position: relative;
}
.form-radio-nps input[type='radio']:not(checked) + label {
  padding: 0 0 0 25px;
}
/* Bild in Formular */
form .content-element.image-wrapper {
  margin: 0 0 20px;
}
form .content-element.image-wrapper img {
  max-width: 100%;
  width: auto;
}
/* Buttons in Formular */
.form-button-bar::before,
.form-button-bar::after {
  content: '';
  display: table;
  width: 100%;
}
.form-button-container {
  float: right;
  margin: 0 15px 20px 0;
}
.form-button-container:first-child {
  margin-right: 0;
}
.form-button-container a {
  display: block;
}
input.form-button[disabled] {
  display: none;
}
/* =============================================
	Slider Gruppe
=============================================== */
.form-slider-group {
  margin-bottom: 20px;
}
.primary-color-bg form .fsg-label-title-headers-result {
  display: flex;
  padding-bottom: 5px;
}
.primary-color-bg form .fsg-label-title-headers-result > .fsg-label {
  flex: 1 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.primary-color-bg form .fsg-label-title-headers-result > .fsg-label > .inner {
  font-weight: 600;
}
.primary-color-bg form .fsg-label-title-headers-result > .fsg-result {
  width: 100px;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.primary-color-bg form .fsg-label-title-headers-result > .fsg-result > .inner {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  transform: rotate(180deg);
  flex: 1 0;
  line-height: 0;
}
.primary-color-bg form .fsg-title-headers {
  width: 400px;
}
.primary-color-bg form .fsg-title-headers > .fsg-title {
  padding-bottom: 10px;
  font-weight: 600;
}
.primary-color-bg form .fsg-title-headers > .fsg-headers {
  width: 400px;
  display: flex;
  justify-content: space-between;
}
.primary-color-bg form .fsg-header-element {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  width: 24px;
}
.primary-color-bg form .fsg-header-element > .fsg-header {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  transform: rotate(180deg);
}
.primary-color-bg form .fsg-slider-element {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}
.primary-color-bg form .fsg-slider-element > .fsg-tooltip {
  display: none;
}
.primary-color-bg form .fsg-slider-element > .fsg-slider {
  display: flex;
  flex: 1 0;
}
.primary-color-bg form .fsg-slider-element > .fsg-slider > label {
  flex: 1 0;
}
.primary-color-bg form .fsg-slider-element > .fsg-slider:hover > label > .fsg-tooltip-trigger {
  opacity: 1;
}
.primary-color-bg form .fsg-slider-element > .fsg-slider > input {
  width: 400px;
}
.primary-color-bg form .fsg-slider-element .fsg-value {
  text-align: center;
  width: 100px;
}
.primary-color-bg form .fsg-tooltip-trigger {
  box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--form-color-primary-bg);
  border-radius: 100%;
  text-align: center;
  margin-left: 5px;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.primary-color-bg form .fsg-tooltip-trigger > .inner {
  font-family: serif;
  font-size: 12px;
  line-height: 14px;
  color: var(--form-color-primary-bg);
}
.primary-color-bg form .fsg-tooltip-trigger > .fsg-tooltip {
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  left: 21px;
  top: -6px;
  padding: 2px 5px;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
.primary-color-bg form .fsg-tooltip-trigger:hover {
  text-decoration: none;
}
.primary-color-bg form .fsg-tooltip-trigger:hover > .fsg-tooltip {
  opacity: 1;
  display: block;
}
.primary-color-bg form .fsg-total {
  display: flex;
}
.primary-color-bg form .fsg-total > label {
  flex: 1 0;
  text-align: right;
  font-weight: 600;
}
.primary-color-bg form .fsg-total > input {
  display: none;
}
.primary-color-bg form .fsg-total .fsg-value {
  text-align: center;
  width: 100px;
  font-weight: 600;
}
.secondary-color-bg form .fsg-label-title-headers-result {
  display: flex;
  padding-bottom: 5px;
}
.secondary-color-bg form .fsg-label-title-headers-result > .fsg-label {
  flex: 1 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.secondary-color-bg form .fsg-label-title-headers-result > .fsg-label > .inner {
  font-weight: 600;
}
.secondary-color-bg form .fsg-label-title-headers-result > .fsg-result {
  width: 100px;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.secondary-color-bg form .fsg-label-title-headers-result > .fsg-result > .inner {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  transform: rotate(180deg);
  flex: 1 0;
  line-height: 0;
}
.secondary-color-bg form .fsg-title-headers {
  width: 400px;
}
.secondary-color-bg form .fsg-title-headers > .fsg-title {
  padding-bottom: 10px;
  font-weight: 600;
}
.secondary-color-bg form .fsg-title-headers > .fsg-headers {
  width: 400px;
  display: flex;
  justify-content: space-between;
}
.secondary-color-bg form .fsg-header-element {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  width: 24px;
}
.secondary-color-bg form .fsg-header-element > .fsg-header {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  transform: rotate(180deg);
}
.secondary-color-bg form .fsg-slider-element {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}
.secondary-color-bg form .fsg-slider-element > .fsg-tooltip {
  display: none;
}
.secondary-color-bg form .fsg-slider-element > .fsg-slider {
  display: flex;
  flex: 1 0;
}
.secondary-color-bg form .fsg-slider-element > .fsg-slider > label {
  flex: 1 0;
}
.secondary-color-bg form .fsg-slider-element > .fsg-slider:hover > label > .fsg-tooltip-trigger {
  opacity: 1;
}
.secondary-color-bg form .fsg-slider-element > .fsg-slider > input {
  width: 400px;
}
.secondary-color-bg form .fsg-slider-element .fsg-value {
  text-align: center;
  width: 100px;
}
.secondary-color-bg form .fsg-tooltip-trigger {
  box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--form-color-secondary-bg);
  border-radius: 100%;
  text-align: center;
  margin-left: 5px;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.secondary-color-bg form .fsg-tooltip-trigger > .inner {
  font-family: serif;
  font-size: 12px;
  line-height: 14px;
  color: var(--form-color-secondary-bg);
}
.secondary-color-bg form .fsg-tooltip-trigger > .fsg-tooltip {
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  left: 21px;
  top: -6px;
  padding: 2px 5px;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
.secondary-color-bg form .fsg-tooltip-trigger:hover {
  text-decoration: none;
}
.secondary-color-bg form .fsg-tooltip-trigger:hover > .fsg-tooltip {
  opacity: 1;
  display: block;
}
.secondary-color-bg form .fsg-total {
  display: flex;
}
.secondary-color-bg form .fsg-total > label {
  flex: 1 0;
  text-align: right;
  font-weight: 600;
}
.secondary-color-bg form .fsg-total > input {
  display: none;
}
.secondary-color-bg form .fsg-total .fsg-value {
  text-align: center;
  width: 100px;
  font-weight: 600;
}
form .fsg-label-title-headers-result {
  display: flex;
  padding-bottom: 5px;
}
form .fsg-label-title-headers-result > .fsg-label {
  flex: 1 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
form .fsg-label-title-headers-result > .fsg-label > .inner {
  font-weight: 600;
}
form .fsg-label-title-headers-result > .fsg-result {
  width: 100px;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
form .fsg-label-title-headers-result > .fsg-result > .inner {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  transform: rotate(180deg);
  flex: 1 0;
  line-height: 0;
}
form .fsg-title-headers {
  width: 400px;
}
form .fsg-title-headers > .fsg-title {
  padding-bottom: 10px;
  font-weight: 600;
}
form .fsg-title-headers > .fsg-headers {
  width: 400px;
  display: flex;
  justify-content: space-between;
}
form .fsg-header-element {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  width: 24px;
}
form .fsg-header-element > .fsg-header {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  transform: rotate(180deg);
}
form .fsg-slider-element {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}
form .fsg-slider-element > .fsg-tooltip {
  display: none;
}
form .fsg-slider-element > .fsg-slider {
  display: flex;
  flex: 1 0;
}
form .fsg-slider-element > .fsg-slider > label {
  flex: 1 0;
}
form .fsg-slider-element > .fsg-slider:hover > label > .fsg-tooltip-trigger {
  opacity: 1;
}
form .fsg-slider-element > .fsg-slider > input {
  width: 400px;
}
form .fsg-slider-element .fsg-value {
  text-align: center;
  width: 100px;
}
form .fsg-tooltip-trigger {
  box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--form-color);
  border-radius: 100%;
  text-align: center;
  margin-left: 5px;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
form .fsg-tooltip-trigger > .inner {
  font-family: serif;
  font-size: 12px;
  line-height: 14px;
  color: var(--form-color);
}
form .fsg-tooltip-trigger > .fsg-tooltip {
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  left: 21px;
  top: -6px;
  padding: 2px 5px;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
form .fsg-tooltip-trigger:hover {
  text-decoration: none;
}
form .fsg-tooltip-trigger:hover > .fsg-tooltip {
  opacity: 1;
  display: block;
}
form .fsg-total {
  display: flex;
}
form .fsg-total > label {
  flex: 1 0;
  text-align: right;
  font-weight: 600;
}
form .fsg-total > input {
  display: none;
}
form .fsg-total .fsg-value {
  text-align: center;
  width: 100px;
  font-weight: 600;
}
@media all and (max-width: 800px) {
  .primary-color-bg form .fsg-label-title-headers-result {
    display: flex;
    padding-bottom: 5px;
  }
  .primary-color-bg form .fsg-label-title-headers-result > .fsg-label {
    flex: 1 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .primary-color-bg form .fsg-label-title-headers-result > .fsg-label > .inner {
    font-weight: 600;
  }
  .primary-color-bg form .fsg-label-title-headers-result > .fsg-result {
    width: 75px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .primary-color-bg form .fsg-label-title-headers-result > .fsg-result > .inner {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    transform: rotate(180deg);
    flex: 1 0;
    line-height: 0;
  }
  .primary-color-bg form .fsg-title-headers {
    width: 125px;
  }
  .primary-color-bg form .fsg-title-headers > .fsg-title {
    padding-bottom: 10px;
    font-weight: 600;
  }
  .primary-color-bg form .fsg-title-headers > .fsg-headers {
    width: 125px;
    display: flex;
    justify-content: space-between;
  }
  .primary-color-bg form .fsg-header-element {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    width: 24px;
  }
  .primary-color-bg form .fsg-header-element > .fsg-header {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    transform: rotate(180deg);
  }
  .primary-color-bg form .fsg-slider-element {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .primary-color-bg form .fsg-slider-element > .fsg-tooltip {
    display: none;
  }
  .primary-color-bg form .fsg-slider-element > .fsg-slider {
    display: flex;
    flex: 1 0;
  }
  .primary-color-bg form .fsg-slider-element > .fsg-slider > label {
    flex: 1 0;
  }
  .primary-color-bg form .fsg-slider-element > .fsg-slider:hover > label > .fsg-tooltip-trigger {
    opacity: 1;
  }
  .primary-color-bg form .fsg-slider-element > .fsg-slider > input {
    width: 125px;
  }
  .primary-color-bg form .fsg-slider-element .fsg-value {
    text-align: center;
    width: 75px;
  }
  .primary-color-bg form .fsg-tooltip-trigger {
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid var(--form-color-primary-bg);
    border-radius: 100%;
    text-align: center;
    margin-left: 5px;
    opacity: 0;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }
  .primary-color-bg form .fsg-tooltip-trigger > .inner {
    font-family: serif;
    font-size: 12px;
    line-height: 14px;
    color: var(--form-color-primary-bg);
  }
  .primary-color-bg form .fsg-tooltip-trigger > .fsg-tooltip {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    left: 21px;
    top: -6px;
    padding: 2px 5px;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    display: none;
  }
  .primary-color-bg form .fsg-tooltip-trigger:hover {
    text-decoration: none;
  }
  .primary-color-bg form .fsg-tooltip-trigger:hover > .fsg-tooltip {
    opacity: 1;
    display: block;
  }
  .primary-color-bg form .fsg-total {
    display: flex;
  }
  .primary-color-bg form .fsg-total > label {
    flex: 1 0;
    text-align: right;
    font-weight: 600;
  }
  .primary-color-bg form .fsg-total > input {
    display: none;
  }
  .primary-color-bg form .fsg-total .fsg-value {
    text-align: center;
    width: 75px;
    font-weight: 600;
  }
  .secondary-color-bg form .fsg-label-title-headers-result {
    display: flex;
    padding-bottom: 5px;
  }
  .secondary-color-bg form .fsg-label-title-headers-result > .fsg-label {
    flex: 1 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .secondary-color-bg form .fsg-label-title-headers-result > .fsg-label > .inner {
    font-weight: 600;
  }
  .secondary-color-bg form .fsg-label-title-headers-result > .fsg-result {
    width: 75px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .secondary-color-bg form .fsg-label-title-headers-result > .fsg-result > .inner {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    transform: rotate(180deg);
    flex: 1 0;
    line-height: 0;
  }
  .secondary-color-bg form .fsg-title-headers {
    width: 125px;
  }
  .secondary-color-bg form .fsg-title-headers > .fsg-title {
    padding-bottom: 10px;
    font-weight: 600;
  }
  .secondary-color-bg form .fsg-title-headers > .fsg-headers {
    width: 125px;
    display: flex;
    justify-content: space-between;
  }
  .secondary-color-bg form .fsg-header-element {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    width: 24px;
  }
  .secondary-color-bg form .fsg-header-element > .fsg-header {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    transform: rotate(180deg);
  }
  .secondary-color-bg form .fsg-slider-element {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .secondary-color-bg form .fsg-slider-element > .fsg-tooltip {
    display: none;
  }
  .secondary-color-bg form .fsg-slider-element > .fsg-slider {
    display: flex;
    flex: 1 0;
  }
  .secondary-color-bg form .fsg-slider-element > .fsg-slider > label {
    flex: 1 0;
  }
  .secondary-color-bg form .fsg-slider-element > .fsg-slider:hover > label > .fsg-tooltip-trigger {
    opacity: 1;
  }
  .secondary-color-bg form .fsg-slider-element > .fsg-slider > input {
    width: 125px;
  }
  .secondary-color-bg form .fsg-slider-element .fsg-value {
    text-align: center;
    width: 75px;
  }
  .secondary-color-bg form .fsg-tooltip-trigger {
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid var(--form-color-secondary-bg);
    border-radius: 100%;
    text-align: center;
    margin-left: 5px;
    opacity: 0;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }
  .secondary-color-bg form .fsg-tooltip-trigger > .inner {
    font-family: serif;
    font-size: 12px;
    line-height: 14px;
    color: var(--form-color-secondary-bg);
  }
  .secondary-color-bg form .fsg-tooltip-trigger > .fsg-tooltip {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    left: 21px;
    top: -6px;
    padding: 2px 5px;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    display: none;
  }
  .secondary-color-bg form .fsg-tooltip-trigger:hover {
    text-decoration: none;
  }
  .secondary-color-bg form .fsg-tooltip-trigger:hover > .fsg-tooltip {
    opacity: 1;
    display: block;
  }
  .secondary-color-bg form .fsg-total {
    display: flex;
  }
  .secondary-color-bg form .fsg-total > label {
    flex: 1 0;
    text-align: right;
    font-weight: 600;
  }
  .secondary-color-bg form .fsg-total > input {
    display: none;
  }
  .secondary-color-bg form .fsg-total .fsg-value {
    text-align: center;
    width: 75px;
    font-weight: 600;
  }
  form .fsg-label-title-headers-result {
    display: flex;
    padding-bottom: 5px;
  }
  form .fsg-label-title-headers-result > .fsg-label {
    flex: 1 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  form .fsg-label-title-headers-result > .fsg-label > .inner {
    font-weight: 600;
  }
  form .fsg-label-title-headers-result > .fsg-result {
    width: 75px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  form .fsg-label-title-headers-result > .fsg-result > .inner {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    transform: rotate(180deg);
    flex: 1 0;
    line-height: 0;
  }
  form .fsg-title-headers {
    width: 125px;
  }
  form .fsg-title-headers > .fsg-title {
    padding-bottom: 10px;
    font-weight: 600;
  }
  form .fsg-title-headers > .fsg-headers {
    width: 125px;
    display: flex;
    justify-content: space-between;
  }
  form .fsg-header-element {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    width: 24px;
  }
  form .fsg-header-element > .fsg-header {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    transform: rotate(180deg);
  }
  form .fsg-slider-element {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  form .fsg-slider-element > .fsg-tooltip {
    display: none;
  }
  form .fsg-slider-element > .fsg-slider {
    display: flex;
    flex: 1 0;
  }
  form .fsg-slider-element > .fsg-slider > label {
    flex: 1 0;
  }
  form .fsg-slider-element > .fsg-slider:hover > label > .fsg-tooltip-trigger {
    opacity: 1;
  }
  form .fsg-slider-element > .fsg-slider > input {
    width: 125px;
  }
  form .fsg-slider-element .fsg-value {
    text-align: center;
    width: 75px;
  }
  form .fsg-tooltip-trigger {
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid var(--form-color);
    border-radius: 100%;
    text-align: center;
    margin-left: 5px;
    opacity: 0;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }
  form .fsg-tooltip-trigger > .inner {
    font-family: serif;
    font-size: 12px;
    line-height: 14px;
    color: var(--form-color);
  }
  form .fsg-tooltip-trigger > .fsg-tooltip {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    left: 21px;
    top: -6px;
    padding: 2px 5px;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    display: none;
  }
  form .fsg-tooltip-trigger:hover {
    text-decoration: none;
  }
  form .fsg-tooltip-trigger:hover > .fsg-tooltip {
    opacity: 1;
    display: block;
  }
  form .fsg-total {
    display: flex;
  }
  form .fsg-total > label {
    flex: 1 0;
    text-align: right;
    font-weight: 600;
  }
  form .fsg-total > input {
    display: none;
  }
  form .fsg-total .fsg-value {
    text-align: center;
    width: 75px;
    font-weight: 600;
  }
}
/* =============================================
	File Input
=============================================== */
.form-file-input .input-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.form-file-input .input-container > input {
  flex: 1;
  padding: 0;
}
.form-file-input .input-container > .action-icon {
  flex: 0;
  padding: 0 10px;
  line-height: 1;
  cursor: pointer;
}
.form-file-input .input-container > .action-icon > svg {
  background-color: white;
  fill: rgba(153, 153, 153);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 6px 0 6px;
}
.form-file-input .input-container > .action-icon > svg:hover {
  fill: black;
}
.primary-color-bg .form-file-input .input-container > input,
.secondary-color-bg .form-file-input .input-container > input {
  border: none;
}
.primary-color-bg .form-field.form-element.invalid > .input-container {
  color: var(--form-field-invalid-color-primary-bg);
  border-color: var(--form-field-invalid-color-primary-bg);
}
.secondary-color-bg .form-field.form-element.invalid > .input-container {
  color: var(--form-field-invalid-color-secondary-bg);
  border-color: var(--form-field-invalid-color-secondary-bg);
}
.form-field.form-element.invalid > .input-container {
  color: var(--form-field-invalid-color);
  border-color: var(--form-field-invalid-color);
}
/* =============================================
	Form Select Enhanced
=============================================== */
/* =============================================
	Form Tel Input
=============================================== */
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags_2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.form-tel-input .iti__flag {
  background-image: url("../img/3rdparty/intl-tel-input/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form-tel-input .iti__flag {
    background-image: url("../img/3rdparty/intl-tel-input/flags_2x.png");
  }
}
.form-tel-input > .iti {
  height: 100%;
}
.form-tel-input.element-width-full .iti {
  width: 100%;
}
.form-tel-input label.normalized-field-marker {
  display: none;
}
@media screen and (min-width: 415px) {
  .element-width-left-right {
    flex: 1 0;
    display: flex;
  }
  .element-width-left-right > .label,
  .element-width-left-right > .iti {
    width: 50%;
  }
  .element-width-left-right > .label {
    padding: 8px 0;
    margin-right: 10px;
  }
  .element-width-left-right > .iti {
    margin-left: 10px;
  }
}
@media screen and (max-width: 415px) {
  .element-width-left-right .iti {
    width: 100%;
  }
}
/* =============================================
	NPS Formular
=============================================== */
.primary-color-bg .nps-form.invalid {
  color: var(--form-field-invalid-color-primary-bg);
}
.primary-color-bg .nps-form .nps-form-radio-group-main-label,
.primary-color-bg .nps-form .nps-form-radio-group {
  margin-bottom: 5px;
}
.primary-color-bg .nps-form form input[type='radio']:checked,
.primary-color-bg .nps-form form input[type='radio']:not(checked) {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  z-index: 0;
}
.primary-color-bg .nps-form input[type='radio']:checked + label:before {
  content: '';
}
.primary-color-bg .nps-form input[type='radio']:not(checked) + label:before {
  content: '';
}
.primary-color-bg .nps-form .form-radio-nps .form-radio-item {
  margin-right: 0;
}
.primary-color-bg .nps-form .nps-form-radio-group {
  display: flex;
  flex-flow: nowrap;
}
.primary-color-bg .nps-form .nps-form-radio-item {
  flex-grow: 1;
}
.primary-color-bg .nps-form .nps-form-radio-item input[type='radio']:checked + label,
.primary-color-bg .nps-form .nps-form-radio-item input[type='radio']:not(checked) + label {
  display: block;
  text-align: center;
  padding: 9px 5px;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid var(--form-field-border-primary-bg);
  border-left: none;
  color: var(--form-field-border-primary-bg);
}
.primary-color-bg .nps-form .nps-form-radio-item:first-child input[type='radio']:checked + label,
.primary-color-bg .nps-form .nps-form-radio-item:first-child input[type='radio']:not(checked) + label {
  border-left: 1px solid var(--form-field-border-primary-bg);
  border-radius: 4px 0 0 4px;
}
.primary-color-bg .nps-form .nps-form-radio-item:last-child input[type='radio']:checked + label,
.primary-color-bg .nps-form .nps-form-radio-item:last-child input[type='radio']:not(checked) + label {
  border-radius: 0 4px 4px 0;
}
.primary-color-bg .nps-form .nps-form-radio-item input[type='radio']:checked + label,
.primary-color-bg .nps-form .nps-form-radio-item input[type='radio']:focus + label,
.primary-color-bg .nps-form .nps-form-radio-item input[type='radio']:hover + label,
.primary-color-bg .nps-form .nps-form-radio-item input[type='radio'] + label:hover {
  background-color: var(--form-field-active-background-primary-bg);
  color: var(--form-field-active-font-color-primary-bg);
}
.primary-color-bg .nps-form .nps-form-radio-item:first-child input[type='radio'].invalid + label,
.primary-color-bg .nps-form .nps-form-radio-item input[type='radio'].invalid + label {
  color: var(--form-field-invalid-color-primary-bg);
  border-color: var(--form-field-invalid-color-primary-bg);
}
.primary-color-bg .nps-form .nps-form-radio-item:first-child input[type='radio'].invalid:hover + label,
.primary-color-bg .nps-form .nps-form-radio-item:first-child input[type='radio'].invalid:focus + label,
.primary-color-bg .nps-form .nps-form-radio-item input[type='radio'].invalid:hover + label,
.primary-color-bg .nps-form .nps-form-radio-item input[type='radio'].invalid:focus + label {
  border-color: var(--form-field-invalid-color-primary-bg);
  background-color: var(--form-field-invalid-color-primary-bg);
  color: var(--form-field-active-font-color-primary-bg);
}
.primary-color-bg .nps-form .nps-form-radio-range-description {
  display: flex;
}
.primary-color-bg .nps-form .nps-form-radio-range-description label {
  flex-grow: 1;
}
.primary-color-bg .nps-form .nps-form-radio-range-description label.very-possible {
  text-align: right;
}
.secondary-color-bg .nps-form.invalid {
  color: var(--form-field-invalid-color-secondary-bg);
}
.secondary-color-bg .nps-form .nps-form-radio-group-main-label,
.secondary-color-bg .nps-form .nps-form-radio-group {
  margin-bottom: 5px;
}
.secondary-color-bg .nps-form form input[type='radio']:checked,
.secondary-color-bg .nps-form form input[type='radio']:not(checked) {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  z-index: 0;
}
.secondary-color-bg .nps-form input[type='radio']:checked + label:before {
  content: '';
}
.secondary-color-bg .nps-form input[type='radio']:not(checked) + label:before {
  content: '';
}
.secondary-color-bg .nps-form .form-radio-nps .form-radio-item {
  margin-right: 0;
}
.secondary-color-bg .nps-form .nps-form-radio-group {
  display: flex;
  flex-flow: nowrap;
}
.secondary-color-bg .nps-form .nps-form-radio-item {
  flex-grow: 1;
}
.secondary-color-bg .nps-form .nps-form-radio-item input[type='radio']:checked + label,
.secondary-color-bg .nps-form .nps-form-radio-item input[type='radio']:not(checked) + label {
  display: block;
  text-align: center;
  padding: 9px 5px;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid var(--form-field-border-secondary-bg);
  border-left: none;
  color: var(--form-field-border-secondary-bg);
}
.secondary-color-bg .nps-form .nps-form-radio-item:first-child input[type='radio']:checked + label,
.secondary-color-bg .nps-form .nps-form-radio-item:first-child input[type='radio']:not(checked) + label {
  border-left: 1px solid var(--form-field-border-secondary-bg);
  border-radius: 4px 0 0 4px;
}
.secondary-color-bg .nps-form .nps-form-radio-item:last-child input[type='radio']:checked + label,
.secondary-color-bg .nps-form .nps-form-radio-item:last-child input[type='radio']:not(checked) + label {
  border-radius: 0 4px 4px 0;
}
.secondary-color-bg .nps-form .nps-form-radio-item input[type='radio']:checked + label,
.secondary-color-bg .nps-form .nps-form-radio-item input[type='radio']:focus + label,
.secondary-color-bg .nps-form .nps-form-radio-item input[type='radio']:hover + label,
.secondary-color-bg .nps-form .nps-form-radio-item input[type='radio'] + label:hover {
  background-color: var(--form-field-active-background-secondary-bg);
  color: var(--form-field-active-font-color-secondary-bg);
}
.secondary-color-bg .nps-form .nps-form-radio-item:first-child input[type='radio'].invalid + label,
.secondary-color-bg .nps-form .nps-form-radio-item input[type='radio'].invalid + label {
  color: var(--form-field-invalid-color-secondary-bg);
  border-color: var(--form-field-invalid-color-secondary-bg);
}
.secondary-color-bg .nps-form .nps-form-radio-item:first-child input[type='radio'].invalid:hover + label,
.secondary-color-bg .nps-form .nps-form-radio-item:first-child input[type='radio'].invalid:focus + label,
.secondary-color-bg .nps-form .nps-form-radio-item input[type='radio'].invalid:hover + label,
.secondary-color-bg .nps-form .nps-form-radio-item input[type='radio'].invalid:focus + label {
  border-color: var(--form-field-invalid-color-secondary-bg);
  background-color: var(--form-field-invalid-color-secondary-bg);
  color: var(--form-field-active-font-color-secondary-bg);
}
.secondary-color-bg .nps-form .nps-form-radio-range-description {
  display: flex;
}
.secondary-color-bg .nps-form .nps-form-radio-range-description label {
  flex-grow: 1;
}
.secondary-color-bg .nps-form .nps-form-radio-range-description label.very-possible {
  text-align: right;
}
.nps-form.invalid {
  color: var(--form-field-invalid-color);
}
.nps-form .nps-form-radio-group-main-label,
.nps-form .nps-form-radio-group {
  margin-bottom: 5px;
}
.nps-form form input[type='radio']:checked,
.nps-form form input[type='radio']:not(checked) {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  z-index: 0;
}
.nps-form input[type='radio']:checked + label:before {
  content: '';
}
.nps-form input[type='radio']:not(checked) + label:before {
  content: '';
}
.nps-form .form-radio-nps .form-radio-item {
  margin-right: 0;
}
.nps-form .nps-form-radio-group {
  display: flex;
  flex-flow: nowrap;
}
.nps-form .nps-form-radio-item {
  flex-grow: 1;
}
.nps-form .nps-form-radio-item input[type='radio']:checked + label,
.nps-form .nps-form-radio-item input[type='radio']:not(checked) + label {
  display: block;
  text-align: center;
  padding: 9px 5px;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid var(--form-field-border);
  border-left: none;
  color: var(--form-field-border);
}
.nps-form .nps-form-radio-item:first-child input[type='radio']:checked + label,
.nps-form .nps-form-radio-item:first-child input[type='radio']:not(checked) + label {
  border-left: 1px solid var(--form-field-border);
  border-radius: 4px 0 0 4px;
}
.nps-form .nps-form-radio-item:last-child input[type='radio']:checked + label,
.nps-form .nps-form-radio-item:last-child input[type='radio']:not(checked) + label {
  border-radius: 0 4px 4px 0;
}
.nps-form .nps-form-radio-item input[type='radio']:checked + label,
.nps-form .nps-form-radio-item input[type='radio']:focus + label,
.nps-form .nps-form-radio-item input[type='radio']:hover + label,
.nps-form .nps-form-radio-item input[type='radio'] + label:hover {
  background-color: var(--form-field-active-background);
  color: var(--form-field-active-font-color);
}
.nps-form .nps-form-radio-item:first-child input[type='radio'].invalid + label,
.nps-form .nps-form-radio-item input[type='radio'].invalid + label {
  color: var(--form-field-invalid-color);
  border-color: var(--form-field-invalid-color);
}
.nps-form .nps-form-radio-item:first-child input[type='radio'].invalid:hover + label,
.nps-form .nps-form-radio-item:first-child input[type='radio'].invalid:focus + label,
.nps-form .nps-form-radio-item input[type='radio'].invalid:hover + label,
.nps-form .nps-form-radio-item input[type='radio'].invalid:focus + label {
  border-color: var(--form-field-invalid-color);
  background-color: var(--form-field-invalid-color);
  color: var(--form-field-active-font-color);
}
.nps-form .nps-form-radio-range-description {
  display: flex;
}
.nps-form .nps-form-radio-range-description label {
  flex-grow: 1;
}
.nps-form .nps-form-radio-range-description label.very-possible {
  text-align: right;
}
/* =============================================
	Star Formular
=============================================== */
.primary-color-bg .star-form-radio-group-main-label {
  margin-bottom: 5px;
}
.primary-color-bg .form-element.invalid .star-form-radio-group-main-label {
  color: var(--form-field-invalid-color-primary-bg);
}
.primary-color-bg .star-form-radio-group {
  display: inline-flex;
  flex-flow: nowrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}
.primary-color-bg .star-form-radio-item input[type="radio"] + label,
.primary-color-bg .star-form-radio-item input[type="radio"]:checked + label {
  position: relative;
  padding: 0;
  margin-right: 8px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: transparent !important;
}
.primary-color-bg .star-form-radio-item input[type="radio"] + label::before,
.primary-color-bg .star-form-radio-item input[type="radio"]:checked + label::before {
  font-family: 'master-template';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  content: "\6a";
}
.primary-color-bg .star-form-radio-item input[type="radio"].invalid:invalid + label::before {
  color: var(--form-field-invalid-color);
}
.primary-color-bg .star-form-radio-item:first-child input[type="radio"] + label {
  margin-right: 0;
}
.primary-color-bg .no-js .star-form-radio-group .star-form-radio-item input[type="radio"]:checked + label::before {
  content: "\6b";
}
.primary-color-bg .star-form-radio-group:not(:hover) .star-form-radio-item[data-form-radio-selected="true"] input[type="radio"]:checked + label::before,
.primary-color-bg .star-form-radio-group:not(:hover) .star-form-radio-item[data-form-radio-selected="true"] ~ .star-form-radio-item input[type="radio"] + label::before {
  content: "\6b";
}
.primary-color-bg .star-form-radio-group:hover .star-form-radio-item[data-form-radio-selected="true"]:hover input[type="radio"] + label::before,
.primary-color-bg .star-form-radio-group:hover .star-form-radio-item:hover input[type="radio"] + label::before,
.primary-color-bg .star-form-radio-group:hover .star-form-radio-item:hover ~ .star-form-radio-item input[type="radio"] + label::before {
  content: "\6b";
}
.primary-color-bg input.invalid:invalid + .star-form-radio-group .star-form-radio-item input[type="radio"] + label::before {
  color: var(--form-field-invalid-color-primary-bg);
}
.secondary-color-bg .star-form-radio-group-main-label {
  margin-bottom: 5px;
}
.secondary-color-bg .form-element.invalid .star-form-radio-group-main-label {
  color: var(--form-field-invalid-color-secondary-bg);
}
.secondary-color-bg .star-form-radio-group {
  display: inline-flex;
  flex-flow: nowrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}
.secondary-color-bg .star-form-radio-item input[type="radio"] + label,
.secondary-color-bg .star-form-radio-item input[type="radio"]:checked + label {
  position: relative;
  padding: 0;
  margin-right: 8px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: transparent !important;
}
.secondary-color-bg .star-form-radio-item input[type="radio"] + label::before,
.secondary-color-bg .star-form-radio-item input[type="radio"]:checked + label::before {
  font-family: 'master-template';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  content: "\6a";
}
.secondary-color-bg .star-form-radio-item input[type="radio"].invalid:invalid + label::before {
  color: var(--form-field-invalid-color);
}
.secondary-color-bg .star-form-radio-item:first-child input[type="radio"] + label {
  margin-right: 0;
}
.secondary-color-bg .no-js .star-form-radio-group .star-form-radio-item input[type="radio"]:checked + label::before {
  content: "\6b";
}
.secondary-color-bg .star-form-radio-group:not(:hover) .star-form-radio-item[data-form-radio-selected="true"] input[type="radio"]:checked + label::before,
.secondary-color-bg .star-form-radio-group:not(:hover) .star-form-radio-item[data-form-radio-selected="true"] ~ .star-form-radio-item input[type="radio"] + label::before {
  content: "\6b";
}
.secondary-color-bg .star-form-radio-group:hover .star-form-radio-item[data-form-radio-selected="true"]:hover input[type="radio"] + label::before,
.secondary-color-bg .star-form-radio-group:hover .star-form-radio-item:hover input[type="radio"] + label::before,
.secondary-color-bg .star-form-radio-group:hover .star-form-radio-item:hover ~ .star-form-radio-item input[type="radio"] + label::before {
  content: "\6b";
}
.secondary-color-bg input.invalid:invalid + .star-form-radio-group .star-form-radio-item input[type="radio"] + label::before {
  color: var(--form-field-invalid-color-secondary-bg);
}
.star-form-radio-group-main-label {
  margin-bottom: 5px;
}
.form-element.invalid .star-form-radio-group-main-label {
  color: var(--form-field-invalid-color);
}
.star-form-radio-group {
  display: inline-flex;
  flex-flow: nowrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}
.star-form-radio-item input[type="radio"] + label,
.star-form-radio-item input[type="radio"]:checked + label {
  position: relative;
  padding: 0;
  margin-right: 8px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: transparent !important;
}
.star-form-radio-item input[type="radio"] + label::before,
.star-form-radio-item input[type="radio"]:checked + label::before {
  font-family: 'master-template';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  content: "\6a";
}
.star-form-radio-item input[type="radio"].invalid:invalid + label::before {
  color: var(--form-field-invalid-color);
}
.star-form-radio-item:first-child input[type="radio"] + label {
  margin-right: 0;
}
.no-js .star-form-radio-group .star-form-radio-item input[type="radio"]:checked + label::before {
  content: "\6b";
}
.star-form-radio-group:not(:hover) .star-form-radio-item[data-form-radio-selected="true"] input[type="radio"]:checked + label::before,
.star-form-radio-group:not(:hover) .star-form-radio-item[data-form-radio-selected="true"] ~ .star-form-radio-item input[type="radio"] + label::before {
  content: "\6b";
}
.star-form-radio-group:hover .star-form-radio-item[data-form-radio-selected="true"]:hover input[type="radio"] + label::before,
.star-form-radio-group:hover .star-form-radio-item:hover input[type="radio"] + label::before,
.star-form-radio-group:hover .star-form-radio-item:hover ~ .star-form-radio-item input[type="radio"] + label::before {
  content: "\6b";
}
input.invalid:invalid + .star-form-radio-group .star-form-radio-item input[type="radio"] + label::before {
  color: var(--form-field-invalid-color);
}
/* =============================================
	Formular Validierung
=============================================== */
.primary-color-bg .form-validation {
  margin: 0 0 20px 0;
}
.primary-color-bg .form-validation .form-validation-item {
  margin: 0 0 10px;
  color: var(--form-field-invalid-color-primary-bg);
}
.primary-color-bg .form-validation .form-validation-item:empty {
  display: none;
}
.primary-color-bg .form-validation .ce-dropzone .form-validation {
  display: none;
}
.primary-color-bg .form-field.form-element.invalid .label,
.primary-color-bg .form-field.form-element.invalid textarea,
.primary-color-bg .form-field.form-element.invalid input[type="text"].invalid,
.primary-color-bg .form-field.form-element.invalid input[type="password"].invalid,
.primary-color-bg .form-field.form-element.invalid input[type="range"].invalid,
.primary-color-bg .form-field.form-element.invalid input[type="number"].invalid,
.primary-color-bg .form-field.form-element.invalid input[type="date"].invalid,
.primary-color-bg .form-field.form-element.invalid input[type="time"].invalid,
.primary-color-bg .form-field.form-element.invalid input[type="datetime-local"].invalid,
.primary-color-bg .form-field.form-element.invalid input[type="tel"].invalid,
.primary-color-bg .form-field.form-element.invalid input[type="email"].invalid,
.primary-color-bg .form-field.form-element.invalid input.flatpickr-input.invalid + input,
.primary-color-bg .form-field.form-element.invalid input[type="datetime"].invalid {
  color: var(--form-field-invalid-color-primary-bg);
  border-color: var(--form-field-invalid-color-primary-bg);
}
.secondary-color-bg .form-validation {
  margin: 0 0 20px 0;
}
.secondary-color-bg .form-validation .form-validation-item {
  margin: 0 0 10px;
  color: var(--form-field-invalid-color-secondary-bg);
}
.secondary-color-bg .form-validation .form-validation-item:empty {
  display: none;
}
.secondary-color-bg .form-validation .ce-dropzone .form-validation {
  display: none;
}
.secondary-color-bg .form-field.form-element.invalid .label,
.secondary-color-bg .form-field.form-element.invalid textarea,
.secondary-color-bg .form-field.form-element.invalid input[type="text"].invalid,
.secondary-color-bg .form-field.form-element.invalid input[type="password"].invalid,
.secondary-color-bg .form-field.form-element.invalid input[type="range"].invalid,
.secondary-color-bg .form-field.form-element.invalid input[type="number"].invalid,
.secondary-color-bg .form-field.form-element.invalid input[type="date"].invalid,
.secondary-color-bg .form-field.form-element.invalid input[type="time"].invalid,
.secondary-color-bg .form-field.form-element.invalid input[type="datetime-local"].invalid,
.secondary-color-bg .form-field.form-element.invalid input[type="tel"].invalid,
.secondary-color-bg .form-field.form-element.invalid input[type="email"].invalid,
.secondary-color-bg .form-field.form-element.invalid input.flatpickr-input.invalid + input,
.secondary-color-bg .form-field.form-element.invalid input[type="datetime"].invalid {
  color: var(--form-field-invalid-color-secondary-bg);
  border-color: var(--form-field-invalid-color-secondary-bg);
}
.form-validation {
  margin: 0 0 20px 0;
}
.form-validation .form-validation-item {
  margin: 0 0 10px;
  color: var(--form-field-invalid-color);
}
.form-validation .form-validation-item:empty {
  display: none;
}
.form-validation .ce-dropzone .form-validation {
  display: none;
}
.form-field.form-element.invalid .label,
.form-field.form-element.invalid textarea,
.form-field.form-element.invalid input[type="text"].invalid,
.form-field.form-element.invalid input[type="password"].invalid,
.form-field.form-element.invalid input[type="range"].invalid,
.form-field.form-element.invalid input[type="number"].invalid,
.form-field.form-element.invalid input[type="date"].invalid,
.form-field.form-element.invalid input[type="time"].invalid,
.form-field.form-element.invalid input[type="datetime-local"].invalid,
.form-field.form-element.invalid input[type="tel"].invalid,
.form-field.form-element.invalid input[type="email"].invalid,
.form-field.form-element.invalid input.flatpickr-input.invalid + input,
.form-field.form-element.invalid input[type="datetime"].invalid {
  color: var(--form-field-invalid-color);
  border-color: var(--form-field-invalid-color);
}
/* =============================================
 	Diverses
============================================= */
/* News */
@media all and (max-width: 800px) {
  .content-element.news .news-snippet .news-image {
    margin-bottom: 10px;
  }
}
/* Responsive Video Element */
iframe {
  border: 0;
  margin: 0 0 25px;
  max-height: 500px;
  width: 100%;
  overflow: scroll;
  display: block;
}
.responsive-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  max-height: 100%;
  width: 100%;
}
.responsive-video {
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  position: relative;
  height: 0;
  overflow: hidden;
}
.flex-video {
  margin: 0 0 55px;
}
/* ============================================================= */
/*	BREAKPOINTS   */
/* ============================================================= */
@media all and (max-width: 1120px) {
  /* Header Bild */
}
@media all and (min-width: 800px) {
  .show-for-large {
    display: block;
  }
  .hide-for-large {
    display: none;
  }
  .hide-for-small {
    display: block;
  }
  /* Header Image */
  .header-desktop {
    display: block;
  }
  .header-mobile {
    display: none;
  }
  .element {
    flex: 1 0;
    -ms-flex: 1 0;
  }
  p {
    max-width: 1120px;
    /* IE 10 FIX */
  }
  /* News */
  .flex.news-snippet > *:nth-child(1) {
    flex: 1 0;
  }
  .flex.news-snippet > *:nth-child(2) {
    flex: 2 0;
  }
  .news-image {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 800px) {
  .header-desktop {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .element {
    flex: 100% 0;
    -ms-flex: 100% 0;
  }
  /* Formular */
  form .element {
    width: 100%;
  }
  /* News */
  .news-image {
    margin-bottom: 20px;
  }
  .wysiwyg table td,
  .wysiwyg table th {
    display: none;
  }
  .wysiwyg table th:nth-child(1),
  .wysiwyg table th:nth-child(2),
  .wysiwyg table th:nth-child(3),
  .wysiwyg table th:nth-child(4) {
    display: table-cell;
  }
  .wysiwyg table td:nth-child(1),
  .wysiwyg table td:nth-child(2),
  .wysiwyg table td:nth-child(3),
  .wysiwyg table td:nth-child(4) {
    display: table-cell;
  }
}
@media all and (max-width: 415px) {
  /* Überschriften */
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .form-button-container.submit {
    float: none;
    margin: 0 15px 20px 0;
  }
  .element.navigation {
    padding-right: 20px;
  }
}
.flex-slim .element {
  max-width: 784px;
}
/* Switch Icons */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background-size: contain;
  background-repeat: no-repeat;
  border: 0px !important;
  display: block;
  margin-top: -15px;
}
input[type="date"]::-webkit-calendar-picker-indicator:hover,
input[type="time"]::-webkit-calendar-picker-indicator:hover,
input[type="datetime-local"]::-webkit-calendar-picker-indicator:hover,
input[type="date"]::-webkit-calendar-picker-indicator:active,
input[type="time"]::-webkit-calendar-picker-indicator:active,
input[type="datetime-local"]::-webkit-calendar-picker-indicator:active,
input[type="date"]::-webkit-calendar-picker-indicator:focus,
input[type="time"]::-webkit-calendar-picker-indicator:focus,
input[type="datetime-local"]::-webkit-calendar-picker-indicator:focus,
input[type="date"]::-webkit-calendar-picker-indicator:focus-visible,
input[type="time"]::-webkit-calendar-picker-indicator:focus-visible,
input[type="datetime-local"]::-webkit-calendar-picker-indicator:focus-visible {
  opacity: 1;
  border: 0px !important;
  outline: none;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M15.333 26h1.333v-5.333h5.333v-1.333h-5.333v-5.333h-1.333v5.333H10v1.333h5.333z'/%3E%3Cpath d='M25.333 2.667V1.334H24v1.333H8V1.334H6.667v1.333H1.334v28h29.333v-28h-5.333zm4 26.666H2.666V10.666h26.667v18.667zm0-20H2.666V4h4v1.333h1.333V4h16v1.333h1.333V4h4v5.333z'/%3E%3C/svg%3E");
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M23.867 11.867l-0.933-0.933-5.6 5.467c-0.4-0.267-0.8-0.4-1.333-0.4-1.467 0-2.667 1.2-2.667 2.667s1.2 2.667 2.667 2.667c1.467 0 2.667-1.2 2.667-2.667 0-0.533-0.133-0.933-0.4-1.333l5.6-5.467zM16 20c-0.8 0-1.333-0.533-1.333-1.333s0.533-1.333 1.333-1.333 1.333 0.533 1.333 1.333-0.533 1.333-1.333 1.333z'%3E%3C/path%3E%3Cpath d='M15.333 8h1.333v4h-1.333v-4z'%3E%3C/path%3E%3Cpath d='M15.333 25.333h1.333v4h-1.333v-4z'%3E%3C/path%3E%3Cpath d='M22.667 18h4v1.333h-4v-1.333z'%3E%3C/path%3E%3Cpath d='M5.333 18h4v1.333h-4v-1.333z'%3E%3C/path%3E%3Cpath d='M30.133 10.133l0.933-0.933-5.6-5.6-0.933 0.933 2.4 2.4-1.867 1.867c-2.4-2-5.2-3.333-8.4-3.467v-2.667h3.333v-1.333h-8v1.333h3.333v2.667c-7.067 0.4-12.667 6.267-12.667 13.333 0 7.333 6 13.333 13.333 13.333s13.333-6 13.333-13.333c0-3.467-1.333-6.533-3.467-8.933l1.867-1.867 2.4 2.267zM16 30.667c-6.667 0-12-5.333-12-12s5.333-12 12-12c6.667 0 12 5.333 12 12s-5.333 12-12 12z'%3E%3C/path%3E%3C/svg%3E");
}
textarea {
  resize: vertical;
}
div.dropdown {
  padding-right: 5px;
  padding-top: 4px;
  top: 4px;
  right: 20px;
}
div.dropdown > svg {
  width: 24px;
  opacity: 0.6;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.select-wrapper:hover > div.dropdown > svg {
  opacity: 1;
}
@media all and (max-width: 800px) {
  .form-button-container {
    float: none;
    margin: 0;
  }
  .form-button-container > input.form-button {
    width: 100%;
    margin-bottom: 12px;
  }
  .button > a {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
}
.wysiwyg ul {
  position: relative;
  list-style: none;
  margin: 16px 0 12px 12px;
  line-height: 28px;
}
.wysiwyg ul li:before {
  content: "–";
  position: absolute;
  left: -10px;
}
.wysiwyg li {
  margin: 0 0 1rem;
  line-height: 1.5;
}
.label {
  font-size: 15px;
  font-weight: 700;
}
/* Some Input field fixes for mobile */
select {
  background-color: white;
}
.fleet-manager-only {
  display: none;
}
.alignr {
  text-align: right;
}
div.icon-download {
  height: 1em;
  width: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M24 18.667V20h5.333v10.667h-28V20h5.333v-1.333H-.001V32h30.667V18.667z'/%3E%3Cpath d='M22.667 12.267V10.4L16 17.067V0h-1.333v17.067L8 10.4v1.867l7.333 7.333z'/%3E%3C/svg%3E");
  display: inline-block;
  margin: -1px 5px;
}
@media all and (min-width: 1120px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.ct-label {
  fill: black;
  color: black;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
}
.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}
.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
.ct-grid-background {
  fill: none;
}
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}
.ct-line {
  fill: none;
  stroke-width: 4px;
}
.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}
.ct-bar {
  fill: none;
  stroke-width: 3.3em;
}
@media all and (max-width: 800px) {
  stroke-width: 2em;
}
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.88888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.33333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.66666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.80469716%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.33333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.33333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: 0.5em;
  background: black;
  color: white;
  font-family: "FrutigerNeueForPost", Tahoma, sans-serif;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: black;
}
.chartist-tooltip.tooltip-show {
  opacity: 0.6;
}
.ct-area,
.ct-line {
  pointer-events: none;
}
.ct-chart > .ct-legend-container {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-style: solid;
  border-width: thin;
}
.ct-chart > .ct-legend-container > ul {
  margin-right: 20px;
}
.dashboard-fahrzeug,
.dashboard-faktura {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em 12px;
}
.dashboard-fahrzeug .ct-chart,
.dashboard-faktura .ct-chart {
  max-width: calc(100vw - 40px);
  margin: 0;
}
.ct-grids .ct-grid.ct-grid-zero {
  stroke-dasharray: 0px;
}
.ct-grids .ct-grid:not(.ct-grid-zero) {
  display: none;
}
.ct-legend li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 3px;
}
.ct-legend li:before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid transparent;
  border-radius: 2px;
}
.ct-legend li.inactive {
  text-decoration: line-through;
}
.ct-legend.ct-legend-inside {
  position: absolute;
  top: 0;
  right: 0;
}
.ct-series .ct-slice-donut,
.ct-horizontal-bars .ct-series .ct-bar {
  stroke-width: 5% !important;
  border: 0;
}
:not(.ct-dynamic-bar-width) .ct-series .ct-bar {
  stroke-width: 5% !important;
  border: 0;
}
.ct-dynamic-bar-width .ct-series:first-child:nth-last-child(1) .ct-bar,
.ct-dynamic-bar-width .ct-series:first-child:nth-last-child(1) ~ .ct-series .ct-bar {
  stroke-width: 5% !important;
  border: 0;
}
.ct-dynamic-bar-width .ct-series:first-child:nth-last-child(2) .ct-bar,
.ct-dynamic-bar-width .ct-series:first-child:nth-last-child(2) ~ .ct-series .ct-bar {
  stroke-width: 2.5% !important;
  border: 0;
}
.ct-dynamic-bar-width .ct-series:first-child:nth-last-child(3) .ct-bar,
.ct-dynamic-bar-width .ct-series:first-child:nth-last-child(3) ~ .ct-series .ct-bar {
  stroke-width: 1.67% !important;
  border: 0;
}
.ct-dynamic-bar-width .ct-series:first-child:nth-last-child(4) .ct-bar,
.ct-dynamic-bar-width .ct-series:first-child:nth-last-child(4) ~ .ct-series .ct-bar {
  stroke-width: 1.25% !important;
  border: 0;
}
.ct-dynamic-bar-width .ct-series:first-child:nth-last-child(5) .ct-bar,
.ct-dynamic-bar-width .ct-series:first-child:nth-last-child(5) ~ .ct-series .ct-bar {
  stroke-width: 1.25% !important;
  border: 0;
}
.dashboard-fahrzeug-fahrzeugart-container,
.dashboard-fahrzeug-treibstoff-container,
.ct-legend-container {
  display: grid;
}
.dashboard-fahrzeug-fahrzeugart-container ul.ct-legend.ct-legend-inside,
.dashboard-fahrzeug-treibstoff-container ul.ct-legend.ct-legend-inside,
.ct-legend-container ul.ct-legend.ct-legend-inside {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  margin-top: 10px;
}
.dashboard-fahrzeug-fahrzeugart-container .ct-legend li,
.dashboard-fahrzeug-treibstoff-container .ct-legend li,
.ct-legend-container .ct-legend li {
  list-style: none;
  position: relative;
  font-size: 12px;
  margin-bottom: 0.5em;
  cursor: pointer;
}
.dashboard-fahrzeug-fahrzeugart-container .ct-label,
.dashboard-fahrzeug-treibstoff-container .ct-label,
.ct-legend-container .ct-label {
  display: none;
}
.dashboard-fahrzeug-fahrzeugart,
.dashboard-fahrzeug-treibstoff {
  height: 40vh;
}
h3.dataset-name {
  margin-top: 0;
}
h3.dataset-name {
  margin-left: 1em;
  margin-top: 0;
}
@media all and (min-width: 920px) {
  .dashboard-fahrzeug,
  .dashboard-faktura {
    grid-template-columns: 1fr 1fr;
  }
  .dashboard-fahrzeug .ct-chart,
  .dashboard-faktura .ct-chart {
    max-width: calc(50vw - 40px);
  }
}
.ct-series-a .ct-bar,
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-slice-donut,
.ct-legend .ct-series-0:before {
  stroke: #99C8DC !important;
  background-color: #99C8DC;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut,
.ct-legend .ct-series-1:before {
  stroke: #33ABA5 !important;
  background-color: #33ABA5;
}
.ct-series-c .ct-bar,
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut,
.ct-legend .ct-series-2:before {
  stroke: #BBB158 !important;
  background-color: #BBB158;
}
.ct-series-d .ct-bar,
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut,
.ct-legend .ct-series-3:before {
  stroke: #9185B3 !important;
  background-color: #9185B3;
}
.ct-series-e .ct-bar,
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut,
.ct-legend .ct-series-4:before {
  stroke: #D154AF !important;
  background-color: #D154AF;
}
.ct-series-f .ct-bar,
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut,
.ct-legend .ct-series-5:before {
  stroke: #E6635A !important;
  background-color: #E6635A;
}
.ct-series-g .ct-bar,
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut,
.ct-legend .ct-series-6:before {
  stroke: #336D91 !important;
  background-color: #336D91;
}
.ct-series-h .ct-bar,
.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut,
.ct-legend .ct-series-7:before {
  stroke: #338A86 !important;
  background-color: #338A86;
}
.ct-series-i .ct-bar,
.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut,
.ct-legend .ct-series-8:before {
  stroke: #8D815D !important;
  background-color: #8D815D;
}
.ct-series-j .ct-bar,
.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut,
.ct-legend .ct-series-9:before {
  stroke: #755A93 !important;
  background-color: #755A93;
}
.header-top .flex .element.loginout {
  float: right;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: black;
  text-decoration: none;
  border-left: 1px solid var(--border-color);
  flex-direction: row;
  height: 72px;
}
.header-top .flex .element.loginout * {
  opacity: 0.6;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-top .flex .element.loginout:hover * {
  opacity: 1;
  text-decoration: none;
  color: black;
}
.header-top .flex .element.loginout > .loginout-label {
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  padding-left: 10px;
}
.header-top .flex .element.loginout > .login-icon,
.header-top .flex .element.loginout > .logout-icon {
  height: 100%;
  width: 23px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-right: 10px;
  background-position-y: center;
}
.header-top .flex .element.loginout > .login-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJmdWxsIiB2aWV3Qm94PSIwIDAgMzIgMzIiPg0KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik0xMy4zMzMgMHYxLjMzM2gxNy4zMzN2MjkuMzMzSDEzLjMzM3YxLjMzM0gzMnYtMzJ6Ij48L3BhdGg+DQo8cGF0aCBmaWxsPSJibGFjayIgZD0iTTEyLjI2NyA5LjMzM0gxMC40TDE3LjA2NyAxNkgwdjEuMzMzaDE3LjA2N0wxMC40IDI0aDEuODY3bDcuMzMzLTcuMzMzeiI+PC9wYXRoPg0KPC9zdmc+);
}
.header-top .flex .element.loginout > .logout-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTAgMGgyOHYySDJ2NDRoMjZ2MkgwVjB6bTMzLjU4NiAxNGgyLjgyOGwxMSAxMS0xMSAxMWgtMi44MjhsMTAtMTBIMTh2LTJoMjUuNTg2bC0xMC0xMHoiLz4KICAgIDwvZGVmcz4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0ibm9uZSIgZD0iTS00MTAtMzIwaDE0NDB2MTY4MkgtNDEweiIvPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8ZyBmaWxsPSIjNjY2IiBtYXNrPSJ1cmwoI2IpIj4KICAgICAgICAgICAgPHBhdGggZD0iTTAgMGg0OHY0OEgweiIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
}
@media all and (max-width: 800px) {
  .header-top .flex .element + .element.loginout {
    flex-direction: row;
  }
  .header-top .flex .element.loginout > .login-icon,
   > .logout-icon {
    margin-right: 20px;
  }
  .element.navigation {
    padding-right: 20px;
  }
  .header-top .flex .element.loginout {
    padding-right: 14px;
    padding-left: 10px;
    height: 65px;
  }
  .header-top .flex .element.loginout > .loginout-label {
    display: none;
  }
  .header-top .flex .element.loginout > .login-icon,
  .header-top .flex .element.loginout > .logout-icon {
    margin-left: 0;
    margin-right: 0;
  }
}
.error-color-bg {
  background: #A51728;
  border-radius: 4px;
  margin: 20px;
  padding: 20px;
  font-weight: 700;
  color: white;
  fill: white;
  line-height: 1.4;
  font-size: 1rem;
  letter-spacing: 0.25px;
}
.error-color-bg svg {
  width: 2em;
  vertical-align: middle;
}
.error-color-bg div {
  display: inline-block;
  vertical-align: text-top;
  padding-left: 1em;
}
.error-color-bg-error {
  background: #A51728;
}
.error-color-bg-success {
  background: #2C871D;
}
.error-color-bg-info {
  background: #FFCC00;
  color: var(--base-font-color);
}
.error-color-bg-info > svg {
  fill: var(--base-font-color);
}
table.js-sort-table thead tr > th:not(.js-sort-none):after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHJlY3QgY2xhc3M9InN0MCIgLz48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGNsYXNzPSJzdDEiIGQ9Ik0yNi42ODYyLDcuOTk3NHYxLjMzMzNINS4zODM1VjcuOTk3NEgyNi42ODYyeiBNMTAuNzE2OCwxNy4zMjQ5aDE1Ljk2OTR2LTEuMzMzM0gxMC43MTY4VjE3LjMyNDl6IE0xNi4wNTAxLDI1LjM2NDZoMTAuNjM2MXYtMS4zMzMzSDE2LjA1MDFWMjUuMzY0NnoiLz48L3N2Zz4=);
  content: "";
  display: inline-block;
  background-size: 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 17px;
}
table.js-sort-active thead tr span {
  display: inline-block;
}
table.js-sort-table thead tr th {
  z-index: 100000000;
}
table.js-sort-table.js-sort-asc thead tr > .js-sort-active:not(.js-sort-none):after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwYXRoIGQ9Ik0xNiA4LjRsLTEyLjUzMyAxMi40IDEuMDY3IDEuMDY3IDExLjQ2Ny0xMS42IDExLjYgMTEuNiAwLjkzMy0xLjA2N3oiPjwvcGF0aD48L3N2Zz4=);
  content: "";
}
table.js-sort-table.js-sort-desc thead tr > .js-sort-active:not(.js-sort-none):after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwYXRoIGQ9Ik0yNy42IDEwLjY2N2wtMTEuNiAxMS42LTExLjQ2Ny0xMS42LTEuMDY3IDEuMDY3IDEyLjUzMyAxMi40IDEyLjUzMy0xMi40eiI+PC9wYXRoPjwvc3ZnPg==);
  content: "";
}
table {
  table-layout: auto;
}
table th,
table td {
  padding: 10px 1.8rem 10px 0;
  font-size: 1rem;
}
v table.js-sort-table th,
table td {
  padding: 0px 1.8rem 5px 0;
  font-size: 1rem;
}
table tbody tr a {
  position: inherit;
}
table th {
  vertical-align: bottom;
  background-color: var(--background-content);
}
table.js-sort-table th {
  top: 0;
  position: sticky;
  cursor: pointer;
}
/*
 * Setzt das Padding der letzten Spalte auf 0.
 * Im Fall, dass die letzte Spalte ein VAT-Betrag ist soll dies auch für die zweitletzte Spalte gelten.
 */
table thead th:last-child,
table tfoot th:last-child,
table tbody th:last-child,
td:last-child,
.vat-ex:nth-last-child(2) {
  padding-right: 0;
}
.tabelle .row {
  max-width: var(--max-width);
}
.tabelle .row table {
  margin: 0;
}
.tabelle .row.row-max-width {
  max-width: unset;
}
.tabelle .row.row-max-width table.js-sort-table {
  margin: 0 auto;
}
a.form-field-link {
  cursor: pointer;
}
.tabelle-fahrzeug table > tbody > tr > td:nth-of-type(4),
.tabelle-fahrzeug table > tbody > tr > td:nth-of-type(8),
.tabelle-fahrzeug table > tbody > tr > td:nth-of-type(9) {
  text-align: right;
}
.tabelle-fahrzeug-abweichung table > tbody > tr > th {
  vertical-align: middle;
  background-color: #f9f9f9;
}
.tabelle-faktura table > tbody > tr > td:nth-of-type(3),
.tabelle-faktura table > tbody > tr > td:nth-of-type(4) {
  text-align: right;
}
.tabelle-fakturadetail table > tbody > tr > td:nth-of-type(11),
.tabelle-fakturadetail table > tbody > tr > td:nth-of-type(12) {
  text-align: right;
  padding-right: 0px;
}
.tabelle-schaden-typ-kosten table > tbody td:nth-child(1),
.tabelle-schaden-typ-kosten table > tfoot td:nth-child(1),
.tabelle-schaden-typ-kosten table > tbody th:nth-child(1),
.tabelle-schaden-typ-kosten table > tfoot th:nth-child(1) {
  text-align: left;
}
.tabelle-schaden-typ-kosten table > tbody td,
.tabelle-schaden-typ-kosten table > tfoot td,
.tabelle-schaden-typ-kosten table > tbody th,
.tabelle-schaden-typ-kosten table > tfoot th {
  text-align: right;
}
.tabelle-schaden-typ-status table > tbody td:nth-child(1),
.tabelle-schaden-typ-status table > tfoot td:nth-child(1),
.tabelle-schaden-typ-status table > tbody th:nth-child(1),
.tabelle-schaden-typ-status table > tfoot th:nth-child(1) {
  text-align: left;
}
.tabelle-schaden-typ-status table > tbody td,
.tabelle-schaden-typ-status table > tfoot td,
.tabelle-schaden-typ-status table > tbody th,
.tabelle-schaden-typ-status table > tfoot th {
  text-align: right;
}
.tabelle-fahrzeug-schaden table > tbody > tr > td:nth-of-type(6),
.tabelle-fahrzeug-schaden table > tbody > tr > td:nth-of-type(7) {
  text-align: right;
}
.tabelle-fahrzeug-kosten .overview th {
  background-color: #f9f9f9;
  vertical-align: middle;
}
.tabelle-fahrzeug-kosten .overview td {
  text-align: right;
  vertical-align: middle;
}
/*
 * Copyright (c) BSI Business Systems Integration AG. All rights reserved.
 * http://www.bsiag.com/
 */
.tabelle-fahrzeug-kosten-dienstleistungen .open-services {
  text-align: right;
}
.tabelle-fahrzeug-kosten-dienstleistungen .open-services th:nth-of-type(1),
.tabelle-fahrzeug-kosten-dienstleistungen .open-services td:nth-of-type(1) {
  text-align: left;
}
/*
 * Copyright (c) BSI Business Systems Integration AG. All rights reserved.
 * http://www.bsiag.com/
 */
.tabelle-fahrzeug-kosten-details .open-service-details {
  text-align: left;
}
.tabelle-fahrzeug-kosten-details .open-service-details th:last-of-type,
.tabelle-fahrzeug-kosten-details .open-service-details td:last-of-type {
  text-align: right;
}
.tabelle-bedarfsplanung table > tbody > tr > td:nth-of-type(7),
.tabelle-bedarfsplanung table > tbody > tr > td:nth-of-type(8) {
  text-align: right;
}
.tabelle-vertragsabweichungen table > tbody > tr > td:nth-of-type(7),
.tabelle-vertragsabweichungen table > tbody > tr > td:nth-of-type(9),
.tabelle-vertragsabweichungen table > tbody > tr > td:nth-of-type(10),
.tabelle-vertragsabweichungen table > tbody > tr > td:nth-of-type(11),
.tabelle-vertragsabweichungen table > tbody > tr > td:nth-of-type(12) {
  text-align: right;
}
.tabelle-vertragskosten table > tbody > tr > td:nth-of-type(5),
.tabelle-vertragskosten table > tbody > tr > td:nth-of-type(6),
.tabelle-vertragskosten table > tbody > tr > td:nth-of-type(7),
.tabelle-vertragskosten table > tbody > tr > td:nth-of-type(8),
.tabelle-vertragskosten table > tbody > tr > td:nth-of-type(9),
.tabelle-vertragskosten table > tbody > tr > td:nth-of-type(10),
.tabelle-vertragskosten table > tbody > tr > td:nth-of-type(11),
.tabelle-vertragskosten table > tbody > tr > td:nth-of-type(12),
.tabelle-vertragskosten table > tbody > tr > td:nth-of-type(13),
.tabelle-vertragskosten table > tbody > tr > td:nth-of-type(14),
.tabelle-vertragskosten table > tbody > tr > td:nth-of-type(15),
.tabelle-vertragskosten table > tbody > tr > td:nth-of-type(17) {
  text-align: right;
}
.dashboard-faktura-tabelle-abrechnungen table > tbody > tr > td:nth-of-type(2),
.dashboard-faktura-tabelle-abrechnungen table > tbody > tr > td:nth-of-type(3) {
  text-align: right;
}
.dashboard-faktura-tabelle-abrechnungen table > tfoot > tr > th:nth-of-type(2),
.dashboard-faktura-tabelle-abrechnungen table > tfoot > tr > th:nth-of-type(3) {
  text-align: right;
}
.dashboard-faktura-charts .ct-chart-bar .ct-label.ct-horizontal.ct-end {
  writing-mode: vertical-rl;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.link-button {
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+MzAyMDwvdGl0bGU+CjxwYXRoIGQ9Ik0yMC42NjcgNS4zMzNoLTEuODY3bDEwLjY2NyAxMC42NjdoLTI5LjQ2N3YxLjMzM2gyOS40NjdsLTEwLjY2NyAxMC42NjdoMS44NjdsMTEuMzMzLTExLjMzM3oiPjwvcGF0aD4KPC9zdmc+);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 5px;
  background-size: 24px;
  padding-left: 37px;
  padding-top: 3px;
  height: 38px;
  text-decoration-line: none;
  color: var(--link-color);
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.link-button:hover {
  color: var(--base-font-color);
  text-decoration-line: none;
}
.breadcrumb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+MzAyNDwvdGl0bGU+CjxwYXRoIGQ9Ik0zMiAxNmgtMjkuNDQ4bDEwLjY2Ny0xMC42NjdoLTEuODg1bC0xMS4zMzQgMTEuMzMzIDExLjMzNCAxMS4zMzNoMS44ODVsLTEwLjY2Ny0xMC42NjdoMjkuNDQ4di0xLjMzM3oiPjwvcGF0aD4KPC9zdmc+);
}
.search-button {
  margin-left: 1em;
  align-self: flex-end;
}
.search-container {
  margin-bottom: 20px;
}
.table-search .table-search-input {
  height: 100%;
  padding: 17px 18px;
}
.search-visible-label {
  position: relative;
  top: calc(-50% - 8px) /* 8px == font-size/2 */;
  height: 0;
  text-align: right;
  margin-right: 20px;
  line-height: 16px;
  color: var(--link-color);
  font-size: 16px;
  font-weight: 500;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
}
.search-container .form-checkbox {
  position: absolute;
  top: 5rem;
  right: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.search-container .form-checkbox input {
  display: inline-block;
  width: 16px;
}
.search-container .form-checkbox label {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .search-container .search-button {
    flex: 100% 0;
    margin-left: 0;
  }
  .search-container .search-button a {
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
  }
  .search-container .form-checkbox {
    position: static;
    justify-content: left;
    padding: 1rem 0;
  }
}
.pagination {
  display: flex;
  justify-content: flex-end;
  margin: 0 20px 30px;
}
.pagination div.page-box {
  align-items: center;
  display: flex;
  padding: 8px 16px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pagination div.page-box.active {
  background-color: var(--post-yellow);
  border: 1px solid var(--post-yellow);
  font-weight: bold;
}
.pagination div.page-box.disabled {
  cursor: default;
}
.pagination div.page-box:hover:not(.active):not(.disabled) {
  background-color: #ddd;
}
.pagination div.page-box.next:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTEwLjUzMyAzLjQ2N0w5LjQ2NiA0LjRsMTEuNiAxMS42LTExLjYgMTEuNiAxLjA2Ny45MzNMMjIuOTMzIDE2eiIvPjwvc3ZnPg==);
  width: 16px;
  height: 16px;
  content: "";
  display: block;
}
.pagination div.page-box.previous:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTIyLjUzMyA0LjRsLS45MzMtLjkzM0w5LjA2NyAxNiAyMS42IDI4LjUzM2wuOTMzLS45MzMtMTEuNi0xMS42eiIvPjwvc3ZnPg==);
  width: 16px;
  height: 16px;
  content: "";
  display: block;
}
.element.language-picker {
  padding-left: 10px;
  padding-right: 10px;
}
.element.language-picker > nav {
  align-self: center;
  font-weight: 300;
}
.element.language-picker > nav ul,
.element.language-picker > nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--link-color);
}
.element.language-picker > nav .rte-line:hover {
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--base-font-color);
}
.element.language-picker > nav > ul.rte-ul > li.rte-li > div.rte-line {
  font-size: 17px;
  line-height: 28px;
}
.element.language-picker > nav > ul.rte-ul > li.rte-li > ul.rte-ul > li.rte-li:first-child > div.rte-line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.element.language-picker > nav > ul.rte-ul > li.rte-li > ul.rte-ul > li.rte-li > div.rte-line {
  font-size: 17px;
  line-height: 28px;
  padding: 16px 5px 16px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.element.language-picker > nav > ul.rte-ul > li.rte-li > ul.rte-ul > li.rte-li:last-child > div.rte-line {
  border-bottom: none;
}
.element.language-picker > nav a,
.element.language-picker > nav ul.rte-ul {
  color: var(--navigation-text-color);
  text-decoration: none;
}
.element.language-picker > nav > ul.rte-ul > li.rte-li > div.rte-line {
  padding: 5px 10px;
}
.element.language-picker > nav > ul.rte-ul > li.rte-li > div.rte-line::after {
  background-color: var(--navigation-background-color);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  content: '';
  z-index: 9999;
  display: none;
}
.element.language-picker > nav > ul.rte-ul > li.rte-li {
  float: left;
  position: relative;
}
.element.language-picker > nav > ul.rte-ul > li.rte-li > ul.rte-ul {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  z-index: 1000;
  background-color: var(--navigation-background-color);
  min-width: 60px;
}
.element.language-picker > nav > ul.rte-ul > li.rte-li > ul.rte-ul > li.rte-li > div.rte-line {
  /*padding: 5px 10px;*/
}
.element.language-picker > nav > ul.rte-ul > li.rte-li > ul.rte-ul > li.rte-li > div.rte-line:last-child {
  /*padding-bottom: 10px;*/
}
.element.language-picker > nav > ul.rte-ul > li.rte-li > ul.rte-ul > li.rte-li > ul.rte-ul,
.element.language-picker > nav > ul.rte-ul > li.rte-li > ul.rte-ul > div.rte-line {
  display: none;
}
.element.language-picker > nav > ul.rte-ul > li.rte-li:last-child > ul.rte-ul {
  left: auto;
  right: 0;
}
.element.language-picker > nav > ul.rte-ul > li.rte-li:hover {
  background-color: var(--navigation-background-color);
}
.element.language-picker > nav > ul.rte-ul > li.rte-li:hover > ul.rte-ul {
  display: block;
}
.element.language-picker > nav > ul.rte-ul > li.rte-li:hover > div.rte-line::after {
  display: block;
}
@media all and (max-width: 800px) {
  .element.language-picker > nav {
    height: 100%;
  }
  .element.language-picker > nav > ul.rte-ul > li.rte-li > ul.rte-ul {
    top: 64px;
  }
}
.element.language-picker {
  display: flex;
  float: right;
  cursor: pointer;
  text-decoration: none;
  border-left: 1px solid var(--border-color);
  flex-direction: row;
}
.element.language-picker > nav > .rte-ul > .rte-li {
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.element.language-picker > nav > ul.rte-ul > li.rte-li:last-child > ul.rte-ul {
  left: 0;
}
.element.damage-doc {
  height: 80px;
}
.element.damage-doc .doc-file {
  width: 49%;
  float: left;
}
.element.damage-doc .doc-file .action-icon {
  display: block;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  margin-bottom: -27px;
  top: 11px;
  left: calc(100% - 44px);
  width: 20px;
  color: var(--base-font-color);
}
.element.damage-doc .doc-file .action-icon > svg {
  background-color: white;
  fill: rgba(153, 153, 153);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 6px 0 6px;
}
.element.damage-doc .doc-file .action-icon > svg:hover {
  fill: black;
}
.element.damage-doc .doc-file input {
  padding-left: 20px;
  padding-top: 11px;
  height: 49px;
}
.element.damage-doc .filler {
  display: none;
}
.element.damage-doc .doc-type {
  width: 49%;
  float: right;
}
.element.damage-doc .doc-type > .select-wrapper > .dropdown {
  margin-bottom: -43px;
}
.element.damage-doc .doc-type > .select-wrapper > .dropdown > svg {
  pointer-events: none;
  position: relative;
  left: calc(100% - 38px);
  top: -65px;
}
.element.damage-doc {
  margin: 0 0 24px 0;
}
.form-conditional-plus-one-button {
  clear: both;
}
@media all and (max-width: 800px) {
  .element.damage-doc {
    height: auto;
  }
  .element.damage-doc .doc-file {
    width: 100%;
    float: none;
  }
  .element.damage-doc .doc-type {
    width: 100%;
    float: none;
  }
}
.element.form-conditional-display-container {
  margin-left: 0px;
  margin-righ: 0px;
  display: block;
}
.bsi-tooltip {
  position: relative;
  display: inline-block;
  font-size: 15px;
}
.bsi-tooltip .tooltiptext {
  display: none;
  width: 300px;
  background-color: var(--post-yellow);
  color: black;
  text-align: left;
  padding: 16px;
  position: absolute;
  z-index: 1000;
  top: calc(50% - 20px);
  left: calc(100% + 10px);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.bsi-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -5px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent var(--post-yellow) transparent transparent;
}

.tooltiptext {
  box-shadow: 1px 1px 3px #aaa;
}
.bsi-tooltip:hover .tooltiptext {
  display: block;
  opacity: 1;
}
.tooltip-title > svg {
  color: #aaa;
  height: 16px;
  border: 1px solid currentColor;
  border-radius: 100px;
  padding: 1px;
  position: relative;
  top: 3px;
  left: 2px;
  stroke: currentColor;
  vertical-align: unset !important;
}
.content-element.content-element-tooltip {
  margin-top: -18px;
  margin-bottom: 10px;
}
.tootip-header {
  display: block;
  font-weight: 700;
}
.tooltiptext > .tooltip-content {
  display: block;
  line-height: 22.5px;
}
.tooltiptext > .tooltip-link > a {
  color: black;
  text-decoration: underline;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltiptext > .tooltip-link > a:hover {
  opacity: 0.6;
}
@media all and (max-width: 800px) {
  .bsi-tooltip .tooltiptext::after {
    top: 19px;
    left: 10px;
  }
  .bsi-tooltip .tooltiptext {
    top: unset;
    left: unset;
  }
}
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  border: 8px solid #000;
  border-radius: 50%;
  animation: loader 1.3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-color: transparent var(--post-yellow) #e4e4e4 transparent;
}
.loader div:nth-child(1) {
  animation-delay: 0.3s;
}
.loader div:nth-child(2) {
  animation-delay: 0.2s;
}
.loader div:nth-child(3) {
  animation-delay: 0.1s;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div.element-loader-container-active {
  position: relative;
}
div.element-loader-overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 100000001;
}
div.element-loader-message {
  display: flex;
  height: 100%;
  width: 100%;
}
div.element-loader-message.centered {
  align-items: center;
  justify-content: center;
}
div.element-loader div {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  border: 5px solid #000;
  border-radius: 50%;
  animation: loader 1.3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-color: transparent var(--post-yellow) #e4e4e4 transparent;
}
div.element-loader div:nth-child(1) {
  animation-delay: 0.3s;
}
div.element-loader div:nth-child(2) {
  animation-delay: 0.2s;
}
div.element-loader div:nth-child(3) {
  animation-delay: 0.1s;
}
.dashboard-vertragsdaten-chart .ct-series-a .ct-bar:nth-child(1) {
  color: #E6635A;
  stroke: currentColor !important;
  background-color: currentColor;
}
.dashboard-vertragsdaten-chart .ct-series-a .ct-bar:nth-child(2) {
  color: #BBB158;
  stroke: currentColor !important;
  background-color: currentColor;
}
.dashboard-vertragsdaten-chart .ct-series-a .ct-bar:nth-child(3) {
  color: #66ADCB;
  stroke: currentColor !important;
  background-color: currentColor;
}
.dashboard-vertragsdaten-chart .ct-series-a .ct-bar:nth-child(4) {
  color: #66ADCB;
  stroke: currentColor !important;
  background-color: currentColor;
}
.dashboard-vertragsdaten-chart .ct-series-a .ct-bar:nth-child(5) {
  color: #66ADCB;
  stroke: currentColor !important;
  background-color: currentColor;
}
.dashboard-vertragsdaten-chart .ct-series-a .ct-bar:nth-child(6) {
  color: #66ADCB;
  stroke: currentColor !important;
  background-color: currentColor;
}
.dashboard-vertragsdaten-chart .ct-series-a .ct-bar:nth-child(7) {
  color: #66ADCB;
  stroke: currentColor !important;
  background-color: currentColor;
}
.dashboard-vertragsdaten-chart .ct-series-a .ct-bar:nth-child(8) {
  color: #66ADCB;
  stroke: currentColor !important;
  background-color: currentColor;
}
.dashboard-vertragsdaten-chart .ct-series-a .ct-bar:nth-child(9) {
  color: #66ADCB;
  stroke: currentColor !important;
  background-color: currentColor;
}
.dashboard-vertragsdaten-chart .ct-series-a .ct-bar:nth-child(10) {
  color: #66ADCB;
  stroke: currentColor !important;
  background-color: currentColor;
}
.dashboard-vertragsdaten-chart .ct-chart-bar .ct-label.ct-horizontal.ct-end {
  writing-mode: vertical-rl;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.dashboard-vertragsdaten-replacement-cars table > tbody > tr > td:nth-of-type(3),
.dashboard-vertragsdaten-tiers table > tbody > tr > td:nth-of-type(3),
.dashboard-vertragsdaten-replacement-cars table > tbody > tr > td:nth-of-type(4),
.dashboard-vertragsdaten-tiers table > tbody > tr > td:nth-of-type(4),
.dashboard-vertragsdaten-replacement-cars table > tbody > tr > td:nth-of-type(5),
.dashboard-vertragsdaten-tiers table > tbody > tr > td:nth-of-type(5) {
  text-align: right;
}
.dashboard-vertragsdaten-km table > tbody > tr > td:nth-of-type(4) {
  text-align: right;
}
.dashboard-treibstoff-tabellen table > tbody > tr > td:nth-of-type(3) {
  text-align: right;
}
.tabelle-treibstoff table > tbody > tr td:nth-of-type(4),
.tabelle-treibstoff table > tbody > tr td:nth-of-type(6),
.tabelle-treibstoff table > tbody > tr td:nth-of-type(7),
.tabelle-treibstoff table > tbody > tr td:nth-of-type(8),
.tabelle-treibstoff table > tbody > tr td:nth-of-type(9) {
  text-align: right;
}
.tabelle-treibstoffdetail table > tbody > tr td:nth-of-type(8),
.tabelle-treibstoffdetail table > tbody > tr td:nth-of-type(9),
.tabelle-treibstoffdetail table > tbody > tr td:nth-of-type(10) {
  text-align: right;
}

.single-column-form {
  max-width: 784px;
}

.two-column-form .form-column-left {
  margin-right: 8px;
}

.two-column-form .form-column-right {
  margin-left: 8px;
}

@media all and (max-width: 800px) {
  .two-column-form .form-column-left,
  .two-column-form .form-column-right {
    margin: 0;
  }
}

