.faq-web-admin {
  background: #fff;
  max-width: 1250px;
  margin: 20px auto;
  padding: 12px;
  display: block;
  overflow: auto;
  /**
   * Nestable
   */
  /**
   * Nestable Extras
   */
  /**
   * Nestable Draggable Handles
   */
  /**
   * Socialite
   */
}
.faq-web-admin .faq-item-no-entry {
  visibility: hidden;
}
.faq-web-admin .no-item-selected-message {
  font-style: italic;
  font-size: 1.2em;
  font-weight: bold;
  color: darkgray;
}
.faq-web-admin #faq-scroll-wrapper {
  height: 800px;
  background: #f7f6f6;
  overflow-y: scroll;
}
.faq-web-admin #faq-scroll-wrapper-extend-btn, .faq-web-admin #faq-scroll-wrapper-collapse-btn {
  position: absolute;
  bottom: -10px;
  cursor: pointer;
  padding: 1px 10px;
  color: white;
  font-size: 0.7em;
  border-radius: 10px;
  font-weight: bold;
}
.faq-web-admin #faq-scroll-wrapper-extend-btn {
  border: 1px solid #006cb4;
  background: #006cb4;
  left: 60%;
}
.faq-web-admin #faq-scroll-wrapper-collapse-btn {
  left: 30%;
  border: 1px solid #d07839;
  background: #bd580f;
}
.faq-web-admin .faq-item-entry {
  padding-bottom: 12px;
}
.faq-web-admin .faq-item-entry .alloy-editor-wrapper {
  padding-top: 0px;
}
.faq-web-admin .cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.faq-web-admin * html .cf {
  zoom: 1;
}
.faq-web-admin *:first-child + html .cf {
  zoom: 1;
}
.faq-web-admin html {
  margin: 0;
  padding: 0;
}
.faq-web-admin body {
  font-size: 100%;
  margin: 0;
  padding: 1.75em;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.faq-web-admin h1 {
  font-size: 1.75em;
  margin: 0 0 0.6em 0;
}
.faq-web-admin a {
  color: #2996cc;
}
.faq-web-admin a:hover {
  text-decoration: none;
}
.faq-web-admin p {
  line-height: 1.5em;
}
.faq-web-admin .small {
  color: #666;
  font-size: 0.875em;
}
.faq-web-admin .large {
  font-size: 1.25em;
}
.faq-web-admin .dd .dd-item .icon-eye-close:before {
  display: none;
}
.faq-web-admin .dd li.dd-item.faq-hidden .dd-item-row .icon-eye-close:before {
  display: inline-block;
  cursor: default;
}
.faq-web-admin .faq-new-item i.dd-remove.icon.icon-trash {
  display: none;
}
.faq-web-admin .dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.faq-web-admin .dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-web-admin .dd-list .dd-list {
  padding-left: 30px;
}
.faq-web-admin .dd-collapsed .dd-list {
  display: none;
}
.faq-web-admin .dd-item,
.faq-web-admin .dd-empty,
.faq-web-admin .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #ccc;
  background: #fafafa;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.faq-web-admin .dd-item-row .icon {
  display: table-cell;
  font-size: 18px;
  padding: 5px 5px;
  cursor: pointer;
}
.faq-web-admin .dd-item.active {
  background: #c5d8ea;
}
.faq-web-admin .dd-select {
  display: table-cell;
  width: 100%;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.faq-web-admin .dd-select:hover {
  color: #07628f;
}
.faq-web-admin .dd-handle:hover {
  cursor: move;
}
.faq-web-admin .dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.faq-web-admin .dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.faq-web-admin .dd-item > button[data-action=collapse]:before {
  content: "-";
}
.faq-web-admin .dd-placeholder,
.faq-web-admin .dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.faq-web-admin .dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.faq-web-admin .dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.faq-web-admin .dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.faq-web-admin .dd-dragel .dd-select {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.faq-web-admin .nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.faq-web-admin #nestable-menu {
  padding: 0;
  margin: 20px 0;
}
.faq-web-admin #nestable-output,
.faq-web-admin #nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.faq-web-admin #nestable2 .dd-select {
  color: #fff;
  border: 1px solid #999;
  background: #bbb;
  background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
  background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
  background: linear-gradient(top, #bbb 0%, #999 100%);
}
.faq-web-admin #nestable2 .dd-handle:hover {
  background: #bbb;
}
.faq-web-admin #nestable2 .dd-item > button:before {
  color: #fff;
}
@media only screen and (min-width: 700px) {
  .faq-web-admin .dd {
    float: left;
    width: 100%;
  }
  .faq-web-admin .dd + .dd {
    margin-left: 2%;
  }
}
.faq-web-admin .dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}
.faq-web-admin .dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.faq-web-admin .dd3-content:hover {
  color: #2ea8e5;
  background: #fff;
}
.faq-web-admin .dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.faq-web-admin .dd3-item > button {
  margin-left: 30px;
}
.faq-web-admin .dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-web-admin .dd3-handle:before {
  content: "≡";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.faq-web-admin .dd3-handle:hover {
  background: #ddd;
}
.faq-web-admin .socialite {
  display: block;
  float: left;
  height: 35px;
}

/**
ACCORDION
 */
.faq-web {
  position: relative;
}
.faq-web > h2 {
  width: 86%;
}
.faq-web .faq-desscription {
  font-weight: 500;
  margin-bottom: 10px;
}
.faq-web .faq-button-open-all {
  float: right;
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: sans-serif;
  font-size: 0.8em;
  color: #016cb0;
  border-style: none;
  background-color: inherit;
}
.faq-web ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-web .accordion__inner-wrapper ul,
.faq-web .accordion__inner-wrapper ol {
  margin-bottom: 1rem;
}
.faq-web .accordion__inner-wrapper ul {
  list-style-type: disc;
}
.faq-web .accordion__inner-wrapper ul li {
  margin-left: 26px;
}
.faq-web .accordion__inner-wrapper ul ul {
  list-style-type: circle;
}
.faq-web .accordion__inner-wrapper ul ul ul {
  list-style-type: disc;
}
.faq-web .accordion__inner-wrapper ul ul ul ul {
  list-style-type: circle;
}
.faq-web .accordion__label {
  margin: 5px 0;
  font-size: 17px;
  color: #444444;
  font-weight: bold;
  line-height: 1.6rem;
}
.faq-web .accordion__inner {
  display: none;
}
.faq-web .accordion__inner.pre-open {
  display: block;
}
.faq-web .accordion.accordion-root {
  margin-top: 10px;
}
.faq-web .accordion__toggle {
  min-height: 40px;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
  position: relative;
  border: none;
  border-left: 10px solid transparent;
  background-color: transparent;
  width: 100%;
  text-align: left;
}
.faq-web .accordion__toggle:before {
  content: "";
}
.faq-web .accordion__toggle.open {
  background: #f2f2f2;
  border-top: 1px solid #d9d9d9;
}
.faq-web .accordion__toggle:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2010%207.5%22%20style%3D%22enable-background%3Anew%200%200%2010%207.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%238a8a8a%22%20fill-opacity%3D%221%22%20stroke-width%3D%220.2%22%20stroke-linejoin%3D%22round%22%20d%3D%22M0%2C0l5%2C7.5L10%2C0H0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  left: 5px;
  top: 19px;
  position: absolute;
  content: "";
  width: 14px;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
}
.faq-web .accordion__toggle.closed:before {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.faq-web li.accordion__child {
  border-bottom: 1px solid #ececec;
}
.faq-web li.accordion__child:last-child {
  border-bottom: 0;
}
.faq-web .accordion__inner-wrapper {
  background: #f2f2f2;
  padding: 0 10px 15px 40px;
  position: relative;
  overflow: hidden;
}
.faq-web .accordion__inner-wrapper img {
  max-width: 100%;
}
.faq-web ul.accordion.accordion-nested {
  margin-left: 20px;
}
.faq-web .faq-scroll-btn {
  bottom: 10px;
  right: 18px;
  position: absolute;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 0.8em;
  color: #016cb0;
}
.faq-web .direct-link .lexicon-icon {
  height: 0.7em;
}
@media print {
  .faq-web .direct-link, .faq-web .faq-scroll-btn, .faq-web .faq-button-open-all {
    display: none;
  }
}

body.wien-theme .faq-web .faq-scroll-btn, body.wien-theme .faq-web .faq-button-open-all {
  color: #da1414;
}

body.burgenland-theme .faq-web .faq-scroll-btn, body.burgenland-theme .faq-web .faq-button-open-all {
  color: #b30000;
}

body.cirs-theme .faq-web .accordion__toggle:hover {
  background: #f2f2f2;
  border-left: 10px solid #e10010;
}
body.cirs-theme .faq-web .accordion__toggle.open:hover {
  border-left: 10px solid #e10010;
}
body.cirs-theme .faq-web .faq-scroll-btn, body.cirs-theme a.direct-link, body.cirs-theme .faq-web h2, body.cirs-theme .faq-button-open-all {
  color: #e10010;
}