@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
#subModule {
  position: relative;
}
#subModule #subModuleNavigation {
  width: 300px;
  position: absolute;
  text-transform: uppercase;
}
#subModule #subModuleNavigation .naviElement {
  display: block;
  overflow-wrap: break-word;
  text-decoration: none;
  text-align: right;
  color: #000;
  transition: color 0.1s;
  padding: 6px 30px 6px 6px;
}
#subModule #subModuleNavigation .naviElement.active,
#subModule #subModuleNavigation .naviElement:hover {
  background: url("/images/icons/arrow_right.svg") no-repeat 100%;
  background-size: 8px;
}
#subModule #subModuleContent {
  margin-left: 320px;
} /*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.5   
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}
.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #fff),
    color-stop(50%, #f6f6f6),
    color-stop(52%, #eee),
    to(#f4f4f4)
  );
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px #fff, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==) -42px
    1px no-repeat;
  font-size: 1px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover,
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==)
    no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==)
    no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #3875d7),
    color-stop(90%, #2a62bc)
  );
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    to(#eee)
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee
  );
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 2px #fff, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==) -42px
    1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(
    to bottom, 
    #f4f4f4 20%, 
    #f0f0f0 50%, 
    #e8e8e8 52%, 
    #eee
);

  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee
  );
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
background-image: linear-gradient(
  to bottom, 
  #eee 20%, 
  #fff 80%
);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: inset 0 1px 0 #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==)
    no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  only screen and (min-resolution: 144dpi) {
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-rtl .chosen-search input[type="text"] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABKCAQAAAD9cdkXAAACqUlEQVRo3u2av2/TQBTHI8FQCYYguoLCyOY/IQNk6NSF3RNzBmZ04oe/JwFSp0owtSNb/oT8B8mIBIioAyuWrA7pD4fns+vkzvZQ1+3lne57UoZXJfan79333ovT6zGTDGUsg0o0oGjY4yfCWdEykBROFg954hhIJQ4/pI0bL5E0HIryAgpMpGqEW9HpAAktzjg1SNxxGpH44hRIiYaTsMZxDsixknPMFKzaNgSEQwcrBtklMLDW+mBRV5lYtAaaqvdPrTWnGNYCDdtdOtq/+oRo39r4gEkFZ9LusqK/zjcWom9pwKOq1w0xbrsDILR/i7Bmit3cSG4H2icN7CEturIDDWhqD2jYnR1srm6t4XpIk5vYQff2b2oUjuJRxRRGAUXDph0Qt7eD2xbhrGgZSAoni4d31LJ0jGMglTjNSNuqjRsvkTQcivICCkykaoTZ+GAAJLQ449QgccdpROKLUyAlGk7CGsc5IMdKzjFTcMy2nTtY3Wt9XGtOW44PW490vQHPy8vLy8vLy2ubJfrRGHP6RjxVaxaNu31kdseipxdXj93SYq3kP4tPL24mhAqAMHApL+QFvRZQCHlmJ8/MGX7jtXz64Yl8K39hmUOyy5Loq2JLcYoDsVNCPpbfcKqyFDPbS9FYldpSftHjr+7JQ5xnWYrGrIDkLNs5+PnmQSV3OzhR+2jOC0jtn/os4F1uD+yAcPn+Wd3fPr4kz2MK9NwpoMaSkwxLrmh3foiHFVPYxYkCmnGz7fxQ/SruGx53zNK21cGaqoP1WOyWeXskv6uDdYUluyaVWh/V5OAcf+QnvIj28Bl/8+woyzji2JwWranWnK5/YsMPqRgf0o3hgYqNNVI24GVtUL4wzwY8HLFGqi1Gj8QNae4ckiPfCa2Req5I9XyNv1n+D6RKWo1cTsbTAAAAAElFTkSuQmCC) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable tfoot th,
table.dataTable thead th {
  font-weight: 700;
}
table.dataTable thead td,
table.dataTable thead th {
  padding: 10px 5px;
  border-bottom: 1px solid #111;
}
table.dataTable thead td:active,
table.dataTable thead th:active {
  outline: none;
}
table.dataTable tfoot td,
table.dataTable tfoot th {
  padding: 10px 18px 6px;
  border-top: 1px solid #111;
}
/* Stil für sortierbare Tabellenköpfe */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer; /* Zeigt den Handcursor an, wenn der Benutzer über die Spaltenköpfe fährt */
  background-repeat: no-repeat; /* Verhindert das Wiederholen von Hintergrundbildern */
  background-position: center right; /* Platziert das Pfeilsymbol rechts im Kopf */
  padding-right: 20px; /* Fügt etwas Abstand für das Pfeilsymbol hinzu */
  transition: background-color 0.2s ease, color 0.2s ease; /* Sanfte Übergänge für Hover-Effekte */
}

/* Für den Hover-Effekt auf sortierbaren Spaltenköpfen */
table.dataTable thead .sorting:hover,
table.dataTable thead .sorting_asc:hover,
table.dataTable thead .sorting_desc:hover {
  background-color: #f1f1f1; /* Leichter Hintergrund bei Hover */
  color: #333; /* Dunklere Schriftfarbe bei Hover */
}

/* Stile für aktive Sortierung (aufsteigend oder absteigend) */
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-color: #e0e0e0; /* Hintergundfarbe für aktive Sortierung */
  color: #333; /* Dunkle Schriftfarbe für aktive Sortierung */
}

/* Stile für inaktive Sortierung (deaktivierte Spalten) */
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-color: #ddd; /* Grau für deaktivierte Sortierungen */
  color: #999; /* Graue Schriftfarbe für deaktivierte Sortierungen */
  cursor: not-allowed; /* Verhindert die Interaktivität der deaktivierten Spalten */
}

table.dataTable thead .sorting {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC);
}
table.dataTable thead .sorting_asc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
}
table.dataTable thead .sorting_desc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAW0lEQVQoz2NgoCm4w3Vnwh02wspK7/y6k01Ikdadx3f+37l9RxmfIsY7c4GKQHDiHUbcyhzvvIMq+3THBpci3jv7oIpAcMcdduzKEu/8vPMdDn/eiWQYBYMKAAC3ykIEuYQJUgAAAABJRU5ErkJggg==);
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAWUlEQVQoz2NgGAWDCtyJvPPzznc4/HknEbsy9js77vyHw313eHGZZ3PnE1TRuzuOuK1lvDMRqmzuHUZ87lO+cxuo6PEdLUIeyb7z604pYf+y3Zlwh4u2YQoAc7ZCBHH4jigAAAAASUVORK5CYII=);
}
table.dataTable tbody tr {
  background-color: #fff;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody td,
table.dataTable tbody th {
  padding: 8px 5px;
}
table.dataTable.display tbody td,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
  border-top: 1px solid #ddd;
}
table.dataTable.display tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.row-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody th {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.cell-border tbody tr th:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.odd.selected,
table.dataTable.stripe tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:hover {
  background-color: #f5f5f5;
}
table.dataTable.display tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3,
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3,
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #f5f5f5;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap td,
table.dataTable.nowrap th {
  white-space: nowrap;
}
table.dataTable.compact thead td,
table.dataTable.compact thead th {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tbody td,
table.dataTable.compact tbody th,
table.dataTable.compact tfoot td,
table.dataTable.compact tfoot th {
  padding: 4px;
}
table.dataTable td.dt-left,
table.dataTable th.dt-left {
  text-align: left;
}
table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
  text-align: center;
}
table.dataTable td.dt-right,
table.dataTable th.dt-right {
  text-align: right;
}
table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
  text-align: justify;
}
table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap {
  white-space: nowrap;
}
table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable thead th.dt-head-left {
  text-align: left;
}
table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
  text-align: center;
}
table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
  text-align: right;
}
table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
  text-align: justify;
}
table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
  text-align: left;
}
table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
  text-align: center;
}
table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
  text-align: right;
}
table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  /* Entfernen des alten zoom Hacks */
  zoom: initial; /* Dies könnte optional sein, um den zoom zurückzusetzen */
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper {
  
  text-align: right;
  margin-right: 0;    /* Entfernt den rechten Abstand des Filters */
}
/* Stellt sicher, dass "Suchen" und das Suchfeld nebeneinander angezeigt werden */
.dataTables_filter {
  display: flex;
  align-items: center; /* Vertikale Ausrichtung der Elemente */
  justify-content: flex-end; /* Stellt sicher, dass sie rechts ausgerichtet sind */
  margin-bottom: 10px;
  /* Optionaler Abstand unten */
}

/* "Suchen"-Text anpassen */
.dataTables_filter label {
  margin-right: 10px; /* Abstand zwischen "Suchen" und dem Suchfeld */
}
/* Container für die Anzahl der Einträge - Flexbox zum Ausrichten */
.dataTables_length {
  display: flex;
  align-items: center; /* Vertikale Ausrichtung der Elemente */
  justify-content: flex-start; /* Links ausrichten */
  margin-bottom: 10px; /* Optionaler Abstand */
}

/* Label für die Anzahl der Einträge - Abstände und Ausrichtung */
.dataTables_length label {
  /*margin-right: 10px; /* Abstand zwischen Label und Dropdown */
  white-space: nowrap; /* Verhindert Umbruch */
}

/* Das Select-Feld für die Anzahl der Einträge */
.dataTables_length select {
  background-color: #FCE479;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0; /* Entfernt ungewünschte Margen */
}
/* Suchfeld anpassen */
.dataTables_filter input[type="search"] {
  padding: 10px;
  font-size: 18px;
  width: 200px; /* Optional: Setzt eine feste Breite für das Suchfeld */
  box-sizing: border-box;
}

.dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
/* Standard Textfarbe für 'Zurück' und 'Nächste' */
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    color: black !important; /* Setzt die Textfarbe auf schwarz */
    background-color: #FFCC00 ; /* Setzt den Hintergrund auf transparent */
    border: none; /* Entfernt den Rand, falls gewünscht */
}

/* Optional: Hover-Effekt verhindern */
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    color: black !important; /* Textfarbe bleibt schwarz */
    background-color: #FFCC00 !important; /* Hintergrund bleibt transparent */
    border: none !important; /* Entfernt den Rand auch beim Hover */
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none; /* Entferne !important, wenn nicht notwendig */
  cursor: pointer;
  color: #333; /* Entferne !important, wenn nicht notwendig */
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background: linear-gradient(180deg, #fff 0, #dcdcdc); /* Einfache lineare Gradienten */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: black; /* Entfernt !important */
  border: 1px solid #111;
  background: linear-gradient(180deg, #585858 0%, #111 100%); /* Entfernt die alten Präfixe */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none; /* Entfernt den Fokusrahmen, wenn gewünscht */
  background: linear-gradient(180deg, #2b2b2b 0%, #0c0c0c 100%); /* Nur der Standardgradient */
  box-shadow: inset 0 0 3px #111; /* Beibehaltung des Schattens */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  outline: 2px solid #ff9900; /* Alternativer Fokusrahmen */
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  transform: translate(-50%, -50%); /* Bessere Methode zur Zentrierung */
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: #fff;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.9) 25%,
    hsla(0, 0%, 100%, 0.9) 75%,
    hsla(0, 0%, 100%, 0)
  );
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th {
  vertical-align: middle;
}
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th
  > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table,
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper  {
    margin-top: 0.5em;
  }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: Courier New, Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact
  > tbody
  > tr
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact
  > tbody
  > tr
  > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: Courier New, Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: 700;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid #000;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: 1px solid #555;
  width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ":";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before {
  content: ".";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}
.loading {
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
/* Entferne den Fokusrahmen (outline) */
input:focus {
  outline: none;
}

/* Optional: Verhindern, dass der Rahmen beim Fokus auf anderen Elementen bleibt */
input:focus, input:active {
  box-shadow: none;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: Roboto;
}
a {
  color: #454545;
}
a:not(.naviElement):not(.button):not(.chosen-single):not(.paginate_button) {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5a564c;
}
.hidden {
  display: none;
}
.allCaps {
  text-transform: uppercase;
}
hr {
  border: 1px solid #000;
}
table.table {
  border-collapse: collapse !important;
  border-spacing: 0;
  border: none !important;
}
table.table th {
  padding: 10px 20px 10px 10px !important;
  color: #454545;
  text-align: left;
  border: none !important;
}
table.table tbody tr:nth-child(odd) {
  background-color: #edeeed;
}
td a.delete,
td a.demote,
td a.promote {
  width: 19px;
  height: 19px;
  display: block;
  float: left;
  margin: 0 10px;
}
td a.edit,
td a.replace,
td a.view {
  width: 19px;
  height: 19px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
a.delete {
  height: 14px;
  width: 14px;
  margin-left: 5px;
  background: url("/images/icons/icon_delete_grey.svg") no-repeat;
}
a.delete:hover {
  background: url("/images/icons/icon_delete_orange.svg") no-repeat;
}
a.edit {
  background: url("/images/icons/icon_edit_grey.svg") no-repeat;
}
a.edit:hover {
  background: url("/images/icons/icon_edit_hover.svg") no-repeat;
}
a.replace {
  background: url("/images/icons/icon_replace.svg") no-repeat;
  background-size: contain;
}
a.view {
  background: url("/images/icons/icon_show_additional_fields.svg") no-repeat;
  background-size: contain;
}
.noHighlighting {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#allContentDiv {
  width: 100%;
  height: 100%;
  background: transparent;
}
#page {
  width: 100%;
}
.loginPage {
  height: 100%;
  background-image: url("/images/general_images/background_login.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
#mainContent {
  position: relative;
  margin: 20px;
  min-height: 650px;
}
#page.module-account #mainContent,
#page.module-onboarding #mainContent {
  margin: 0;
}
#mainContent.mainContentWithLeftNavi {
  margin-left: 19%;
}
#faqTable td:nth-child(n + 3):nth-child(-n + 6) {
  max-width: 200px; overflow-wrap: break-word; /* Moderne Eigenschaft */
  word-wrap: break-word; /* Unterstützung für ältere Browser */
  -ms-word-wrap: break-word; /* Unterstützung für Internet Explorer 11 und ältere Versionen */
}
td.orderingHandle {
  background-image: url("/images/icons/ordering_handle.svg");
  background-repeat: no-repeat;
  background-size: 20px !important;
  background-position: 4px !important;
  width: 30px;
  cursor: move;
}
.scrollContainer {
  overflow: auto;
}
#systemLanguageDropDown {
  width: 100px;
  position: absolute;
  right: 50px;
  cursor: pointer;
}
.paginate_button {
  background: none !important;
  border: none !important;
}
table.dataTable tbody td,
table.dataTable tbody th {
  padding: 10px;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
#headerBackgroundContainer,
.spacingLeftRightNav,
.topNavigation {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}
#subHeaderContentContainer,
.spacingLeftRightContent {
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
}
#header {
  background: #fc0;
  width: 100%;
  top: 0;
  z-index: 200;
  font-size: 1.5em;
}
#header a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 620px) {
  #header {
    font-size: 1.1em;
  }
}
#headerBackgroundContainer {
  height: 100px;
}
#headerNavigationContainer {
  position: absolute;
  left: 25%;
  bottom: 30%;
}
#headerNavigationContainer .naviElement {
  padding: 0 25px;
  padding-bottom: 15px;
  transition: color 0.1s, background-image 0.2s;
  text-transform: uppercase;
}
#headerNavigationContainer .naviElement.active,
#headerNavigationContainer .naviElement:hover {
  background: url("/images/icons/arrow_down.svg") no-repeat center 35px;
  background-size: 15px;
  color: #fff;
}
#headerNavigationContainer a:first-child .naviElement {
  padding-left: 0;
}
#headerNavigationContainer a:first-child .naviElement.active,
#headerNavigationContainer a:first-child .naviElement:hover {
  background-position-x: calc(50% - 15px);
}
#headerNavigationContainer a:last-child .naviElement {
  padding-right: 0;
}
#headerNavigationContainer a:last-child .naviElement.active,
#headerNavigationContainer a:last-child .naviElement:hover {
  background-position-x: calc(50% + 15px);
}
@media (max-width: 1500px) {
  #headerNavigationContainer {
    font-size: 0.7em;
  }
}
#headerRightContainer {
  position: absolute;
  right: 6%;
  bottom: 35%;
  font-size: 0.7em;
}
#headerRightContainer .changePasswordButton {
  padding-right: 25px;
}
#headerRightContainer a {
  color: #454545;
  padding: 7px;
  background-color: #fce479;
  border-radius: 5px;
  font-weight: 700;
}
#headerRightContainer a:hover {
  color: #fff;
}
@media (max-width: 620px) {
  #headerRightContainer {
    font-size: 0.6em;
  }
}
#headerLogo {
  display: inline-block;
  float: left;
  height: 100px;
  width: 300px;
}
#headerLogo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
}
@media (max-width: 1500px) {
  #headerLogo img {
    width: 225px;
  }
}
@media (max-width: 620px) {
  #headerLogo img {
    width: 150px;
  }
}
#page.module-onboarding #mainContent {
  margin-top: 20px;
}
#page.module-shared {
  overflow: hidden;
}
#page.module-account #header {
  border-bottom: none !important;
}
#page.module-account #header #headerLogo {
  display: block;
  float: none;
  margin: 0 auto;
}
#page.module-account #header #headerLogo img {
  width: 300px;
}
.subHeader {
  height: 45px;
  position: relative;
}
#backLinkContent {
  position: absolute;
  left: 0;
  top: 5px;
  width: 290px;
  text-align: right;
}
#topContent {
  position: absolute;
  top: 5px;
  left: 340px;
}
.topNavigation > div {
  position: absolute;
  left: 25%;
  top: 5px;
}
.topNavigation > div .naviElement {
  padding: 0 25px;
  transition: color 0.1s;
}
.topNavigation > div .naviElement.active,
.topNavigation > div .naviElement:hover {
  color: #fff !important;
}
.topNavigation > div a:first-child .naviElement {
  padding-left: 0;
}
.topNavigation > div a:last-child .naviElement {
  padding-right: 0;
}
#header .logoutButton img {
  width: 30px;
}
#subHeaderContentContainer {
  height: 45px;
}
#subHeaderContent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#subHeaderContent a:active,
#subHeaderContent a:hover {
  color: #fc0;
}
#subHeaderContent p {
  display: inline-block;
}
#subHeaderContent .group:not(:last-child) {
  margin-right: 7.8em;
}
#leftNavi {
  margin-top: 65px;
  padding: 0 20px 20px 0;
  position: fixed;
  width: 18.33%;
  min-width: 220px;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
#errorContainer {
  position: absolute;
  width: 33%;
  right: 0;
  z-index: 100;
}
@media (max-width: 991px) {
  #errorContainer {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
.errorDiv {
  padding: 20px;
  position: relative;
}
.errorDiv .closeErrorLink {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/images/icons/icon_delete_white.svg);
}
.errorDiv.success {
  background-color: #6be064;
}
.errorDiv.notice {
  background-color: #6dcfea;
}
.errorDiv.warning {
  background-color: #ff8f00;
}
.errorDiv.error,
.errorDiv.fatal {
  background-color: red;
  color: #fff;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
.modal {
  background: #fff;
  padding: 30px;
  width: 700px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal.large {
  max-width: 1200px;
}
.simpleModal h2 {
  margin: 0 0 30px;
}
.simpleModal > p {
  margin: 0;
}
.simpleModal .formElementContainer {
  margin-top: 30px;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
.formElementContainer,
.formElementContainerRow {
  display: flex;
}
.formElementContainer {
  flex: 1;
  position: relative;
  margin-top: 10px;
  align-items: baseline;
}
.formElementContainer:nth-child(odd) label {
  min-width: 150px;
}
@media (max-width: 620px) {
  .formElementContainer:nth-child(odd) label {
    min-width: 60px;
  }
}
.formElementContainer label {
  flex-basis: 150px;
}
.formElementContainer
  input:not([type="submit"]):not([type="button"]):not([type="checkbox"]),
.formElementContainer select,
.formElementContainer
  select:not([type="submit"]):not([type="button"]):not([type="checkbox"]),
.formElementContainer
  textarea:not([type="submit"]):not([type="button"]):not([type="checkbox"]) {
  flex-grow: 1;
}
@media (min-width: 620px) {
  .formElementContainerRow .formElementContainer:not(:first-child) label {
    padding-left: 10px;
  }
}
label {
  color: #6a6e70;
  text-align: right;
  
}
label.error {
  position: absolute;
  bottom: 45px;
  right: 0;
  z-index: 1;
  background-color: #ffe4ed;
  padding: 6px 12px;
  color: red;
}

input,
select,
textarea {
  font-family: inherit;
}
input:disabled,
select:disabled,
textarea:disabled {
  color: #b0b0b0;
}
.chosen-container,
input,
select,
textarea {
  border: none;
  height: auto;
  background-color: #edeeed;
  outline: none;
  transition: border-color 0.2s;
  font-size: 10.2pt;
}
.chosen-container.error,
input.error,
select.error,
textarea.error {
  border: 2px solid #ff2d16;
}
.chosen-container:not(:focus) + label.error,
input:not(:focus) + label.error,
select:not(:focus) + label.error,
textarea:not(:focus) + label.error {
  display: none !important;
}
.chosen-container-active,
input:focus,
select:focus,
textarea:focus {
  background-color: #fce479;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
select[type="email"],
select[type="number"],
select[type="password"],
select[type="search"],
select[type="text"],
textarea[type="email"],
textarea[type="number"],
textarea[type="password"],
textarea[type="search"],
textarea[type="text"] {
  padding: 7px; /* Innenabstand des Suchfelds */
  line-height: 1.5; /* Zeilenhöhe für den Text */
  width: 100%; /* Volle Breite für das Suchfeld */
  box-sizing: border-box; /* Padding und Border in die Gesamtgröße einbeziehen */
}
.button,
.cancelButton,
button:not(.ui-datepicker-trigger),
input[type="button"],
input[type="submit"],
select[type="button"],
select[type="submit"],
textarea[type="button"],
textarea[type="submit"] {
  border: none;
  outline: none;
  line-height: 20px;
  cursor: pointer;
  transition: background-color 0.1s;
  font-size: inherit;
  text-decoration: none;
  text-align: center;
  background-color: #fc0;
  border-radius: 5px;
  font-weight: var(--bs-btn-font-weight);
  height: auto;
}
.button.sub,
.cancelButton.sub,
button:not(.ui-datepicker-trigger).sub,
input[type="button"].sub,
input[type="submit"].sub,
select[type="button"].sub,
select[type="submit"].sub,
textarea[type="button"].sub,
textarea[type="submit"].sub {
  background: transparent;
  border: 1px solid #fc0;
}
@media (min-width: 620px) {
  .button,
  .cancelButton,
  button:not(.ui-datepicker-trigger),
  input[type="button"],
  input[type="submit"],
  select[type="button"],
  select[type="submit"],
  textarea[type="button"],
  textarea[type="submit"] {
    padding: 12px 20px;
  }
}
@media (max-width: 620px) {
  .button,
  .cancelButton,
  button:not(.ui-datepicker-trigger),
  input[type="button"],
  input[type="submit"],
  select[type="button"],
  select[type="submit"],
  textarea[type="button"],
  textarea[type="submit"] {
    padding: 6px 10px;
  }
}
.button:focus,
.button:hover,
.cancelButton:focus,
.cancelButton:hover,
button:not(.ui-datepicker-trigger):focus,
button:not(.ui-datepicker-trigger):hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
select[type="button"]:focus,
select[type="button"]:hover,
select[type="submit"]:focus,
select[type="submit"]:hover,
textarea[type="button"]:focus,
textarea[type="button"]:hover,
textarea[type="submit"]:focus,
textarea[type="submit"]:hover {
  background-color: #fce479;
}
.button.disabled,
.button:disabled,
.cancelButton.disabled,
.cancelButton:disabled,
button:not(.ui-datepicker-trigger).disabled,
button:not(.ui-datepicker-trigger):disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
select[type="button"].disabled,
select[type="button"]:disabled,
select[type="submit"].disabled,
select[type="submit"]:disabled,
textarea[type="button"].disabled,
textarea[type="button"]:disabled,
textarea[type="submit"].disabled,
textarea[type="submit"]:disabled {
  cursor: default;
  background-color: #edeeed;
}
input[type="checkbox"],
select[type="checkbox"],
textarea[type="checkbox"] {
  height: inherit;
}
textarea {
  resize: none;
  box-sizing: border-box;
  padding: 5px 7px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.labelDropDown {
  color: #6a6e70;
}
select option:not([disabled]) {
  color: #000;
}
select::-ms-expand {
  display: none;
}
a.chosen-single {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  height: 39px !important;
  padding: 3px 7px 0 !important;
  color: #000 !important;
}
.justifySpaceBetween {
  justify-content: space-between;
}
.justifySpaceAround {
  justify-content: space-around;
}
.justifySpaceEvenly {
  justify-content: space-evenly;
}
.justifyCenter {
  justify-content: center;
}
.justifyStart {
  justify-content: flex-start;
}
.justifyEnd {
  justify-content: flex-end;
}
.row {
  flex-direction: row;
}
.rowReverse {
  flex-direction: row-reverse;
}
.column {
  flex-direction: column;
}
.columnReverse {
  flex-direction: column-reverse;
}
.flexWrap {
  flex-wrap: wrap;
}
.flexWrapReverse {
  flex-wrap: wrap-reverse;
}
.flexSpaceRight {
  margin-right: 20px;
}
.width10 {
  min-width: 10px;
  width: 10px;
}
.width20 {
  min-width: 20px;
  width: 20px;
}
.width30 {
  min-width: 30px;
  width: 30px;
}
.width40 {
  min-width: 40px;
  width: 40px;
}
.width50 {
  min-width: 50px;
  width: 50px;
}
.width60 {
  min-width: 60px;
  width: 60px;
}
.width70 {
  min-width: 70px;
  width: 70px;
}
.width80 {
  min-width: 80px;
  width: 80px;
}
.width90 {
  min-width: 90px;
  width: 90px;
}
.width100 {
  min-width: 100px;
  width: 100px;
}
.width110 {
  min-width: 110px;
  width: 110px;
}
.width120 {
  min-width: 120px;
  width: 120px;
}
.width130 {
  min-width: 130px;
  width: 130px;
}
.width140 {
  min-width: 140px;
  width: 140px;
}
.width150 {
  min-width: 150px;
  width: 150px;
}
.width160 {
  min-width: 160px;
  width: 160px;
}
.width170 {
  min-width: 170px;
  width: 170px;
}
.width180 {
  min-width: 180px;
  width: 180px;
}
.width190 {
  min-width: 190px;
  width: 190px;
}
.width200 {
  min-width: 200px;
  width: 200px;
}
.width210 {
  min-width: 210px;
  width: 210px;
}
.width220 {
  min-width: 220px;
  width: 220px;
}
.width230 {
  min-width: 230px;
  width: 230px;
}
.width240 {
  min-width: 240px;
  width: 240px;
}
.width250 {
  min-width: 250px;
  width: 250px;
}
.width260 {
  min-width: 260px;
  width: 260px;
}
.width270 {
  min-width: 270px;
  width: 270px;
}
.width280 {
  min-width: 280px;
  width: 280px;
}
.width290 {
  min-width: 290px;
  width: 290px;
}
.width300 {
  min-width: 300px;
  width: 300px;
}
.width310 {
  min-width: 310px;
  width: 310px;
}
.width320 {
  min-width: 320px;
  width: 320px;
}
.width330 {
  min-width: 330px;
  width: 330px;
}
.width340 {
  min-width: 340px;
  width: 340px;
}
.width350 {
  min-width: 350px;
  width: 350px;
}
.width360 {
  min-width: 360px;
  width: 360px;
}
.width370 {
  min-width: 370px;
  width: 370px;
}
.width380 {
  min-width: 380px;
  width: 380px;
}
.width390 {
  min-width: 390px;
  width: 390px;
}
.width400 {
  min-width: 400px;
  width: 400px;
}
.width410 {
  min-width: 410px;
  width: 410px;
}
.width420 {
  min-width: 420px;
  width: 420px;
}
.width430 {
  min-width: 430px;
  width: 430px;
}
.width440 {
  min-width: 440px;
  width: 440px;
}
.width450 {
  min-width: 450px;
  width: 450px;
}
.width460 {
  min-width: 460px;
  width: 450px;
}
.width470 {
  min-width: 470px;
  width: 450px;
}
.width480 {
  min-width: 480px;
  width: 450px;
}
.width490 {
  min-width: 490px;
  width: 450px;
}
.width500 {
  min-width: 500px;
  width: 500px;
}
.width510 {
  min-width: 510px;
  width: 510px;
}
.width520 {
  min-width: 520px;
  width: 520px;
}
.width530 {
  min-width: 530px;
  width: 530px;
}
.width540 {
  min-width: 540px;
  width: 540px;
}
.width550 {
  min-width: 550px;
  width: 550px;
}
.width560 {
  min-width: 560px;
  width: 560px;
}
.width570 {
  min-width: 570px;
  width: 570px;
}
.width580 {
  min-width: 580px;
  width: 580px;
}
.width590 {
  min-width: 590px;
  width: 590px;
}
.width600 {
  min-width: 600px;
  width: 600px;
}
.width610 {
  min-width: 610px;
  width: 610px;
}
.width620 {
  min-width: 620px;
  width: 620px;
}
.width630 {
  min-width: 630px;
  width: 630px;
}
.width640 {
  min-width: 640px;
  width: 640px;
}
.width650 {
  min-width: 650px;
  width: 650px;
}
.width660 {
  min-width: 660px;
  width: 660px;
}
.width670 {
  min-width: 670px;
  width: 670px;
}
.width680 {
  min-width: 680px;
  width: 680px;
}
.width690 {
  min-width: 690px;
  width: 690px;
}
.width700 {
  min-width: 700px;
  width: 700px;
}
.width710 {
  min-width: 710px;
  width: 710px;
}
.width720 {
  min-width: 720px;
  width: 720px;
}
.width730 {
  min-width: 730px;
  width: 730px;
}
.width740 {
  min-width: 740px;
  width: 740px;
}
.width750 {
  min-width: 750px;
  width: 750px;
}
.width760 {
  min-width: 760px;
  width: 760px;
}
.width770 {
  min-width: 770px;
  width: 770px;
}
.width780 {
  min-width: 780px;
  width: 780px;
}
.width790 {
  min-width: 790px;
  width: 790px;
}
.width800 {
  min-width: 800px;
  width: 800px;
}
.width810 {
  min-width: 810px;
  width: 810px;
}
.width820 {
  min-width: 820px;
  width: 820px;
}
.width830 {
  min-width: 830px;
  width: 830px;
}
.width840 {
  min-width: 840px;
  width: 840px;
}
.width850 {
  min-width: 850px;
  width: 850px;
}
.width860 {
  min-width: 860px;
  width: 860px;
}
.width870 {
  min-width: 870px;
  width: 870px;
}
.width880 {
  min-width: 880px;
  width: 880px;
}
.width890 {
  min-width: 890px;
  width: 890px;
}
.width900 {
  min-width: 900px;
  width: 900px;
}
.fullWidth {
  min-width: 100%;
  width: 100%;
}
.flexOrder1 {
  order: 1 !important;
  flex-grow: 1;
}
.flexOrder2 {
  order: 2 !important;
  flex-grow: 1;
}
.flexOrder3 {
  order: 3 !important;
  flex-grow: 1;
}
.flexOrder4 {
  order: 4 !important;
  flex-grow: 1;
}
.flexOrder5 {
  order: 5 !important;
  flex-grow: 1;
}
.flexOrder6 {
  order: 6 !important;
  flex-grow: 1;
}
.flexOrder7 {
  order: 7 !important;
  flex-grow: 1;
}
.flexOrder8 {
  order: 8 !important;
  flex-grow: 1;
}
.flexOrder9 {
  order: 9 !important;
  flex-grow: 1;
}
.flexOrder10 {
  order: 10 !important;
  flex-grow: 1;
}
.flexOrder11 {
  order: 11 !important;
  flex-grow: 1;
}
.flexOrder12 {
  order: 12 !important;
  flex-grow: 1;
}
.flexGrow0 {
  flex-grow: 0 !important;
}
.flexGrow1 {
  flex-grow: 1 !important;
}
.flexGrow2 {
  flex-grow: 2 !important;
}
.flexGrow3 {
  flex-grow: 3 !important;
}
.flexGrow4 {
  flex-grow: 4 !important;
}
.flexGrow5 {
  flex-grow: 5 !important;
}
.flexGrow6 {
  flex-grow: 6 !important;
}
.flexGrow7 {
  flex-grow: 7 !important;
}
.flexGrow8 {
  flex-grow: 8 !important;
}
.flexGrow9 {
  flex-grow: 9 !important;
}
.flexShrink0 {
  flex-shrink: 0 !important;
}
.flexShrink1 {
  flex-shrink: 1 !important;
}
.flexShrink2 {
  flex-shrink: 2 !important;
}
.flexShrink3 {
  flex-shrink: 3 !important;
}
.flexShrink4 {
  flex-shrink: 4 !important;
}
.flexShrink5 {
  flex-shrink: 5 !important;
}
.flexShrink6 {
  flex-shrink: 6 !important;
}
.flexShrink7 {
  flex-shrink: 7 !important;
}
.flexShrink8 {
  flex-shrink: 8 !important;
}
.flexShrink9 {
  flex-shrink: 9 !important;
}
.packageOverdue {
  color: red;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
.packageBoxes {
  display: flex;
  flex-wrap: wrap;
}
.packageBoxContainer {
  padding: 5px 10px 10px;
  background-color: #fc0;
  width: 400px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.packageBoxContainer:nth-child(4n + 1) {
  margin-left: 0;
}
.packageBoxContainer .packageBoxLeft {
  flex: 8;
  margin: 0;
}
.packageBoxContainer .packageBoxLeft .formElementContainer:nth-child(2) {
  font-weight: 700;
}
.packageBoxContainer .packageBoxLeft .formElementContainer:not(:last-child) {
  margin-bottom: 10px;
}
.packageBoxContainer .packageBoxRight {
  margin: 0;
  flex: 1;
  flex-grow: 0;
}
.packageBoxContainer .packageBoxRight h3 {
  margin: 0 10px 10px;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
#newLanguageStringForm {
  width: 800px;
}
@media (max-width: 1280px) {
  #newLanguageStringForm {
    width: 100%;
  }
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
.profileContainer {
  width: 100%;
}
@media (max-width: 1280px) {
  .profileContainer .profileLeft,
  .profileContainer .profileRight {
    width: 100%;
    margin: 0;
  }
}
.profileContainer .profileLeft {
  float: left;
}
@media (min-width: 1750px) {
  .profileContainer .profileLeft {
    width: 75%;
    margin-right: 50px;
  }
}
.profileContainer .profileLeft h3 {
  padding-right: 5px;
}
@media (max-width: 1750px) and (min-width: 1280px) {
  .profileContainer .profileLeft {
    width: 60%;
  }
}
.profileContainer .profileRight {
  display: inline-block;
  float: right;
}
@media (min-width: 1750px) {
  .profileContainer .profileRight {
    width: 22%;
  }
}
@media (max-width: 1750px) and (min-width: 1280px) {
  .profileContainer .profileRight {
    width: 35%;
  }
}
.profileContainer #saveCustomerData .deleteContainer {
  flex: 0;
}
.profileContainer #saveCustomerData label:not(.error) {
  padding: 0 20px 0 0;
}
.profileContainer .formElementContainerRow {
  padding: 10px 0;
}
.profileContainer #editAuthorizedPeople {
  margin-right: 5px;
}
.profileContainer .packagesRetrieved,
.profileContainer .packagesToRetrieve,
.profileContainer .retrievalAddress,
.profileContainer .userInformation {
  padding: 5px;
  margin-bottom: 10px;
}
.profileContainer .packagesRetrieved h2,
.profileContainer .packagesToRetrieve h2,
.profileContainer .retrievalAddress h2,
.profileContainer .userInformation h2 {
  margin: 0 0 5px;
  padding: 0;
}
.profileContainer .userInformation .authorizedPeopleHeader,
.profileContainer .userInformation .furtherQuestionsHeader,
.profileContainer .userInformation .loginDataHeader,
.profileContainer .userInformation .personalDataHeader {
  margin-top: 10px;
  height: 20px;
  align-items: center;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
#registerPackage {
  max-width: 800px;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
#loginFormContainer,
#registrationFormContainer {
  width: 600px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
#loginFormContainer h1,
#registrationFormContainer h1 {
  display: inline-block;
}
@media (max-width: 620px) {
  #loginFormContainer,
  #registrationFormContainer {
    width: 300px;
  }
  #loginFormContainer label,
  #registrationFormContainer label {
    flex-basis: 100px;
  }
}
@media screen and (max-width: 620px) {
  #loginFormContainer,
  #registrationFormContainer {
    padding: 30px 30px 50px;
  }
}
.tosContainer label {
  flex-grow: 1;
}
.buttonContainer {
  margin-top: 30px !important;
}

@media (max-width: 620px) {
  .buttonContainer .button,
  .buttonContainer input[type="submit"] {
    margin: 5px;
    width: 100%;
  }
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
#confirmRetrieval #trackingNumber {
  margin-right: 20px;
}
#printReceipt {
  margin-right: 10em;
}
#payNow {
  margin-left: 20px;
}
#customerCommentContainer.saving {
  position: relative;
}
#customerCommentContainer.saving:after {
  content: "\29D6";
  position: absolute;
  right: 0;
  bottom: 0;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
.loginMessage {
  font-size: larger;
  padding: 20px;
  background: #fc0;
}
#loginFormContainer h3 {
  margin-top: 100px;
}
