@charset "UTF-8";
@import url(material-icons.css);
@import url(font-klavika-web.css);
/*************************************
************ Globale Werte ***********
*************************************/
/* Farbspektrum-Rhion */
/*Blau*/
/*$rhld-color1-3:  #b7d4e0;*/
/* Suche content*/
/*Tarifrechner-fix*/
/*Grün*/
/*Tarifrechner-fix*/
/*Grau #999999, #e5e5e5, #f2f2f2*/
/*Rot*/
/*#911c1c;*/
/*Fonts*/
/* Open navigation menus via hover (= open) or click (= open-click): */
/* Buttons*/
/*Tab-Navigation*/
/*Action-Tab (Laden, Speichern)*/
/*Portal-Size*/
/* Banner*/
/* Accordeon*/
/*Panels*/
/*Hilfe-Panel*/
/*Input Felder*/
/*Dashboard*/
/*Slider*/
/**************************************
***** Bitte nur abweichende Werte zu **
***** constants.csss hinterlegen ******
***************************************/
/* Banner*/
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.panel-body:after {
  clear: both; }

.panel > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item {
  border-width: 1px 0; }

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table {
  margin-bottom: 0; }

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #428bca; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca; }

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #fbeed5; }

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5; }

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5; }

.panel-danger {
  border-color: #eed3d7; }

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7; }

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1; }

.panel-heading > h3 {
  line-height: 20px; }

.mrg-t-xxxlg {
  margin-top: 50px; }

.mrg-t-xxlg {
  margin-top: 40px; }

.mrg-t-xlg {
  margin-top: 30px; }

.mrg-t-lg {
  margin-top: 20px; }

.mrg-t-med {
  margin-top: 15px; }

.mrg-t-sml {
  margin-top: 10px; }

.mrg-t-xsml {
  margin-top: 5px; }

.mrg-b-xxxlg {
  margin-bottom: 50px; }

.mrg-b-xxlg {
  margin-bottom: 40px; }

.mrg-b-xlg {
  margin-bottom: 30px; }

.mrg-b-lg {
  margin-bottom: 20px; }

.mrg-b-med {
  margin-bottom: 15px; }

.mrg-b-sml {
  margin-bottom: 10px; }

.mrg-b-xsml {
  margin-bottom: 5px; }

.helpPanelMask {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 999;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); }

.helpPanelContainer {
  background-color: #FFF;
  border-radius: 0px;
  min-width: 350px;
  max-width: 80%;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06); }

.helpPanelHeader {
  border-radius: 0px;
  color: #0099cc;
  display: block;
  padding: 1.15em 1.25em;
  background-color: #e5e5e5;
  color: #0099cc;
  text-align: left; }
  .helpPanelHeader .section-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-left: 10px; }

.helpPanelContent {
  margin: 5px 5px 0;
  overflow-y: auto;
  max-height: 250px;
  text-align: left;
  padding: 1.15em 1.25em; }
  .helpPanelContent input[type="text"] {
    margin-top: 5px;
    height: 40px; }

.helpPanelFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 1.15em 0;
  margin: 0 25px;
  border-top: 1px solid #999999; }

.aui a .tooltip {
  position: relative;
  text-decoration: none;
  bottom: 64.25%;
  left: 22.45%;
  background: #edf0f9;
  padding: 5px 15px;
  color: #0099cc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  white-space: nowrap;
  opacity: 0;
  /* At time of this creation, only Fx4 doing pseduo transitions */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease; }
.aui a .tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 64.25%;
  left: 22.45%;
  background: #edf0f9;
  padding: 5px 15px;
  color: #0099cc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  white-space: nowrap;
  opacity: 0;
  /* At time of this creation, only Fx4 doing pseduo transitions */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease; }
.aui a .tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #edf0f9;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  /* At time of this creation, only Fx4 doing pseduo transitions */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  opacity: 0;
  left: 0;
  bottom: -30%;
  z-index: -1; }
.aui a .tooltip:hover::after {
  bottom: 100%; }
.aui a .tooltip:hover::before {
  bottom: 70%; }
.aui a:hover .tooltip::after, .aui a:hover .tooltip::before, .aui a:focus .tooltip::after, .aui a:focus .tooltip::before {
  opacity: 1; }

.aui a.tooltip {
  position: relative;
  text-decoration: none; }
.aui a.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 130%;
  left: 10%;
  background: #edf0f9;
  padding: 5px 15px;
  color: #0099cc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  white-space: nowrap;
  opacity: 0;
  /* At time of this creation, only Fx4 doing pseduo transitions */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease; }
.aui a.tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #edf0f9;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  /* At time of this creation, only Fx4 doing pseduo transitions */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  opacity: 0;
  left: 30%;
  bottom: 90%;
  z-index: -1; }
.aui a.tooltip:hover::after {
  bottom: 100%; }
.aui a.tooltip:hover::before {
  bottom: 70%; }
.aui:hover a.tooltip:hover::after, .aui:hover a.hover::before, .aui:focus a.tooltip:hover::after, .aui:focus a.hover::before {
  opacity: 1; }

.toggle {
  position: absolute;
  opacity: 0; }

input.toggle-round-flat:focus + label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 85, 165, 0.6); }

input.toggle-round-flat-neutral:focus + label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 85, 165, 0.6); }

.toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none; }

/* aeusseres Oval */
input.toggle-round-flat + label, input.toggle-round-flat-neutral + label {
  width: 3.6em;
  height: 31px;
  border-radius: 1.5em;
  transition: background 0.4s;
  font-size: 1em;
  margin-bottom: 0;
  margin-left: auto; }

input.toggle-round-flat + label::before, input.toggle-round-flat-neutral + label::before,
input.toggle-round-flat + label::after, input.toggle-round-flat-neutral + label::after {
  display: block;
  position: absolute;
  content: ""; }

input.toggle-round-flat + label::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #dc3545;
  border-radius: 1.5em;
  transition: background 0.4s; }

input.toggle-round-flat-neutral + label::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0099cc;
  border-radius: 1.5em;
  transition: background 0.4s; }

/* innerer Kreis */
input.toggle-round-flat + label::after, input.toggle-round-flat-neutral + label::after {
  top: 6px;
  left: 3px;
  transition: margin .4s,background .4s;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 2em;
  color: white; }

/* circle */
input.toggle-round-flat:checked + label::after, input.toggle-round-flat-neutral:checked + label::after {
  margin-left: 0.7em; }

input.toggle-round-flat:checked + label::before {
  background-color: #a4d084; }

input.toggle-round-flat-neutral:checked + label::before {
  background-color: #0099cc; }

/*Radio Toggle*/
.toggle-radio {
  position: relative;
  background: #0099cc;
  margin: 6px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  position: relative;
  height: 30px;
  width: 90px; }

.toggle-radio > * {
  float: left; }

.toggle-radio input[type=radio] {
  display: none; }

.toggle-radio label {
  color: #0055a5;
  z-index: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0px 0px;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  cursor: pointer;
  z-index: 1;
  text-align: center; }

.toggle-option-slider {
  position: absolute;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -ms-transition: background 0.4s;
  transition: background 0.4s; }

.toggle-option-slider i {
  color: #FFF; }

#first_toggle:checked ~ .toggle-option-slider {
  left: 3px; }

#second_toggle:checked ~ .toggle-option-slider {
  left: 30px; }

#third_toggle:checked ~ .toggle-option-slider {
  left: 60px; }

.toggle-label-left, .toggle-label-right, .toggle-label-center {
  width: 20px;
  display: flex;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.toggle-label-center {
  width: 55px;
  margin-left: 10px; }

.toggle-label-right {
  margin-left: 5px;
  margin-right: 10px; }

.toggle-floating {
  float: right; }

/* Diposs Radio */
.diposs-radio a, .diposs-radio span {
  display: none; }

@media only screen {
  .diposs-radio {
    padding: 0;
    position: relative;
    overflow: visible;
    display: block; }

  .diposs-radio *,
  .diposs-radio *::before,
  .diposs-radio *::after {
    box-sizing: border-box; }

  /* hide input */
  .diposs-radio input {
    position: absolute;
    left: 0;
    opacity: 0; }

  .diposs-radio label {
    font-size: 1em;
    line-height: 2em;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    padding-right: 3em;
    z-index: 2;
    width: 100%; }

  /* default unchecked */
  .diposs-radio.diposs-radio-rtl label::after {
    content: "\E835";
    /* check-box outline blank*/
    font-family: Material Icons;
    font-size: 32px;
    vertical-align: middle;
    padding-right: .2em;
    float: left; }

  /* checked */
  .diposs-radio.diposs-radio-rtl input:checked + label::after,
  .diposs-radio.diposs-radio-rtl input[checked=checked] + label::after {
    content: "\E834";
    /* check-box */ }

  /* LTR */
  .diposs-radio label {
    display: block;
    padding-left: 3em;
    padding-right: 0em; }

  /* LTR default unchecked */
  .diposs-radio label::before {
    content: "\E835";
    /* check-box outline blank*/
    font-family: Material Icons;
    position: absolute;
    left: 0em;
    font-size: 32px;
    /*padding-left: 0.2em;*/ }

  .diposs-radio label:focus::before {
    outline: 2px auto #0099cc;
    outline-offset: -7px; }

  .diposs-radio label::after {
    content: none; }

  /* LTR checked */
  .diposs-radio input:checked + label::before,
  .diposs-radio input[checked=checked] + label::before {
    content: "\E834";
    /* check-box */ }

  .diposs-radio input:checked + label::after,
  .diposs-radio input[checked=checked] + label::after {
    content: none;
    /* check-box */ } }
/* 2 column */
@media only screen {
  .diposs-radio.diposs-2col tbody {
    display: inline-table;
    width: 100%; }

  .diposs-radio.diposs-2col label {
    width: 50%;
    float: left;
    outline-color: none; }

  .diposs-radio.diposs-2col tr {
    width: 50%;
    float: left; }

  .diposs-radio.diposs-2col td {
    width: 100%;
    float: left; }

  .diposs-radio.diposs-2col td label {
    width: 100%;
    float: left;
    outline-color: none; } }
/* Breite .horizontal */
@media only screen {
  .diposs-radio.diposs-horizontal {
    height: 2em; }

  .diposs-radio.diposs-horizontal label {
    float: left; }

  .diposs-radio.diposs-horizontal label:nth-child(2):nth-last-child(4),
  .diposs-radio.diposs-horizontal label:nth-child(2):nth-last-child(4) ~ label {
    width: 50%; }

  /*Spezial Fall Unfall-TR Ihr Tarif*/
  .diposs-radio.dw33.diposs-horizontal label:nth-child(2):nth-last-child(4),
  .diposs-radio.dw33.diposs-horizontal label:nth-child(2):nth-last-child(4) ~ label {
    width: 33.33%; }

  .diposs-radio.diposs-horizontal label:nth-child(2):nth-last-child(6),
  .diposs-radio.diposs-horizontal label:nth-child(2):nth-last-child(6) ~ label {
    width: 33.33%; }

  .diposs-radio.diposs-horizontal label:nth-child(2):nth-last-child(8),
  .diposs-radio.diposs-horizontal label:nth-child(2):nth-last-child(8) ~ label {
    width: 25%; }

  .diposs-radio.diposs-horizontal label:nth-child(2):nth-last-child(10),
  .diposs-radio.diposs-horizontal label:nth-child(2):nth-last-child(10) ~ label {
    width: 20%; }

  .diposs-radio.diposs-horizontal label:nth-child(2):nth-last-child(12),
  .diposs-radio.diposs-horizontal label:nth-child(2):nth-last-child(12) ~ label {
    width: 16.6%; } }
/* Farben */
@media only screen {
  .diposs-radio label {
    color: black; }

  .diposs-radio input:checked + label::before,
  .diposs-radio input[checked=checked] + label::before,
  .diposs-radio input:checked + label::after,
  .diposs-radio input[checked=checked] + label::after {
    color: #a4d084; }

  fieldset .diposs-radio.error label::before,
  fieldset .diposs-radio.error label::after {
    color: #dc3545; } }
/* Effects */
@media only screen {
  /* Focus */
  .diposs-radio input:focus + label {
    /*
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 86, 164, 0.6);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 86, 164, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 86, 164, 0.6);
      -webkit-transition: border linear .2s,box-shadow linear .2s;
      -moz-transition: border linear .2s,box-shadow linear .2s;
      -o-transition: border linear .2s,box-shadow linear .2s;
      transition: border linear .2s,box-shadow linear .2s;
      */ }

  .diposs-radio input:focus + label:before {
    outline: 3px auto #0099cc;
    outline-offset: -6px; }

  /* Hover */
  .diposs-radio input:hover + label::before,
  .diposs-radio input:hover + label::after {
    color: #a4d084; }

  /* Disabled */
  fieldset:disabled .diposs-radio label,
  fieldset:disabled .diposs-radio label::before,
  fieldset:disabled .diposs-radio label::after,
  fieldset[disabled=disabled] .diposs-radio label,
  fieldset[disabled=disabled] .diposs-radio label::before,
  fieldset[disabled=disabled] .diposs-radio label::after {
    color: #999999;
    cursor: not-allowed; }

  /* Readonly */
  fieldset:readonly .diposs-radio label,
  fieldset:readonly .diposs-radio label::before,
  fieldset:readonly .diposs-radio label::after,
  fieldset[readonly=readonly] .diposs-radio label,
  fieldset[readonly=readonly] .diposs-radio label::before,
  fieldset[readonly=readonly] .diposs-radio label::after {
    color: #999999;
    cursor: not-allowed; } }
/* Abstand */
@media only screen {
  .diposs-radio label {
    margin-bottom: 1em; }

  .diposs-radio label:nth-last-child(2) {
    margin-bottom: 0; }

  .diposs-radio.diposs-horizontal label {
    margin-bottom: 0; }
    .diposs-radio.diposs-horizontal label:focus {
      outline: none; }

  .diposs-radio.diposs-2col label:nth-last-child(4) {
    margin-bottom: 0; } }
/* cleanup */
@media only screen {
  .diposs-radio::after {
    clear: both;
    content: '';
    display: table; } }
.aui .accordeon-container {
  margin-bottom: 0; }
.aui .accordeonpanel {
  border-bottom: none; }
.aui .accordeonpanel-header {
  border-radius: 0px;
  color: black;
  display: block;
  padding: 20px 15px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 0; }
  .aui .accordeonpanel-header .fa.fa-2x {
    font-size: 1.2rem; }
.aui .accordeonpanel-header:hover, .aui .accordeonpanel-header:focus {
  text-decoration: none;
  color: black; }
.aui .accordeonpanel-title {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.22px;
  text-transform: none; }
.aui .accordeon-content-container {
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding: 0 1.25em 1.25em; }
.aui .menuslider {
  display: none; }
.aui .accordeonpanel.inactive .accordeon-header-container {
  background-color: #fff; }
.aui .accordeonpanel.inactive .accordeonpanel-header {
  background-color: #fff;
  color: black;
  cursor: not-allowed; }
.aui .accordeonpanel.active .accordeon-header-container {
  background-color: #fafafa; }
.aui .accordeonpanel.active .accordeonpanel-header {
  background-color: #fafafa;
  color: black; }
.aui .accordeonpanel.active .diposs-close {
  display: none; }
.aui .accordeonpanel.active .stickit .diposs-close {
  display: flex;
  float: right;
  color: #0099cc; }
  .aui .accordeonpanel.active .stickit .diposs-close:hover {
    color: #fff; }
.aui .accordeonpanel.active.currentPanel .menuslider {
  display: block;
  float: right;
  position: relative;
  top: 15px;
  right: 15px;
  color: #0099cc; }
  .aui .accordeonpanel.active.currentPanel .menuslider .diposs-menu {
    cursor: pointer; }
    .aui .accordeonpanel.active.currentPanel .menuslider .diposs-menu:hover {
      color: #fff; }
  .aui .accordeonpanel.active.currentPanel .menuslider .menuslider-items {
    visibility: hidden;
    position: absolute;
    right: -15px;
    top: 45px;
    list-style-type: none;
    background-color: #fafafa;
    margin: 0;
    z-index: 300; }
  .aui .accordeonpanel.active.currentPanel .menuslider.active .menuslider-items {
    visibility: visible; }
    .aui .accordeonpanel.active.currentPanel .menuslider.active .menuslider-items .menuslider-item {
      color: #0099cc; }
      .aui .accordeonpanel.active.currentPanel .menuslider.active .menuslider-items .menuslider-item a::before {
        margin-right: 0;
        font-size: 30px; }
    .aui .accordeonpanel.active.currentPanel .menuslider.active .menuslider-items .menuslider-item:hover .diposs-load, .aui .accordeonpanel.active.currentPanel .menuslider.active .menuslider-items .menuslider-item:hover .diposs-save, .aui .accordeonpanel.active.currentPanel .menuslider.active .menuslider-items .menuslider-item:hover .diposs-reset, .aui .accordeonpanel.active.currentPanel .menuslider.active .menuslider-items .menuslider-item:hover .diposs-add, .aui .accordeonpanel.active.currentPanel .menuslider.active .menuslider-items .menuslider-item:hover diposs-open-new, .aui .accordeonpanel.active.currentPanel .menuslider.active .menuslider-items .menuslider-item:hover diposs-evb-anfordern {
      color: #fff; }
.aui .article-accordeon-container {
  border-top: 2px #b1b3b5 solid; }
.aui .article-accordeon-container p.header {
  padding: 10px 15px;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: #fafafa;
  font-size: 24px;
  font-weight: 400;
  display: flex; }
  .aui .article-accordeon-container p.header::before {
    font-family: 'Material Icons';
    float: left;
    padding-right: 10px;
    font-size: 1.5em; }
  .aui .article-accordeon-container p.header.toggler-header-collapsed::before {
    content: "\E313"; }
  .aui .article-accordeon-container p.header.toggler-header-expanded::before {
    content: "\E316"; }
.aui .article-accordeon-container div.content {
  padding: 36px 20px 20px; }
.aui .accordion-group {
  border-radius: 0; }
  .aui .accordion-group.lfr-panel-extended .accordion-heading .accordion-toggle {
    color: #0099cc;
    font-weight: 600; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fontawesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fontawesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fontawesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before, .aui .benutzerverwaltung .diposs-portlet-title i:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before, .aui .tarifrechner-hausrat .diposs-portlet-title i:before, .aui .tarifrechner-haftpflicht .diposs-portlet-title i:before, .aui .tarifrechner-unfall .diposs-portlet-title i:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.aui {
  /* Leeres Icon. Korrektur Weite */
  /*Pro Portlet eine Konfiguration*/ }
  .aui .panel-content .fa-stack {
    height: 35px; }
  .aui i.fa.fa-plus {
    color: #0099cc; }
  .aui i.fa.fa-angle-left {
    color: #0099cc; }
  .aui i.fa.fa-lock {
    color: #d9534f; }
  .aui i.fa.fa-unlock-alt {
    color: #009363; }
  .aui i.fa.fa-circle.fa-stack-2x {
    color: #fff;
    font-size: 35px; }
  .aui i.fa-check {
    color: #a4d084; }
    .aui i.fa-check.fa-2x {
      font-size: 35px; }
  .aui i.fa-check-circle {
    color: #a4d084; }
    .aui i.fa-check-circle.fa-stack-2x {
      font-size: 35px; }
    .aui i.fa-check-circle.fa-2x {
      font-size: 35px; }
  .aui i.fa-times-circle, .aui i.fa-trash {
    color: #dc3545; }
    .aui i.fa-times-circle.fa-stack-2x, .aui i.fa-trash.fa-stack-2x {
      font-size: 35px; }
    .aui i.fa-times-circle.fa-2x, .aui i.fa-trash.fa-2x {
      font-size: 35px; }
  .aui i.fa-download {
    color: #fff; }
  .aui .zertifikatdownload-container i.fa-download,
  .aui .zertifikatdownload-container i.diposs-download {
    color: #009ae5; }
    .aui .zertifikatdownload-container i.fa-download:hover, .aui .zertifikatdownload-container i.fa-download:focus,
    .aui .zertifikatdownload-container i.diposs-download:hover,
    .aui .zertifikatdownload-container i.diposs-download:focus {
      color: #009ae5;
      text-decoration: none; }
  .aui .diposs-2x {
    font-size: 2em; }
  .aui .diposs-3x {
    font-size: 3em; }
  .aui .diposs-cancel {
    color: #dc3545; }
    .aui .diposs-cancel::before {
      content: "\E5C9";
      font-family: "Material Icons"; }
  .aui .diposs-download {
    color: #0099cc;
    vertical-align: middle; }
    .aui .diposs-download::before {
      content: "\E2C4";
      font-family: "Material Icons"; }
    .aui .diposs-download:hover, .aui .diposs-download:focus {
      color: #a4d084;
      text-decoration: none; }
  .aui .diposs-upload {
    color: #0099cc; }
    .aui .diposs-upload::before {
      content: "\E2C6";
      font-family: "Material Icons"; }
    .aui .diposs-upload:hover, .aui .diposs-upload:focus {
      color: #a4d084;
      text-decoration: none; }
  .aui i.fa-check-square-o {
    color: #0099cc; }
  .aui i.fa-square-o {
    color: #0099cc; }
  .aui .diposs-square {
    color: #0099cc;
    font-size: 2em;
    vertical-align: middle; }
    .aui .diposs-square::before {
      content: "\E835";
      /*check box outline blank*/
      font-family: "Material Icons"; }
    .aui .diposs-square:hover, .aui .diposs-square:focus {
      color: #a4d084; }
  .aui .diposs-square-check {
    color: #0099cc;
    font-size: 2em;
    vertical-align: middle; }
    .aui .diposs-square-check::before {
      content: "\E834";
      /*check box outline blank*/
      font-family: "Material Icons"; }
    .aui .diposs-square-check:hover, .aui .diposs-square-check:focus {
      color: #a4d084; }
  .aui .aui .portlet-topper .portlet-title .diposs-portlet-title i {
    display: inline-block;
    vertical-align: middle; }
  .aui .diposs-header-icon {
    vertical-align: middle; }
  .aui i.fa.fa-fw.fa-lg.fa-2x {
    width: 30px; }
  .aui .diposs-menu::before {
    content: "\E5D2";
    font-family: Material Icons;
    font-size: 30px; }
  .aui .diposs-apps::before {
    content: "\E5C3";
    font-family: Material Icons;
    font-size: 32px;
    vertical-align: middle; }
  .aui .diposs-new::before {
    content: "\E89C";
    font-family: Material Icons; }
  .aui .diposs-sort-asc::before {
    content: "\E313";
    font-family: Material Icons; }
  .aui .diposs-sort-asc:hover, .aui .diposs-sort-asc:focus {
    text-decoration: none; }
  .aui .diposs-sort-desc::before {
    content: "\E316";
    font-family: Material Icons; }
  .aui .diposs-sort-desc:hover, .aui .diposs-sort-desc:focus {
    text-decoration: none; }
  .aui .diposs-add::before {
    content: "\E146";
    font-family: Material Icons; }
  .aui .diposs-add:hover, .aui .diposs-add:focus {
    text-decoration: none; }
  .aui .diposs-add-person {
    color: #0099cc; }
    .aui .diposs-add-person::before {
      content: "\E7FE";
      /*person add*/
      font-family: Material Icons;
      font-size: 32px; }
    .aui .diposs-add-person:hover, .aui .diposs-add-person:focus {
      color: #a4d084;
      text-decoration: none;
      outline: none; }
  .aui .diposs-add-vorerkrankung {
    color: #0099cc; }
    .aui .diposs-add-vorerkrankung::before {
      content: "\E146";
      /*add*/
      font-family: Material Icons;
      font-size: 32px; }
    .aui .diposs-add-vorerkrankung:hover, .aui .diposs-add-vorerkrankung:focus {
      color: #a4d084;
      text-decoration: none;
      outline: none; }
  .aui .diposs-add-betriebsart {
    color: #0099cc; }
    .aui .diposs-add-betriebsart::before {
      content: "\E146";
      /*add*/
      font-family: Material Icons;
      font-size: 32px; }
    .aui .diposs-add-betriebsart:hover, .aui .diposs-add-betriebsart:focus {
      color: #a4d084;
      text-decoration: none;
      outline: none; }
  .aui .diposs-add-fahrzeug {
    color: #0099cc; }
    .aui .diposs-add-fahrzeug::before {
      content: "\E146";
      /*add*/
      font-family: Material Icons;
      font-size: 32px; }
    .aui .diposs-add-fahrzeug:hover, .aui .diposs-add-fahrzeug:focus {
      color: #a4d084;
      text-decoration: none;
      outline: none; }
  .aui .diposs-add-evbbenachrichtigung {
    color: #0099cc; }
    .aui .diposs-add-evbbenachrichtigung::before {
      content: "\E146";
      /*add*/
      font-family: Material Icons;
      font-size: 32px; }
    .aui .diposs-add-evbbenachrichtigung:hover, .aui .diposs-add-evbbenachrichtigung:focus {
      color: #a4d084;
      text-decoration: none;
      outline: none; }
  .aui .diposs-add-evb {
    color: #0099cc; }
    .aui .diposs-add-evb::before {
      content: "\E3CD";
      /*explosure_plus_1*/
      font-family: Material Icons;
      font-size: 32px; }
    .aui .diposs-add-evb:hover, .aui .diposs-add-evb:focus {
      color: #a4d084;
      text-decoration: none;
      outline: none; }
  .aui .diposs-evb-anfordern {
    color: #0099cc; }
    .aui .diposs-evb-anfordern::before {
      content: "\E531";
      /*directions_car*/
      font-family: Material Icons;
      font-size: 32px; }
    .aui .diposs-evb-anfordern:hover, .aui .diposs-evb-anfordern:focus {
      color: #a4d084;
      text-decoration: none;
      outline: none; }
  .aui .diposs-open-new {
    color: #0099cc; }
    .aui .diposs-open-new::before {
      content: "\E89E";
      /*open_in_new*/
      font-family: Material Icons; }
    .aui .diposs-open-new:hover, .aui .diposs-open-new:focus {
      color: #a4d084;
      text-decoration: none;
      outline: none; }
  .aui .diposs-search {
    color: #0099cc; }
    .aui .diposs-search::before {
      content: "\E8B6";
      /*Lupe*/
      font-family: Material Icons;
      font-size: 32px; }
    .aui .diposs-search:hover, .aui .diposs-search:focus {
      color: #a4d084;
      text-decoration: none;
      outline: none; }
  .aui .diposs-add-list {
    color: #0099cc; }
    .aui .diposs-add-list::before {
      content: "\E03B";
      /*person add*/
      font-family: Material Icons;
      font-size: 32px; }
    .aui .diposs-add-list:hover, .aui .diposs-add-list:focus {
      color: #a4d084;
      text-decoration: none;
      outline: none; }
  .aui .diposs-reset::before {
    content: "\E042";
    font-family: Material Icons; }
  .aui .diposs-reset:hover, .aui .diposs-reset:focus {
    color: #0099cc;
    text-decoration: none; }
  .aui .diposs-load::before {
    content: "\E14F";
    font-family: Material Icons; }
  .aui .diposs-save::before {
    content: "\E161";
    font-family: Material Icons; }
  .aui .diposs-edit::after {
    content: "\E254";
    /*mode edit*/
    font-family: Material Icons; }
  .aui .diposs-close::after {
    content: "\E5CD";
    /*close*/
    font-family: Material Icons; }
  .aui .diposs-delete {
    color: #0099cc; }
    .aui .diposs-delete::after {
      content: "\E92B";
      /*delete forever*/
      font-family: Material Icons;
      font-size: 32px; }
    .aui .diposs-delete:hover, .aui .diposs-delete:focus {
      color: #a4d084;
      text-decoration: none; }
  .aui .diposs-info-circle {
    font-size: 32px;
    color: #a4d084;
    vertical-align: middle; }
    .aui .diposs-info-circle::before {
      content: "\E88F";
      font-family: Material Icons; }
    .aui .diposs-info-circle:hover, .aui .diposs-info-circle:focus {
      text-decoration: none; }
  .aui .diposs-info-circle-16::after {
    content: "\E88F";
    font-family: Material Icons; }
  .aui .diposs-info-circle-16:hover, .aui .diposs-info-circle-16:focus {
    text-decoration: none; }
  .aui .diposs-calculator-16::after {
    content: "\E312";
    font-family: Material Icons; }
  .aui .diposs-calculator-16:hover, .aui .diposs-calculator-16:focus {
    text-decoration: none; }
  .aui .infoLink {
    float: right;
    padding-top: 3px; }
    .aui .infoLink:hover, .aui .infoLink:focus {
      color: #fff;
      text-decoration: none; }
  .aui .diposs-arrow-down::before {
    content: "\E316";
    /*keyboard arrow down*/
    font-family: Material Icons;
    padding-right: 10px;
    font-size: 24px;
    float: left; }
  .aui .diposs-arrow-up::before {
    content: "\E313";
    font-family: Material Icons;
    padding-right: 10px;
    font-size: 24px;
    float: left; }
  .aui .diposs-arrow-right::before {
    content: "\E5CC";
    font-family: Material Icons; }
  .aui .diposs-arrow-right:hover, .aui .diposs-arrow-right:focus {
    text-decoration: none !important; }
  .aui .diposs-angle-up::before {
    content: "\E316";
    font-family: Material Icons;
    font-size: 24px;
    float: left; }
  .aui .diposs-done {
    color: #a4d084; }
    .aui .diposs-done::before {
      content: "\E876";
      /*done*/
      font-family: Material Icons; }
    .aui .diposs-done:hover, .aui .diposs-done:focus {
      color: #a4d084;
      text-decoration: none;
      outline: none; }
  .aui .diposs-times-circle {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #dc3545;
    width: 100%;
    height: 1em;
    position: relative;
    line-height: 1em;
    vertical-align: middle;
    font-size: 2.2em; }
    .aui .diposs-times-circle::before {
      content: "\f111";
      position: absolute;
      width: 100%;
      text-align: center;
      color: white; }
    .aui .diposs-times-circle::after {
      content: "\f057";
      position: absolute;
      width: 100%;
      text-align: center; }
  .aui .diposs-check-circle {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #a4d084;
    width: 100%;
    height: 1em;
    position: relative;
    line-height: 1em;
    vertical-align: middle;
    font-size: 2.2em; }
    .aui .diposs-check-circle::before {
      content: "\f111";
      position: absolute;
      width: 100%;
      text-align: center;
      color: white; }
    .aui .diposs-check-circle::after {
      content: "\f058";
      position: absolute;
      width: 100%;
      text-align: center; }
  .aui .diposs-clear::before {
    content: "\E14C";
    font-family: Material Icons; }
  .aui .diposs-clear:hover, .aui .diposs-clear:focus {
    text-decoration: none; }
  .aui .diposs-scroll-up::before {
    content: "\E5CE";
    font-family: Material Icons; }
  .aui .diposs-scroll-up:hover, .aui .diposs-scroll-up:focus {
    text-decoration: none; }
  .aui .diposs-android::before {
    content: "\E859";
    font-family: Material Icons;
    font-size: 1.6em; }
  .aui .diposs-android:hover, .aui .diposs-android:focus {
    text-decoration: none; }
  .aui .diposs-person::before {
    content: "\E7FD";
    font-family: Material Icons;
    font-size: 1.6em; }
  .aui .diposs-person:hover, .aui .diposs-person:focus {
    text-decoration: none; }
  .aui .diposs-warning::before {
    content: "\E002";
    font-family: Material Icons; }
  .aui .diposs-warning:hover, .aui .diposs-warning:focus {
    text-decoration: none; }
  .aui .diposs-menu-bv::before {
    content: "\E5D2";
    font-family: Material Icons; }
  .aui .diposs-menu-bv:hover, .aui .diposs-menu-bv:focus {
    text-decoration: none; }
  .aui .diposs-alarm::before {
    content: "\E855";
    font-family: Material Icons; }
  .aui .diposs-alarm:hover, .aui .diposs-alarm:focus {
    text-decoration: none; }
  .aui .diposs-bin::before {
    content: "\E872";
    font-family: Material Icons; }
  .aui .diposs-bin:hover, .aui .diposs-bin:focus {
    text-decoration: none; }

.aui {
  /* Button mit weißem Hintergrund und Textfarbe analog rhld-Farbe */ }
  .aui .diposs-button {
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 2.5em;
    float: right;
    font-size: 1.25rem;
    color: white;
    background-color: #0099cc;
    border: 0.2rem solid #0099cc;
    border-radius: 50px;
    box-sizing: border-box; }
    .aui .diposs-button:hover, .aui .diposs-button:focus {
      color: #0099cc;
      background-color: white;
      text-decoration: none;
      border: 0.2rem solid #0099cc; }
      .aui .diposs-button:hover a, .aui .diposs-button:focus a {
        color: #0099cc;
        text-decoration: inherit;
        outline: none; }
    .aui .diposs-button a {
      color: white; }
      .aui .diposs-button a:focus {
        color: #0099cc;
        background-color: white;
        text-decoration: inherit;
        border-radius: inherit;
        outline: none; }
    .aui .diposs-button.btn-cancel, .aui .diposs-button.btn-primary {
      text-shadow: none;
      border: 0.2rem solid #0099cc;
      border-radius: 50px; }
    .aui .diposs-button.btn-cancel {
      margin-right: 16px; }
    .aui .diposs-button:nth-child(even) {
      margin-left: 16px;
      margin-right: 16px; }
  .aui .diposs-action-button {
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 60px;
    width: 200px;
    float: right;
    font-size: 1.25rem;
    padding: 0 0.5em;
    color: white;
    background-color: #a4d084;
    border: 0.2rem solid #a4d084;
    border-radius: 50px; }
    .aui .diposs-action-button:hover, .aui .diposs-action-button:focus {
      color: #a4d084;
      background-color: white;
      text-decoration: none;
      outline: none;
      border: 0.2rem solid #a4d084; }
      .aui .diposs-action-button:hover .section-title, .aui .diposs-action-button:focus .section-title {
        color: #a4d084;
        text-decoration: inherit;
        outline: none; }
    .aui .diposs-action-button .section-title {
      color: white; }
      .aui .diposs-action-button .section-title:focus {
        color: #a4d084;
        background-color: white;
        text-decoration: inherit;
        border-radius: inherit;
        outline: none; }
  .aui .button-panel {
    min-width: 160px;
    max-width: 290px;
    height: 2.5em;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
    cursor: pointer; }
    .aui .button-panel .section-title {
      cursor: pointer;
      font-weight: normal;
      font-size: 1em;
      text-align: center;
      margin-left: 10px;
      margin-right: 10px; }
    .aui .button-panel a {
      text-decoration: none;
      color: inherit;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .aui .button-panel.diposs-action-button {
      height: 60px;
      padding-top: 10px;
      padding-bottom: 10px; }
  .aui .tarif-button-panel {
    min-height: 4em;
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    margin-bottom: 2px;
    cursor: pointer; }
    .aui .tarif-button-panel .section-title {
      font-weight: normal;
      font-size: 1em;
      padding-left: 10%;
      text-align: center; }
    .aui .tarif-button-panel a {
      text-decoration: none;
      color: #fff;
      width: 100%;
      height: 100%;
      display: block; }
      .aui .tarif-button-panel a:hover, .aui .tarif-button-panel a:focus {
        color: #fff; }
      .aui .tarif-button-panel a span {
        display: inline-block;
        text-align: center;
        line-height: 4em; }
      .aui .tarif-button-panel a .diposs-square-check {
        border-left: 1px solid white;
        padding: 15px 17px;
        float: right;
        color: #fff;
        font-size: 2em; }
      .aui .tarif-button-panel a .diposs-square {
        border-left: 1px solid white;
        padding: 17px 17px;
        float: right;
        color: #fff;
        font-size: 2em; }
  .aui .portlet-button {
    display: inline-block;
    padding: 2px 15px;
    margin-right: 5px;
    color: white;
    background-color: #0099cc;
    border: 0.2rem solid #0099cc;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    max-width: 225px; }
    .aui .portlet-button:hover, .aui .portlet-button:focus {
      color: #0099cc;
      background-color: white;
      text-decoration: none;
      border: 0.2rem solid #0099cc; }
    .aui .portlet-button:last-of-type {
      margin-right: 0; }
    .aui .portlet-button.rhld-custom-button span {
      margin: 10px; }
  .aui .portlet-button-panel {
    display: inline-block;
    padding: 2px;
    border-radius: 50px;
    margin-bottom: 2px;
    cursor: pointer; }
    .aui .portlet-button-panel .section-title {
      cursor: pointer;
      font-weight: normal;
      font-size: 1em;
      text-align: center; }
    .aui .portlet-button-panel a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none; }
      .aui .portlet-button-panel a span {
        margin-left: auto;
        margin-right: auto;
        padding: .5rem; }
      .aui .portlet-button-panel a i {
        padding: .5rem 0 .5rem .5rem; }
        .aui .portlet-button-panel a i.fa {
          font-size: 1em; }
  .aui .rhld-ghost-button {
    background-color: black;
    color: black; }
    .aui .rhld-ghost-button a {
      background-color: #FFF;
      color: black;
      text-decoration: none; }
      .aui .rhld-ghost-button a i, .aui .rhld-ghost-button a:hover, .aui .rhld-ghost-button a:focus {
        color: black;
        text-decoration: none; }
    .aui .rhld-ghost-button.rhld-blue-background a, .aui .rhld-ghost-button.rhld-lightblue-background a, .aui .rhld-ghost-button.rhld-green-background a, .aui .rhld-ghost-button.rhld-lightgreen-background a {
      background-color: #FFF;
      text-decoration: none; }
      .aui .rhld-ghost-button.rhld-blue-background a i, .aui .rhld-ghost-button.rhld-blue-background a:hover, .aui .rhld-ghost-button.rhld-blue-background a:focus, .aui .rhld-ghost-button.rhld-lightblue-background a i, .aui .rhld-ghost-button.rhld-lightblue-background a:hover, .aui .rhld-ghost-button.rhld-lightblue-background a:focus, .aui .rhld-ghost-button.rhld-green-background a i, .aui .rhld-ghost-button.rhld-green-background a:hover, .aui .rhld-ghost-button.rhld-green-background a:focus, .aui .rhld-ghost-button.rhld-lightgreen-background a i, .aui .rhld-ghost-button.rhld-lightgreen-background a:hover, .aui .rhld-ghost-button.rhld-lightgreen-background a:focus {
        text-decoration: none; }
    .aui .rhld-ghost-button.rhld-blue-background a {
      color: #0099cc; }
      .aui .rhld-ghost-button.rhld-blue-background a i, .aui .rhld-ghost-button.rhld-blue-background a:hover, .aui .rhld-ghost-button.rhld-blue-background a:focus {
        color: #0099cc; }
    .aui .rhld-ghost-button.rhld-lightblue-background a {
      color: rgba(0, 85, 165, 0.2); }
      .aui .rhld-ghost-button.rhld-lightblue-background a i, .aui .rhld-ghost-button.rhld-lightblue-background a:hover, .aui .rhld-ghost-button.rhld-lightblue-background a:focus {
        color: rgba(0, 85, 165, 0.2); }
    .aui .rhld-ghost-button.rhld-green-background a {
      color: #a4d084; }
      .aui .rhld-ghost-button.rhld-green-background a i, .aui .rhld-ghost-button.rhld-green-background a:hover, .aui .rhld-ghost-button.rhld-green-background a:focus {
        color: #a4d084; }
    .aui .rhld-ghost-button.rhld-lightgreen-background a {
      color: rgba(0, 55, 32, 0.2); }
      .aui .rhld-ghost-button.rhld-lightgreen-background a i, .aui .rhld-ghost-button.rhld-lightgreen-background a:hover, .aui .rhld-ghost-button.rhld-lightgreen-background a:focus {
        color: rgba(0, 55, 32, 0.2); }

html .btn-primary {
  color: white;
  background-color: #0099cc;
  border: 0.2rem solid #0099cc;
  border-radius: 50px; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fontawesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fontawesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fontawesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before, .aui .benutzerverwaltung .diposs-portlet-title i:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before, .aui .tarifrechner-hausrat .diposs-portlet-title i:before, .aui .tarifrechner-haftpflicht .diposs-portlet-title i:before, .aui .tarifrechner-unfall .diposs-portlet-title i:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.aui {
  /* Mobile */ }
  .aui .panel-primary {
    border-color: #a4d084; }
    .aui .panel-primary .panel-heading {
      background-color: #a4d084;
      border-color: #a4d084; }
    .aui .panel-primary .panel-title {
      font-size: 1em; }
  .aui .panel-header,
  .aui .panel-header-lg {
    cursor: default;
    display: flex;
    align-items: center;
    border-radius: 0px;
    margin-bottom: 0;
    margin-top: 2.25em; }
    .aui .panel-header .section-title,
    .aui .panel-header-lg .section-title {
      font-weight: 600;
      font-size: 1.13333em;
      color: black; }
  .aui .panel-header-lg {
    min-height: 5em;
    height: 5em; }
    .aui .panel-header-lg .section-title {
      font-size: 1em; }
  .aui .rhld-custom-panel5-header {
    background-color: #99d6eb; }
  .aui .visible-phone.panel-header {
    width: 8em;
    margin-right: 1em;
    vertical-align: middle;
    text-align: center;
    line-height: 3em; }
  .aui #_2_changeLogo {
    border: 1px solid #e5e5e5; }
    .aui #_2_changeLogo .modal-header {
      background-color: #e5e5e5; }
      .aui #_2_changeLogo .modal-header button.btn.close {
        color: #fff;
        font-size: 2em; }
      .aui #_2_changeLogo .modal-header h3 {
        color: #0099cc; }

.aui {
  /* Mobile */ }
  .aui .panel {
    border-radius: 0px; }
  .aui .panel-heading {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .aui .panel-body, .aui .tarif-body {
    padding: 1.5em 0 0;
    border-bottom: 1px solid #999999; }
    .aui .panel-body.no-border, .aui .tarif-body.no-border {
      border: none; }
  .aui .panel-content, .aui .panel-content-lg {
    min-height: 4em;
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    margin-bottom: 15px; }
    .aui .panel-content .section-title, .aui .panel-content-lg .section-title {
      font-weight: normal;
      font-size: 1em; }
    .aui .panel-content.left, .aui .panel-content-lg.left {
      justify-content: flex-start;
      padding-left: 10%; }
    .aui .panel-content select, .aui .panel-content-lg select {
      margin-left: .6em;
      margin-right: .6em; }
    .aui .panel-content select[size], .aui .panel-content-lg select[size] {
      height: 2.5em; }
    .aui .panel-content.rhld-custom-table, .aui .panel-content-lg.rhld-custom-table {
      background-color: #99d6eb; }
      .aui .panel-content.rhld-custom-table.vp-header, .aui .panel-content-lg.rhld-custom-table.vp-header {
        flex-direction: column;
        height: 6em; }
    .aui .panel-content.rhld-custom-table-selected, .aui .panel-content-lg.rhld-custom-table-selected {
      background-color: #dbebce; }
  .aui .panel-content-lg {
    min-height: 5em;
    height: 5em; }
    .aui .panel-content-lg .section-title {
      font-weight: normal;
      font-size: 1.333em; }
  .aui .panel-content-xlg {
    height: 6em; }
  .aui .visible-phone.panel-content {
    width: 8em;
    margin-right: 1em;
    vertical-align: middle;
    text-align: center;
    line-height: 3em; }

.aui .info-panel-header,
.aui .info-panel-header-sm,
.aui .info-panel-header-lg {
  min-height: 4em;
  height: 4em;
  display: flex;
  align-items: center;
  border-radius: 0px;
  margin-bottom: 15px;
  padding-left: 1em;
  padding-right: 1em; }
  .aui .info-panel-header .section-title,
  .aui .info-panel-header-sm .section-title,
  .aui .info-panel-header-lg .section-title {
    font-weight: normal;
    font-size: 1em; }
    .aui .info-panel-header .section-title.diposs-info-circle-16::after,
    .aui .info-panel-header-sm .section-title.diposs-info-circle-16::after,
    .aui .info-panel-header-lg .section-title.diposs-info-circle-16::after {
      padding-left: 5px;
      float: inline-end; }
    .aui .info-panel-header .section-title.diposs-calculator-16::after,
    .aui .info-panel-header-sm .section-title.diposs-calculator-16::after,
    .aui .info-panel-header-lg .section-title.diposs-calculator-16::after {
      padding-left: 5px; }
  .aui .info-panel-header.center,
  .aui .info-panel-header-sm.center,
  .aui .info-panel-header-lg.center {
    padding-left: 2%; }
.aui .info-panel-header-lg {
  min-height: 5em;
  height: 5em; }
.aui .info-panel-header-sm {
  min-height: 2.5em;
  height: 2.5em;
  background-color: #e3e4e5; }
  .aui .info-panel-header-sm.center {
    background-color: #e3e4e5;
    color: black; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fontawesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fontawesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fontawesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before, .aui .benutzerverwaltung .diposs-portlet-title i:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before, .aui .tarifrechner-hausrat .diposs-portlet-title i:before, .aui .tarifrechner-haftpflicht .diposs-portlet-title i:before, .aui .tarifrechner-unfall .diposs-portlet-title i:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

@font-face {
  font-family: "font-diposs";
  src: url("diposs/diposs-webfont.eot");
  src: url("diposs/diposs-webfont.eot?#iefix") format("embedded-opentype"), url("diposs/diposs-webfont.woff") format("woff"), url("diposs/diposs-webfont.ttf") format("truetype"), url("diposs/diposs-webfont.svg#font-diposs") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "font-diposs" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="diposs-"]:before,
[class*=" diposs-"]:before {
  /*font-family: "font-diposs" !important;*/
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.diposs-angaben-zum-objekt:before {
  content: "\e000"; }

.diposs-haus-nutzung:before {
  content: "\e001"; }

.diposs-hausrat-dach:before {
  content: "\e002"; }

.diposs-neue-berechnung:before {
  content: "\e003"; }

.diposs-hausrat-waende:before {
  content: "\e004"; }

.diposs-street-view:before {
  content: "\e009"; }

.diposs-briefcase:before {
  content: "\e00d"; }

.diposs-hund:before {
  content: "\e008"; }

.diposs-pferd:before {
  content: "\e00a"; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("#{facesContext.externalContext.requestContextPath}/css/material/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: url("#{facesContext.externalContext.requestContextPath}/css/material/MaterialIcons-Regular.woff2") format("woff2"), url("#{facesContext.externalContext.requestContextPath}/css/material/MaterialIcons-Regular.woff") format("woff"), url("#{facesContext.externalContext.requestContextPath}/css/material/MaterialIcons-Regular.ttf") format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54); }

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

.aui .breadcrumb li a {
  color: #0099cc; }
.aui .breadcrumb li span.divider {
  color: transparent;
  padding-right: 0px; }
  .aui .breadcrumb li span.divider::before {
    content: ">";
    color: black; }
.aui .lfr-hudcrumbs .breadcrumb {
  background: #0099cc; }
  .aui .lfr-hudcrumbs .breadcrumb li span.divider {
    color: #0099cc;
    padding-right: 0px;
    text-shadow: none; }
  .aui .lfr-hudcrumbs .breadcrumb li span.divider::before {
    content: ">";
    color: #FFF; }
.aui .rhld-breadcrumb {
  padding-left: 0; }
  .aui .rhld-breadcrumb .breadcrumb {
    margin: 0;
    background: #e5e5e5;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 15px; }
    .aui .rhld-breadcrumb .breadcrumb .active {
      color: black;
      font-weight: normal; }
    .aui .rhld-breadcrumb .breadcrumb li span.divider {
      color: black;
      font-weight: normal; }
      .aui .rhld-breadcrumb .breadcrumb li span.divider::before {
        content: ">";
        padding-right: 5px;
        color: black;
        font-weight: normal; }

.diposs-topper {
  position: relative; }

.aui {
  /* Portlet Drag Placeholder */ }
  .aui .portalmode .diposs-topper {
    display: none; }
  .aui .diposs-topper {
    margin-top: 5px;
    color: #FFF;
    background: #a4d084;
    padding: 0;
    border-radius: 0px; }
    .aui .diposs-topper .diposs-portlet-title {
      border-radius: 0px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .aui .diposs-topper .portlet-title {
      display: flex;
      justify-content: center;
      line-height: 150px;
      font-weight: normal;
      font-size: 1em;
      margin: 0; }
      .aui .diposs-topper .portlet-title .portlet-title-text {
        font-size: 2.333em;
        display: flex;
        max-width: 100%; }
    .aui .diposs-topper.standalone {
      margin-top: 0px;
      background: #FFF;
      margin-bottom: 20px; }
  .aui body.portal-popup {
    padding: 15px; }
  .aui.dialog-iframe-root-node {
    padding: 0; }
  .aui .yui3-dd-proxy h1 {
    font-size: 1em;
    line-height: 20px;
    color: #fff;
    border: 1px solid #0099cc;
    background-color: #0099cc;
    padding: 10px 20px;
    min-width: 185px; }
  .aui .modal {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #0099cc; }
    .aui .modal .modal-header {
      background-color: #0099cc;
      padding: 5px 15px; }
      .aui .modal .modal-header h3 {
        text-align: center;
        font-weight: normal;
        font-size: 1.4em;
        color: #fff; }
        .aui .modal .modal-header h3 i {
          margin-right: 3px; }
      .aui .modal .modal-header .toolbar-content button {
        text-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none;
        opacity: 1.0;
        font-size: 1.1em;
        padding-left: 1px; }
        .aui .modal .modal-header .toolbar-content button i {
          color: #0099cc;
          font-size: 1.2em; }
          .aui .modal .modal-header .toolbar-content button i.icon-stack-base {
            color: #fff;
            font-size: 2em; }
    .aui .modal.info-dialog {
      border: 1px solid #0099cc; }
      .aui .modal.info-dialog .modal-header {
        background-color: #0099cc; }
        .aui .modal.info-dialog .modal-header .toolbar-content button i {
          color: #0099cc; }
          .aui .modal.info-dialog .modal-header .toolbar-content button i.icon-stack-base {
            color: #fff; }
  .aui #content .columns-4 .portlet-title > span,
  .aui #content .columns-4 .portlet-title .fa.fa-fw,
  .aui #content .columns-25-25-50 .portlet-title > span,
  .aui #content .columns-25-25-50 .portlet-title .fa.fa-fw,
  .aui #content .columns-max .portlet-title > span,
  .aui #content .columns-max .portlet-title .fa.fa-fw {
    display: none; }
  .aui #content .columns-4 .portlet-title .diposs-portlet-title,
  .aui #content .columns-25-25-50 .portlet-title .diposs-portlet-title,
  .aui #content .columns-max .portlet-title .diposs-portlet-title {
    display: inline;
    font-size: 1.25em; }
  .aui #content .columns-4 .portlet-content,
  .aui #content .columns-25-25-50 .portlet-content {
    height: 198px;
    overflow-x: hidden;
    overflow-y: auto; }
  .aui #content .columns-4 .portlet-content {
    /* TODO: Inhalt der Dummy-Portlets entfernt - später löschen! */ }
    .aui #content .columns-4 .portlet-content .alert-info,
    .aui #content .columns-4 .portlet-content .lfr-meta-actions {
      display: none; }
  .aui #content .columns-25-25-50 .portlet .portlet-topper h1.portlet-title,
  .aui #content .columns-max .portlet .portlet-topper h1.portlet-title {
    padding-left: 33.33%;
    max-width: calc(66.66% - 54px); }
    .aui #content .columns-25-25-50 .portlet .portlet-topper h1.portlet-title span img,
    .aui #content .columns-max .portlet .portlet-topper h1.portlet-title span img {
      display: none; }
  .aui #content .columns-max menu.portlet-topper-toolbar a {
    font-size: 1.1em;
    background: none; }
    .aui #content .columns-max menu.portlet-topper-toolbar a .icon-stack {
      top: -3px; }
      .aui #content .columns-max menu.portlet-topper-toolbar a .icon-stack i {
        color: #0099cc;
        font-size: 1.2em; }
        .aui #content .columns-max menu.portlet-topper-toolbar a .icon-stack i.icon-stack-base {
          color: #fff;
          font-size: 2em; }
  .aui #content .columns-max .portlet-login menu.portlet-topper-toolbar a {
    display: none; }
  .aui #content .portlet-column-content.empty {
    padding: 0; }
  .aui #content .portlet {
    border: none;
    border-radius: 0px; }
    .aui #content .portlet .portlet-topper {
      background-color: #0099cc;
      border: 1px solid #0099cc;
      border-radius: 0px 0px 0 0; }
      .aui #content .portlet .portlet-topper .standalone {
        display: none; }
      .aui #content .portlet .portlet-topper h1.portlet-title {
        white-space: nowrap;
        font-size: 1em;
        font-weight: normal;
        text-align: left;
        color: #fff;
        margin: 0;
        padding-left: 10px;
        max-width: calc(100% - 64px); }
        .aui #content .portlet .portlet-topper h1.portlet-title span img {
          display: none; }
      .aui #content .portlet .portlet-topper .portlet-topper-toolbar {
        color: #fff;
        top: 7px; }
        .aui #content .portlet .portlet-topper .portlet-topper-toolbar a,
        .aui #content .portlet .portlet-topper .portlet-topper-toolbar a:hover,
        .aui #content .portlet .portlet-topper .portlet-topper-toolbar a:focus {
          color: inherit;
          cursor: pointer; }
      .aui #content .portlet .portlet-topper.standalone {
        margin-top: 0px;
        background: #FFF;
        margin-bottom: 20px; }
    .aui #content .portlet .portlet-content {
      border-top: none;
      border-radius: 0px 0px 0 0; }
      .aui #content .portlet .portlet-content.portlet-border-hidden {
        border: none; }
  .aui #content .login-container .portlet-login {
    height: 100%; }
  .aui #content .login-container .portlet {
    height: 100%;
    border: none;
    margin: 0 !important;
    background-color: transparent; }
    .aui #content .login-container .portlet .portlet-topper {
      display: none; }
    .aui #content .login-container .portlet .portlet-body > .alert-error {
      display: none; }
    .aui #content .login-container .portlet .form {
      height: calc(100% - 38px - 20px);
      position: relative;
      margin: 0; }
      .aui #content .login-container .portlet .form .alert-error {
        margin: 0 0 5px 0;
        padding: 0; }
      .aui #content .login-container .portlet .form .alert-info {
        margin: 0 0 5px 0; }
      .aui #content .login-container .portlet .form fieldset.end {
        float: right; }
        .aui #content .login-container .portlet .form fieldset.end .portlet-msg-error {
          padding-right: 0; }
      .aui #content .login-container .portlet .form fieldset:last-child {
        bottom: 0;
        position: absolute;
        right: 0; }
        .aui #content .login-container .portlet .form fieldset:last-child .button-holder {
          margin: 0; }
    .aui #content .login-container .portlet .navigation {
      background: transparent;
      border-top: 0;
      padding: 0;
      float: right;
      margin-bottom: 0.75em;
      margin-top: 0.5em;
      text-align: right;
      width: 100%; }
      .aui #content .login-container .portlet .navigation .taglib-icon img {
        display: none; }
      .aui #content .login-container .portlet .navigation .taglib-icon-list li {
        float: right;
        margin-right: 0;
        margin-left: 1em; }
      .aui #content .login-container .portlet .navigation a {
        color: #009ae5; }
    .aui #content .login-container .portlet .portlet-content {
      border: none;
      padding: 0px;
      height: 100%; }
      .aui #content .login-container .portlet .portlet-content .portlet-content-container {
        height: 100%; }
      .aui #content .login-container .portlet .portlet-content .portlet-body {
        height: 100%;
        padding: 0 0 0 1.25em; }
        .aui #content .login-container .portlet .portlet-content .portlet-body .input-text-wrapper {
          margin: 0; }
          .aui #content .login-container .portlet .portlet-content .portlet-body .input-text-wrapper input {
            background-color: transparent;
            float: right; }
          .aui #content .login-container .portlet .portlet-content .portlet-body .input-text-wrapper #_58_login {
            margin-bottom: 0.75em; }
          .aui #content .login-container .portlet .portlet-content .portlet-body .input-text-wrapper .control-label {
            float: left;
            font-size: 1rem;
            font-weight: 600; }
          .aui #content .login-container .portlet .portlet-content .portlet-body .input-text-wrapper .help-inline {
            display: none; }
        .aui #content .login-container .portlet .portlet-content .portlet-body .taglib-captcha {
          display: inline-block;
          margin: 1em 0;
          width: 100%; }
          .aui #content .login-container .portlet .portlet-content .portlet-body .taglib-captcha .captcha {
            display: inline-block;
            margin-bottom: 0; }
          .aui #content .login-container .portlet .portlet-content .portlet-body .taglib-captcha .refresh {
            vertical-align: middle; }
        .aui #content .login-container .portlet .portlet-content .portlet-body .login-link-container {
          text-align: left;
          margin: 5px 0 10px; }
          .aui #content .login-container .portlet .portlet-content .portlet-body .login-link-container .login-link {
            font-size: 0.8em;
            color: #fff;
            margin-right: 25px; }
  .aui .portlet-topper-hidden {
    display: none; }
  .aui .diposs-portlet .portlet-content {
    padding: 12px 20px 10px; }
  .aui .diposs-portlet .portlet-content,
  .aui .diposs-portlet .portlet-minimized .portlet-content-container {
    padding: 0; }
  .aui .diposs-portlet .portlet-topper {
    background: #0099cc;
    color: #FFF;
    padding: 0; }
    .aui .diposs-portlet .portlet-topper .portlet-title {
      font-size: 1em;
      font-weight: normal;
      line-height: 2.2;
      margin: 0; }
      .aui .diposs-portlet .portlet-topper .portlet-title i, .aui .diposs-portlet .portlet-topper .portlet-title span img {
        display: none; }
    .aui .diposs-portlet .portlet-topper .portlet-topper-toolbar {
      font-size: 0.8em;
      padding: 0;
      right: 10px;
      top: 50%; }
    .aui .diposs-portlet .portlet-topper.ptvisible {
      display: block; }
  .aui .diposs-portlet .diposs-portlet-title {
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .aui .diposs-portlet li {
    line-height: 22px; }

.js .controls-hidden .portlet-topper-toolbar {
  display: block; }

::-webkit-input-placeholder, :-moz-placeholder,
::-moz-placeholder, :-ms-input-placeholder {
  font-size: 0.75rem; }

.aui #content #portlet_1_WAR_notificationsportlet {
  margin-bottom: 0; }
  .aui #content #portlet_1_WAR_notificationsportlet .portlet-content.portlet-border-hidden {
    padding: 0; }

.aui #content #main-content.col-w-float-panel .portlet-boundary_56_ .portlet-borderless-container {
  background-color: transparent; }

.aui #content #main-content.col-w-float-panel .portlet-boundary_56_ .portlet-body {
  padding-left: 0;
  padding-right: 0; }

.aui #content #main-content.col-w-float-panel #float-panel {
  position: fixed;
  right: 0px;
  max-width: 220px;
  top: 140px;
  z-index: 300; }

#blockGuiPanelMask {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5); }
  #blockGuiPanelMask .blockGuiLoading {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 3px 3px 5px #888888; }
    #blockGuiPanelMask .blockGuiLoading .blockGuiLoadingImage {
      width: 16px;
      height: 16px;
      border: none;
      margin-right: 5px; }
  #blockGuiPanelMask .diposs-spinner {
    display: none; }

/*************************************
************ Tarifrechner ************
*************************************/
.tariffcalculator {
  font-size: 1em; }
  .tariffcalculator select {
    margin-bottom: 0px; }
  .tariffcalculator .tarif-button-panel .section-title {
    cursor: pointer; }
  .tariffcalculator a.section-title {
    cursor: pointer;
    color: white; }
  .tariffcalculator .beitragdetails-zahlweisebrutto .info-panel-header .section-title,
  .tariffcalculator .beitragdetails-zahlweisebrutto .panel-content .section-title {
    font-weight: bold; }
  .tariffcalculator .beitragdetails-zahlweisebrutto .panel-content.left.rhld-custom-panel3-header span {
    font-weight: normal; }

.aui.ios .tariffcalculator input,
.aui.ios .tariffcalculator input.input-large,
.aui.ios .tariffcalculator textarea,
.aui.ios .tariffcalculator .uneditable-input {
  max-width: 100% !important; }

div.control-group > a > i {
  cursor: pointer; }

/* Tarifrechner Minimized */
.tarifrechner-haftpflicht.portlet-minimized,
.tarifrechner-hausrat.portlet-minimized,
.tarifrechner-unfall.portlet-minimized,
.tarifrechner-wohngebaeude.portlet-minimized,
.tarifrechner-kfz.portlet-minimized,
.tarifrechner-flottesmart.portlet-minimized,
.tarifrechner-gebaeudekompakt.portlet-minimized,
.tarifrechner-gwkompakt.portlet-minimized,
.guidaten.portlet-minimized {
  display: none; }

.aui .vp-name, .aui .vp-data {
  text-align: center;
  margin: 0.3em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

/*0 6px 12px rgba(0,0,0,0.175);*/
.aui #maintenance-message {
  z-index: 311;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: 650px;
  cursor: pointer;
  width: 100%; }
.aui .debug-text {
  display: none; }
.aui #navigation > ul {
  padding: 30px 0 20px;
  /* TODO: Alternative für IE < 11 einbauen */
  display: flex;
  justify-content: space-between; }
  .aui #navigation > ul > li {
    position: static; }
    .aui #navigation > ul > li a.active {
      font-weight: bold; }
.aui #navigation,
.aui #user-navigation {
  clear: both; }
  .aui #navigation li,
  .aui #user-navigation li {
    list-style: none; }
    .aui #navigation li a,
    .aui #user-navigation li a {
      color: white;
      outline: none; }
    .aui #navigation li a:hover,
    .aui #navigation li a:focus,
    .aui #user-navigation li a:hover,
    .aui #user-navigation li a:focus {
      color: #99d6eb;
      text-decoration: none; }
  .aui #navigation > ul,
  .aui #user-navigation > ul {
    margin: 0; }
    .aui #navigation > ul > li,
    .aui #user-navigation > ul > li {
      display: inline-block;
      cursor: pointer;
      color: #fff;
      height: 23px; }
      .aui #navigation > ul > li:last-child,
      .aui #user-navigation > ul > li:last-child {
        text-align: right; }
      .aui #navigation > ul > li > a > span,
      .aui #user-navigation > ul > li > a > span {
        text-transform: uppercase;
        white-space: nowrap; }
        .aui #navigation > ul > li > a > span::after,
        .aui #user-navigation > ul > li > a > span::after {
          /* Platz reservieren, damit Fettdruck beim aktiven
          	Menüpunkt die anderen Einträge nicht verschiebt */
          display: block;
          content: attr(title);
          font-weight: bold;
          height: 1px;
          color: transparent;
          overflow: hidden;
          visibility: hidden; }
      .aui #navigation > ul > li.open-click ul.child-menu,
      .aui #user-navigation > ul > li.open-click ul.child-menu {
        display: block; }
      .aui #navigation > ul > li.open-click > a,
      .aui #user-navigation > ul > li.open-click > a {
        font-weight: bold;
        color: white; }
      .aui #navigation > ul > li ul.child-menu,
      .aui #user-navigation > ul > li ul.child-menu {
        display: none;
        cursor: default;
        position: absolute;
        left: 0;
        text-align: left;
        margin: 0 0 0 -1px;
        z-index: 99999; }
        .aui #navigation > ul > li ul.child-menu.mega-menu,
        .aui #user-navigation > ul > li ul.child-menu.mega-menu {
          left: 0;
          right: 0;
          margin: 0;
          top: 0px;
          background-color: #e5f4f9;
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06); }
          .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container,
          .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 25px 10px;
            display: flex;
            justify-content: space-between; }
            .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-column,
            .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-column {
              margin-right: 25px; }
              .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-column .menu-category,
              .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-column .menu-category {
                width: auto;
                max-width: 260px; }
            .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box,
            .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box {
              text-align: center;
              box-shadow: none;
              min-height: 130px;
              border-radius: .3rem;
              border: 1px solid #0099cc; }
              .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box .menu-category-header,
              .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box .menu-category-header {
                cursor: pointer; }
                .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box .menu-category-header > .icon,
                .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box .menu-category-header > .icon {
                  height: 45px; }
                .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box .menu-category-header > .image-embed-item,
                .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box .menu-category-header > .image-embed-item {
                  width: auto;
                  height: 68px; }
                .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box .menu-category-header:hover, .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box .menu-category-header:hover .menu-category-title,
                .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box .menu-category-header:hover,
                .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box .menu-category-header:hover .menu-category-title {
                  color: black; }
                .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box .menu-category-header .menu-category-title,
                .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box .menu-category-header .menu-category-title {
                  margin-bottom: 0;
                  color: black;
                  padding: 2px;
                  word-break: break-word; }
              .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children,
              .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children {
                text-align: left;
                margin-top: 0px;
                max-height: 0px;
                transition: max-height 1s cubic-bezier(0, 1, 0, 1);
                opacity: 0;
                visibility: hidden;
                /*Temporär*/ }
                .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item,
                .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item {
                  border-radius: .3rem; }
                .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item + li.nav-child-item,
                .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item + li.nav-child-item {
                  margin-top: 2px; }
                .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item > a,
                .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item > a {
                  padding: 8px 15px;
                  margin-left: 5px;
                  cursor: pointer;
                  box-sizing: border-box;
                  width: 100%; }
                  .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item > a:hover, .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item > a:active, .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item > a:focus,
                  .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item > a:hover,
                  .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item > a:active,
                  .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item > a:focus {
                    background-color: #f2f2f2;
                    text-decoration: none;
                    border-radius: 4px; }
                .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item.disabled > a,
                .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children > li.nav-child-item.disabled > a {
                  color: #999;
                  background-color: rgba(255, 255, 255, 0.6);
                  cursor: not-allowed; }
              .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children.expanded,
              .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box ul.menu-category-children.expanded {
                max-height: calc(45vh);
                opacity: 1;
                transition: max-height 0.5s ease-out, opacity 0.2s linear 0.1s;
                visibility: visible;
                position: relative;
                width: 100%;
                box-sizing: border-box;
                margin-top: 5px;
                padding-top: 10px;
                border-top: rgba(0, 0, 0, 0.175) 1px solid;
                background-color: #fff;
                border-bottom-left-radius: .3rem;
                border-bottom-right-radius: .3rem;
                overflow-y: auto;
                overflow-x: hidden; }
              .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box:hover,
              .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container .menu-category.box:hover {
                background-color: #006ab30a; }
        .aui #navigation > ul > li ul.child-menu.open-left,
        .aui #user-navigation > ul > li ul.child-menu.open-left {
          right: 0;
          left: auto; }
        .aui #navigation > ul > li ul.child-menu .divider,
        .aui #user-navigation > ul > li ul.child-menu .divider {
          max-width: 1140px;
          margin: 0 auto; }
        .aui #navigation > ul > li ul.child-menu .child-menu-title,
        .aui #user-navigation > ul > li ul.child-menu .child-menu-title {
          position: relative;
          color: black;
          max-width: 1140px;
          margin: 0 auto; }
          .aui #navigation > ul > li ul.child-menu .child-menu-title > h3,
          .aui #user-navigation > ul > li ul.child-menu .child-menu-title > h3 {
            margin: 0;
            position: relative;
            font-size: 1em;
            font-weight: normal;
            text-transform: uppercase;
            background-color: whitesmoke; }
        .aui #navigation > ul > li ul.child-menu.has-container-title .child-menu-container,
        .aui #user-navigation > ul > li ul.child-menu.has-container-title .child-menu-container {
          padding: 5px 10px 25px 10px; }
        .aui #navigation > ul > li ul.child-menu .child-menu-container,
        .aui #user-navigation > ul > li ul.child-menu .child-menu-container {
          margin: 0;
          padding: 5px 10px; }
          .aui #navigation > ul > li ul.child-menu .child-menu-container .menu-column,
          .aui #user-navigation > ul > li ul.child-menu .child-menu-container .menu-column {
            display: inline-block;
            vertical-align: top;
            margin-right: 10px; }
            .aui #navigation > ul > li ul.child-menu .child-menu-container .menu-column:last-child,
            .aui #user-navigation > ul > li ul.child-menu .child-menu-container .menu-column:last-child {
              margin-right: 0;
              border-right: none; }
            .aui #navigation > ul > li ul.child-menu .child-menu-container .menu-column .menu-category,
            .aui #user-navigation > ul > li ul.child-menu .child-menu-container .menu-column .menu-category {
              width: 260px;
              margin-bottom: 30px; }
              .aui #navigation > ul > li ul.child-menu .child-menu-container .menu-column .menu-category:last-child,
              .aui #user-navigation > ul > li ul.child-menu .child-menu-container .menu-column .menu-category:last-child {
                margin-bottom: 0; }
              .aui #navigation > ul > li ul.child-menu .child-menu-container .menu-column .menu-category .menu-category-title,
              .aui #user-navigation > ul > li ul.child-menu .child-menu-container .menu-column .menu-category .menu-category-title {
                color: black;
                font-family: "KlavikaWebBasic", "Open Sans", sans-serif;
                font-size: 1.2em;
                margin-bottom: 20px;
                display: block; }
          .aui #navigation > ul > li ul.child-menu .child-menu-container .menu-category,
          .aui #user-navigation > ul > li ul.child-menu .child-menu-container .menu-category {
            width: 260px;
            margin-bottom: 30px; }
            .aui #navigation > ul > li ul.child-menu .child-menu-container .menu-category .menu-category-title,
            .aui #user-navigation > ul > li ul.child-menu .child-menu-container .menu-category .menu-category-title {
              color: black;
              font-family: "KlavikaWebBasic", "Open Sans", sans-serif;
              font-size: 1.2em;
              margin-bottom: 20px;
              display: block; }
          .aui #navigation > ul > li ul.child-menu .child-menu-container li,
          .aui #user-navigation > ul > li ul.child-menu .child-menu-container li {
            white-space: nowrap; }
            .aui #navigation > ul > li ul.child-menu .child-menu-container li > a,
            .aui #user-navigation > ul > li ul.child-menu .child-menu-container li > a {
              display: inline-block;
              cursor: pointer;
              max-width: 260px;
              color: #999999;
              overflow: hidden;
              white-space: normal;
              text-overflow: ellipsis; }
            .aui #navigation > ul > li ul.child-menu .child-menu-container li > a:hover, .aui #navigation > ul > li ul.child-menu .child-menu-container li > a:focus,
            .aui #user-navigation > ul > li ul.child-menu .child-menu-container li > a:hover,
            .aui #user-navigation > ul > li ul.child-menu .child-menu-container li > a:focus {
              color: #999999;
              text-decoration: none; }
        .aui #navigation > ul > li ul.child-menu .menu-category ul,
        .aui #user-navigation > ul > li ul.child-menu .menu-category ul {
          margin-left: 0; }
  .aui #navigation .delete-tab,
  .aui #user-navigation .delete-tab {
    display: none; }
.aui #user-navigation > ul > li {
  height: 40px; }
  .aui #user-navigation > ul > li > a .user-portrait {
    max-width: 25px;
    max-height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .aui #user-navigation > ul > li > a > span {
    display: inline-block;
    white-space: normal;
    height: 23px;
    width: 65px;
    margin-left: 35px;
    padding: 0; }
  .aui #user-navigation > ul > li > a .nav-user-name {
    margin-top: -3px; }
    .aui #user-navigation > ul > li > a .nav-user-name span {
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 65px;
      margin-left: 35px;
      line-height: 16px; }
  .aui #user-navigation > ul > li ul.child-menu {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
    display: block;
    overflow: hidden;
    width: 0;
    height: 0; }
    .aui #user-navigation > ul > li ul.child-menu.open-left {
      right: 0;
      left: auto;
      top: 118px; }
    .aui #user-navigation > ul > li ul.child-menu .child-menu-container {
      background-color: #fff;
      border: none;
      padding: 5px 10px 20px; }
      .aui #user-navigation > ul > li ul.child-menu .child-menu-container .menu-column {
        border-right: 1px solid #999999;
        padding-left: 10px; }
      .aui #user-navigation > ul > li ul.child-menu .child-menu-container li > a {
        color: #212121; }
        .aui #user-navigation > ul > li ul.child-menu .child-menu-container li > a:hover {
          color: #212121;
          text-decoration: underline; }
      .aui #user-navigation > ul > li ul.child-menu .child-menu-container .user-navigation-header {
        padding-left: 10px; }
        .aui #user-navigation > ul > li ul.child-menu .child-menu-container .user-navigation-header .avatar:hover {
          background-color: rgba(153, 153, 153, 0.35); }
        .aui #user-navigation > ul > li ul.child-menu .child-menu-container .user-navigation-header .user-portrait {
          margin: 5px 5px 10px 0; }
          .aui #user-navigation > ul > li ul.child-menu .child-menu-container .user-navigation-header .user-portrait .taglib-logo-selector {
            text-align: left; }
          .aui #user-navigation > ul > li ul.child-menu .child-menu-container .user-navigation-header .user-portrait .lfr-change-logo {
            background: none;
            margin-bottom: 0;
            display: inline-block; }
        .aui #user-navigation > ul > li ul.child-menu .child-menu-container .user-navigation-header .user-name {
          color: #999999;
          font-size: 1.3em;
          display: block;
          margin-bottom: 40px; }
.aui #user-navigation .sign-out {
  float: right;
  font-weight: 600;
  font-size: 1.2em; }
.aui .modify-pages .lfr-nav-sortable > a > span {
  padding-left: 0; }
.aui .portlet-nav {
  margin-top: 50px;
  padding-left: calc(50% - 20px); }
  .aui .portlet-nav .portlet-nav-item {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    margin-bottom: 10px;
    background: gray;
    line-height: 40px;
    cursor: pointer;
    color: #fff !important; }
  .aui .portlet-nav .portlet-nav-item a, .aui .portlet-nav .portlet-nav-item a:visited, .aui .portlet-nav .portlet-nav-item a:hover {
    text-decoration: none !important;
    color: #fff !important; }
  .aui .portlet-nav .active {
    cursor: default;
    text-decoration: none !important;
    background: #a4d084; }

/* Portlet Navigation */
.aui {
  /* mehr als 4 Tarifrechner */ }
  .aui .diposs-portlet-navigation a:hover,
  .aui .diposs-loadsave-navigation a:hover {
    color: white;
    text-decoration: none; }
  .aui .diposs-portlet-navigation, .aui .diposs-portlet-navigation a,
  .aui .diposs-loadsave-navigation, .aui .diposs-loadsave-navigation a,
  .aui .diposs-dialog-navigation, .aui .diposs-dialog-navigation a {
    color: #0099cc; }
  .aui .diposs-portlet-navigation ul,
  .aui .diposs-loadsave-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .aui .diposs-portlet-navigation li {
    margin-right: .25em;
    line-height: 1.4em;
    display: flex;
    float: left;
    padding: 1.5em;
    max-width: 25%;
    background-color: #b1b3b4; }
  .aui .diposs-portlet-navigation li:last-child {
    padding-bottom: 16px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px; }
    .aui .diposs-portlet-navigation li:last-child:hover .diposs-add {
      color: #fff; }
  .aui .diposs-portlet-navigation li a {
    flex: 1 1 auto;
    height: 100%;
    max-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .aui .diposs-portlet-navigation li a.diposs-edit,
  .aui .diposs-portlet-navigation li a.diposs-close {
    flex: none;
    position: relative;
    top: -20px;
    right: -15px; }
  .aui .diposs-portlet-navigation li a.diposs-edit:hover,
  .aui .diposs-portlet-navigation li a.diposs-close:hover,
  .aui .diposs-portlet-navigation li a.diposs-add:hover,
  .aui .diposs-portlet-navigation li a.diposs-edit:focus,
  .aui .diposs-portlet-navigation li a.diposs-close:focus,
  .aui .diposs-portlet-navigation li a.diposs-add:focus {
    text-decoration: none; }
  .aui .diposs-portlet-navigation li.diposs-active {
    background-color: #e5e5e5;
    max-width: 25%; }
  .aui .diposs-portlet-navigation li.diposs-inactive a {
    color: white; }
  .aui .diposs-portlet-navigation li.diposs-active a {
    font-size: 1.2em;
    color: #0099cc;
    padding-bottom: 4px; }
  .aui .diposs-portlet-navigation li:last-child {
    margin-right: 0; }
  .aui .diposs-loadsave-navigation, .aui .diposs-dialog-navigation {
    background-color: #e5e5e5; }
  .aui .diposs-loadsave-navigation li {
    padding: 1.25em 1em;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(6),
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(6) ~ li {
    width: 10em; }
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(7),
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(7) ~ li {
    width: 8em; }
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(8),
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(8) ~ li {
    width: 6em; }
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(9),
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(9) ~ li {
    width: 4em; }
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(10),
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(10) ~ li {
    width: 3em; }
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(11),
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(11) ~ li {
    width: 3em; }
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(12),
  .aui .diposs-portlet-navigation li:first-child:nth-last-child(12) ~ li {
    width: 2em; }
  .aui .diposs-loadsave-navigation li a.diposs-load:hover,
  .aui .diposs-loadsave-navigation li a.diposs-save:hover,
  .aui .diposs-loadsave-navigation li a.diposs-new:hover {
    text-decoration: none; }
  .aui .diposs-loadsave-navigation li a::before {
    font-family: Material Icons !important;
    font-size: 24px;
    margin-right: .2em;
    vertical-align: top; }
  .aui .diposs-portlet-navigation::after,
  .aui .diposs-loadsave-navigation::after,
  .aui .diposs-dialog-navigation::after {
    clear: both;
    content: '';
    display: table; }
  .aui input.diposs-edit {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
    border: none; }
  .aui .diposs-dialog-navigation {
    margin: 0; }
    .aui .diposs-dialog-navigation li {
      padding: 1em 0 1em 0;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .aui .diposs-dialog-navigation li a:hover {
        color: #fff; }
      .aui .diposs-dialog-navigation li a::before {
        font-family: Material Icons !important;
        font-size: 24px;
        margin-right: .6em;
        vertical-align: top;
        margin-left: .6em; }

/*end AUI*/
@media (max-width: 599px) {
  .aui .application-body .diposs-loadsave-navigation:not(.menuslider-items),
  .aui .application-body .diposs-portlet-navigation:not(.menuslider-items) {
    display: none; }
  .aui .diposs-portlet-navigation li a {
    max-height: 47px; }
  .aui .diposs-portlet-navigation li a.diposs-close {
    margin: 0 0 0 10px;
    padding: 0;
    top: auto;
    right: auto; }
  .aui .diposs-portlet-navigation {
    font-size: 2em; }
    .aui .diposs-portlet-navigation li.diposs-active,
    .aui .diposs-portlet-navigation li.diposs-inactive {
      padding: 5px !important;
      max-width: 22% !important;
      margin-right: 1.6%; }
      .aui .diposs-portlet-navigation li.diposs-active a,
      .aui .diposs-portlet-navigation li.diposs-inactive a {
        min-width: 20px;
        padding: 0 10px; }
      .aui .diposs-portlet-navigation li.diposs-active a.diposs-close,
      .aui .diposs-portlet-navigation li.diposs-inactive a.diposs-close {
        margin: 0 0 0 10px;
        padding: 0;
        top: auto;
        right: auto; }
    .aui .diposs-portlet-navigation li a.diposs-add {
      font-size: 1.5em;
      margin-right: 0; } }
.aui .benutzerverwaltung-content-container {
  box-sizing: border-box;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding: 0 1.25em 1.25em; }
  .aui .benutzerverwaltung-content-container .portlet-button {
    margin-bottom: 4px; }

.benutzerverwaltung a i,
#bv_persoenlichechedaten a i,
#bv_kommunikationsdaten a i,
#bv_passwort a i {
  display: inline-block;
  text-decoration: none; }
.benutzerverwaltung .row-fluid,
#bv_persoenlichechedaten .row-fluid,
#bv_kommunikationsdaten .row-fluid,
#bv_passwort .row-fluid {
  clear: both; }
.benutzerverwaltung .org-einheit-header,
#bv_persoenlichechedaten .org-einheit-header,
#bv_kommunikationsdaten .org-einheit-header,
#bv_passwort .org-einheit-header {
  padding: 16px 8px;
  background-color: #f9f9f9; }
.benutzerverwaltung .org-einheit-content,
#bv_persoenlichechedaten .org-einheit-content,
#bv_kommunikationsdaten .org-einheit-content,
#bv_passwort .org-einheit-content {
  background-color: #fefefe; }

.benutzerverwaltung .menuslider_bv {
  margin-bottom: -16px; }

.slidingCmd {
  color: #009AE5;
  cursor: pointer; }

.slidingCmd::after {
  font-family: FontAwesome;
  content: "\f107";
  /*fa-angle-down*/
  font-size: 1.33333333em;
  line-height: .75em; }

.slidingContent {
  display: none; }

.rhld-table {
  font-size: 1em; }
  .rhld-table a.rhld-table-row {
    color: black; }
  .rhld-table .rhld-table-col {
    position: relative; }
  .rhld-table .rhld-table-col-content {
    position: relative;
    padding-left: 30px; }
  .rhld-table .rhld-table-col-icon {
    position: absolute;
    top: 3px;
    left: 0; }

.dialogMask {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 999;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); }

.dialogContainer {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 0px;
  min-width: 350px;
  max-width: 500px;
  box-shadow: 3px 3px 5px #888888; }

.dialogHeader {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 10px 15px;
  min-height: 2em; }
  .dialogHeader .section-title {
    font-size: 1.33333em; }

.dialogContent {
  margin: 5px 5px 0;
  overflow-y: auto;
  max-height: 250px;
  text-align: left;
  padding: 5px 10px; }

.dialogFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px 5px;
  border-top: 1px solid; }

.dialogCard {
  margin: 20px 0;
  padding: 10px;
  max-width: 500px;
  background-color: #ebebeb;
  box-shadow: 5px 5px 5px #545454; }

.diposs-dialog-header {
  color: black;
  background-color: #e5e5e5; }

.aui .modal .modal-header .toolbar-content button {
  font-size: 3em;
  margin-top: 0;
  color: #fff; }

.aui .jstooltip {
  position: relative;
  display: inline-block; }
.aui .jstooltip:hover .jstooltiptext {
  visibility: visible;
  opacity: 1; }
.aui .jstooltip .jstooltiptext {
  visibility: hidden;
  background-color: #616161;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
  font-size: 0.8em;
  line-height: 1.4em; }
.aui .jstooltip .jstooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #616161 transparent transparent transparent; }

.tooltip-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

html .tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: black;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  bottom: 20px; }
html .tooltip-help .tooltip-inner {
  color: #fff;
  background-color: #616161;
  border: 1px solid #616161;
  max-width: 400px;
  overflow-wrap: break-word;
  text-align: left;
  word-wrap: break-word; }
html .tooltip-help.top .tooltip-arrow {
  bottom: 20px;
  border-top-color: #616161; }
html .tooltip.top {
  padding: 5px 0; }

.aui .wizard-block {
  display: flex;
  flex-direction: row;
  place-content: center space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px; }
.aui .wizard-line-curr, .aui .wizard-line-active, .aui .wizard-line-inactive {
  height: 52px;
  color: #000;
  display: flex;
  align-items: center;
  font-family: "KlavikaWebBasic", "Open Sans", sans-serif;
  font-size: inherit;
  font-weight: 500; }
.aui .wizard-line-inactive {
  color: rgba(0, 0, 0, 0.26); }
.aui .wizard-line-connect {
  display: block;
  border-color: #bdbdbd;
  border-top-style: solid;
  border-top-width: 1px; }
.aui .wizard-line-prespan {
  padding-right: 0px; }
.aui .wizard-line-vb {
  display: block;
  height: 25px;
  width: 25px;
  user-select: none;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  font-size: 30px; }
  .aui .wizard-line-vb.curr {
    color: #0099cc;
    fill: #0099cc; }
  .aui .wizard-line-vb.active {
    color: #a4d084;
    fill: #a4d084; }
  .aui .wizard-line-vb.inactive {
    color: #999999;
    fill: #999999; }
.aui .div-flex-zero {
  flex: 0 0 auto; }
.aui .div-flex-one {
  flex: 1 1 auto; }

/* End .aui*/
.aui .standalone {
  /*
  .accordeon-header-container.stickit .ihrTarifHeaderPanel {
      display: block;
  }*/ }
  .aui .standalone .ihrTarifHeaderPanel {
    display: none;
    position: fixed;
    right: 10px;
    top: calc(0px + 10px);
    width: 170px;
    padding: 5px;
    z-index: 10; }
    .aui .standalone .ihrTarifHeaderPanel .tarifInfo {
      padding: 5px 10px;
      margin-bottom: 15px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-width: 150px;
      font-size: 16px; }
      .aui .standalone .ihrTarifHeaderPanel .tarifInfo.tarifInfoZahlweise {
        font-weight: 700;
        height: 65px;
        font-family: "KlavikaWebBasic", "Open Sans", sans-serif;
        background-color: #fafafa;
        color: #0099cc; }

@media (min-width: 1600px) {
  .aui .standalone .accordeon-header-container.stickit .ihrTarifHeaderPanel {
    display: block;
    right: 10px;
    top: calc(0px);
    background-color: #fafafa;
    padding-top: 0; }
    .aui .standalone .accordeon-header-container.stickit .ihrTarifHeaderPanel .tarifInfo.tarifInfoZahlweise {
      height: 65px; } }
@media (max-width: 1500px) {
  .aui .standalone .aui .accordeon-header-container.stickit .accordeonpanel-title {
    display: none; }
  .aui .standalone .aui .accordeon-header-container.stickit .accordeonpanel-header {
    padding-top: 7px;
    padding-bottom: 7px; }
  .aui .standalone .accordeon-header-container.stickit .ihrTarifHeaderPanel {
    display: inline-flex;
    position: relative;
    top: unset;
    right: unset;
    left: 8%; }
    .aui .standalone .accordeon-header-container.stickit .ihrTarifHeaderPanel .tarifInfo {
      padding: 5px 10px;
      margin-bottom: 0;
      margin-right: 15px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .aui .standalone .accordeon-header-container.stickit .ihrTarifHeaderPanel .tarifInfo.tarifInfoZahlweise {
        height: 40px; } }
@media (max-width: 1024px) {
  .aui .standalone .accordeon-header-container.stickit .ihrTarifHeaderPanel {
    position: relative;
    left: 5%; } }
@media (max-width: 767px) {
  .aui .standalone .accordeon-header-container.stickit .ihrTarifHeaderPanel {
    position: relative;
    left: 10%; }
    .aui .standalone .accordeon-header-container.stickit .ihrTarifHeaderPanel .tarifInfo.rhld-custom-panel3-header, .aui .standalone .accordeon-header-container.stickit .ihrTarifHeaderPanel .tarifInfo.tarifInfoZahlweise {
      display: none; }

  .aui .standalone .ihrTarifHeaderPanel .tarifInfo {
    min-width: 135px; }

  .aui .accordeonpanel-header {
    padding-left: 0px;
    padding-right: 0px; } }
/*-------- AUI ------*/
.aui {
  font-family: "KlavikaWebBasic", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: black;
  /* Hindergrundfarben */
  /* Erfolgs- und Fehlermeldungen*/ }
  .aui li {
    line-height: 22px; }
  .aui label {
    font-size: 1em; }
  .aui body {
    font-family: "KlavikaWebBasic", "Open Sans", sans-serif;
    font-size: 16px;
    color: black; }
  .aui a {
    color: #009ae5; }
  .aui .tous img {
    height: 40px; }
  .aui a:hover,
  .aui a:focus {
    color: #009ae5;
    text-decoration: none; }
  .aui input[type="color"],
  .aui input[type="date"],
  .aui input[type="datetime"],
  .aui input[type="datetime-local"],
  .aui input[type="email"],
  .aui input[type="month"],
  .aui input[type="number"],
  .aui input[type="password"],
  .aui input[type="search"],
  .aui input[type="tel"],
  .aui input[type="text"],
  .aui input[type="time"],
  .aui input[type="url"],
  .aui input[type="week"],
  .aui select,
  .aui textarea,
  .aui .input-prepend .add-on,
  .aui .navbar-search .search-query,
  .aui .uneditable-input,
  .aui .select2-selection--single {
    font-size: 16px;
    line-height: 22px;
    border-color: #bdbdbd;
    font-family: "KlavikaWebBasic", "Open Sans", sans-serif; }
    .aui input[type="color"]:focus,
    .aui input[type="date"]:focus,
    .aui input[type="datetime"]:focus,
    .aui input[type="datetime-local"]:focus,
    .aui input[type="email"]:focus,
    .aui input[type="month"]:focus,
    .aui input[type="number"]:focus,
    .aui input[type="password"]:focus,
    .aui input[type="search"]:focus,
    .aui input[type="tel"]:focus,
    .aui input[type="text"]:focus,
    .aui input[type="time"]:focus,
    .aui input[type="url"]:focus,
    .aui input[type="week"]:focus,
    .aui select:focus,
    .aui textarea:focus,
    .aui .input-prepend .add-on:focus,
    .aui .navbar-search .search-query:focus,
    .aui .uneditable-input:focus,
    .aui .select2-selection--single:focus {
      border-color: #0099cc;
      outline: 1px auto #0099cc;
      outline-offset: 0px; }
    .aui input[type="color"]:disabled,
    .aui input[type="date"]:disabled,
    .aui input[type="datetime"]:disabled,
    .aui input[type="datetime-local"]:disabled,
    .aui input[type="email"]:disabled,
    .aui input[type="month"]:disabled,
    .aui input[type="number"]:disabled,
    .aui input[type="password"]:disabled,
    .aui input[type="search"]:disabled,
    .aui input[type="tel"]:disabled,
    .aui input[type="text"]:disabled,
    .aui input[type="time"]:disabled,
    .aui input[type="url"]:disabled,
    .aui input[type="week"]:disabled,
    .aui select:disabled,
    .aui textarea:disabled,
    .aui .input-prepend .add-on:disabled,
    .aui .navbar-search .search-query:disabled,
    .aui .uneditable-input:disabled,
    .aui .select2-selection--single:disabled {
      border-color: #e0e0e0;
      color: #616161; }
  .aui .select2-search__field {
    border: 1px solid !important; }
  .aui .btn {
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    outline: none; }
    .aui .btn:focus {
      outline: none; }
  .aui #wrapper {
    position: relative;
    background: #fafafa;
    padding: 0;
    max-width: 100%;
    margin: auto; }
    .aui #wrapper #navigationbanner {
      background-color: #0099cc;
      position: fixed;
      width: 100%;
      top: 0px;
      z-index: 310;
      max-width: 100%;
      box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06); }
      .aui #wrapper #navigationbanner.banner-threshold #header-content .user-menu-container {
        float: right;
        position: relative;
        top: 30px;
        width: 40px;
        height: 40px;
        vertical-align: bottom; }
      .aui #wrapper #navigationbanner #header-content {
        max-width: 1140px;
        margin: 0 auto;
        padding-top: 0px; }
        .aui #wrapper #navigationbanner #header-content h1.site-title {
          margin: 0;
          font-size: 1.5em;
          font-weight: normal;
          display: inline-block;
          padding: 1.25em 0em 0em 0em; }
          .aui #wrapper #navigationbanner #header-content h1.site-title a {
            height: 45px;
            text-decoration: none;
            color: #fff; }
            .aui #wrapper #navigationbanner #header-content h1.site-title a .nav-logo {
              height: 45px;
              width: 45px; }
            .aui #wrapper #navigationbanner #header-content h1.site-title a .site-title-text {
              margin-left: 5px; }
            .aui #wrapper #navigationbanner #header-content h1.site-title a:hover, .aui #wrapper #navigationbanner #header-content h1.site-title a:focus {
              text-decoration: none;
              color: #fff; }
        .aui #wrapper #navigationbanner #header-content .user-menu-container {
          float: right;
          position: relative;
          top: 30px;
          width: 40px;
          height: 40px;
          vertical-align: bottom; }
        .aui #wrapper #navigationbanner #header-content .navigation-toggler {
          display: none;
          float: right;
          position: relative;
          width: 40px;
          height: 40px;
          vertical-align: bottom;
          margin-left: 40px;
          margin-right: 20px; }
          .aui #wrapper #navigationbanner #header-content .navigation-toggler > a:not(.opened) i.menu-close {
            display: none; }
          .aui #wrapper #navigationbanner #header-content .navigation-toggler > a.opened i.menu-open {
            display: none; }
    .aui #wrapper #content {
      max-width: 1140px;
      margin: 208px auto 0; }
      .aui #wrapper #content .login-container {
        margin-bottom: 20px;
        height: 274px; }
        .aui #wrapper #content .login-container .site-login-title {
          color: black;
          padding-bottom: 38px;
          font-size: 1.13333em; }
        .aui #wrapper #content .login-container .forgot-password-title {
          color: black;
          padding-bottom: 38px;
          font-size: 1.13333em; }
        .aui #wrapper #content .login-container .diposs-button {
          padding-left: 50px;
          padding-right: 50px;
          text-shadow: none; }
      .aui #wrapper #content .content-header {
        margin-bottom: 1.875em; }
        .aui #wrapper #content .content-header .page-title {
          color: #0099cc;
          font-size: 2.25rem;
          font-weight: normal;
          padding-top: 0.825em; }
      .aui #wrapper #content .columns-4 {
        clear: both; }
      .aui #wrapper #content .site-logo-container {
        margin-bottom: 20px;
        background-color: #fff;
        height: 274px;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
        box-sizing: border-box;
        float: left;
        text-align: center;
        padding: 20px; }
        .aui #wrapper #content .site-logo-container::before {
          content: '';
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .aui #wrapper #content .site-logo-container img {
          width: 75%;
          max-width: 180px; }
      .aui #wrapper #content .news-header .news-logo-container {
        height: 220px;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
        padding: 20px;
        box-sizing: border-box;
        float: left;
        text-align: center; }
      .aui #wrapper #content .news-header .news-container {
        height: 220px;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
        box-sizing: border-box;
        float: left;
        position: relative;
        cursor: pointer; }
        .aui #wrapper #content .news-header .news-container .news-image {
          height: 100%;
          background-repeat: no-repeat;
          background-size: cover; }
  .aui #portlet_56_INSTANCE_Footer {
    margin-bottom: 0; }
    .aui #portlet_56_INSTANCE_Footer .portlet-content {
      padding: 0; }
      .aui #portlet_56_INSTANCE_Footer .portlet-content .icons-container {
        display: none; }
    .aui #portlet_56_INSTANCE_Footer .portlet-title {
      display: none; }
  .aui #wrapper #footer {
    background-color: black;
    color: #fff;
    text-align: left;
    position: relative;
    bottom: 0px; }
    .aui #wrapper #footer #footer-content {
      max-width: 1140px;
      margin: 0 auto;
      padding: 35px 0 40px; }
      .aui #wrapper #footer #footer-content .footer-contact,
      .aui #wrapper #footer #footer-content .footer-links {
        display: inline-block;
        vertical-align: top; }
      .aui #wrapper #footer #footer-content .footer-contact {
        margin-right: 100px; }
        .aui #wrapper #footer #footer-content .footer-contact .footer-contact-title {
          font-size: 1.25em;
          text-transform: uppercase;
          margin-bottom: 20px;
          line-height: 25px; }
        .aui #wrapper #footer #footer-content .footer-contact a {
          color: #fff; }
          .aui #wrapper #footer #footer-content .footer-contact a:hover, .aui #wrapper #footer #footer-content .footer-contact a:focus {
            color: #fff;
            text-decoration: underline; }
      .aui #wrapper #footer #footer-content .footer-links {
        list-style: none;
        margin: 45px 0 0; }
        .aui #wrapper #footer #footer-content .footer-links .footer-link a {
          color: #fff; }
          .aui #wrapper #footer #footer-content .footer-links .footer-link a:hover, .aui #wrapper #footer #footer-content .footer-links .footer-link a:focus {
            color: #fff;
            text-decoration: underline; }
      .aui #wrapper #footer #footer-content .footer-support {
        position: relative;
        float: right;
        margin-top: 105px; }
  .aui #p_p_id_56_INSTANCE_Footer_ .portlet-borderless-container {
    padding-top: 0px; }
  .aui .rhld-custom-panel1-header {
    background-color: #0099cc;
    color: white; }
  .aui .rhld-custom-panel2-header {
    background-color: #a4d084;
    color: white; }
  .aui .rhld-custom-panel3-header {
    background-color: #0099cc;
    color: white; }
    .aui .rhld-custom-panel3-header a {
      text-decoration: none;
      color: #fff; }
  .aui .rhld-custom-panel4-header {
    background-color: #0099cc;
    color: white; }
  .aui .rhld-blue-background > a > i {
    color: white; }
  .aui .rhld-lightblue-background {
    color: black;
    background-color: rgba(0, 85, 165, 0.2); }
    .aui .rhld-lightblue-background label {
      color: black; }
  .aui .rhld-green-background {
    /*background-color: $color-rhld-green;*/
    color: red; }
    .aui .rhld-green-background > a > i {
      color: white; }
  .aui .rhld-lightgreen-background {
    background-color: rgba(0, 55, 32, 0.2);
    color: black; }
  .aui .rhld-lightyellow-background {
    background-color: rgba(246, 246, 60, 0.2);
    color: black; }
  .aui .rhld-lightred-background {
    background-color: rgba(221, 39, 39, 0.2);
    color: black; }
  .aui .rhld-bedarf-prio1-background {
    background-color: rgba(209, 26, 26, 0.8);
    color: #FFFFFF; }
  .aui .rhld-bedarf-prio2-background {
    background-color: #f8a73f;
    color: black; }
  .aui .rhld-bedarf-prio3-background {
    background-color: #72c64d;
    color: black; }
  .aui .rhld-blue-background a,
  .aui .rhld-lightblue-background a,
  .aui .rhld-green-background a,
  .aui .rhld-lightgreen-background a,
  .aui .rhld-lightred-background a,
  .aui .rhld-lightyellow-background a,
  .aui .rhld-bedarf-prio1-background a,
  .aui .rhld-bedarf-prio2-background a,
  .aui .rhld-bedarf-prio3-background a {
    color: white;
    text-decoration: none; }
    .aui .rhld-blue-background a:hover, .aui .rhld-blue-background a:focus,
    .aui .rhld-lightblue-background a:hover,
    .aui .rhld-lightblue-background a:focus,
    .aui .rhld-green-background a:hover,
    .aui .rhld-green-background a:focus,
    .aui .rhld-lightgreen-background a:hover,
    .aui .rhld-lightgreen-background a:focus,
    .aui .rhld-lightred-background a:hover,
    .aui .rhld-lightred-background a:focus,
    .aui .rhld-lightyellow-background a:hover,
    .aui .rhld-lightyellow-background a:focus,
    .aui .rhld-bedarf-prio1-background a:hover,
    .aui .rhld-bedarf-prio1-background a:focus,
    .aui .rhld-bedarf-prio2-background a:hover,
    .aui .rhld-bedarf-prio2-background a:focus,
    .aui .rhld-bedarf-prio3-background a:hover,
    .aui .rhld-bedarf-prio3-background a:focus {
      color: white;
      text-decoration: none; }
  .aui .row-fluid label {
    color: black;
    margin-bottom: 0px; }
    .aui .row-fluid label.rhld-toggle-label {
      color: #606060; }
  .aui .row-fluid .text-flex-center {
    display: flex;
    justify-content: center;
    align-items: center; }
  .aui .row-fluid .text-flex-center-start {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .aui label {
    color: #0099cc; }
  .aui select {
    border-radius: 0px; }
  .aui input[type="text"] {
    border-radius: 0px; }
  .aui .required::after {
    content: "\00a0*"; }
  .aui hr {
    margin: 0 0.7em 0.7em 0.7em;
    border-top: 1px solid #999999; }
  .aui hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
  .aui div.row-fluid > hr.span9 {
    min-height: 0px; }
  .aui .error-msg {
    color: orange; }
  .aui .info-msg {
    color: #99d6eb; }
  .aui .alert-danger, .aui .alert-error, .aui .portlet-msg-error, .aui .alert-attention {
    background-color: transparent;
    border: none;
    font-size: 0.875rem;
    padding: 0 1em 1em 0;
    color: #ee4035; }
  .aui .alert-info, .aui .portlet-msg-help, .aui .portlet-msg-info, .aui .portlet-msg-progress {
    background-color: #edf0f9;
    border-color: #0099cc;
    color: #0099cc; }
  .aui .alert-error.session-timeout {
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #ffdcdc;
    border: 1px solid #f17575;
    border-radius: 2px;
    padding: 9px 14px; }
  .aui .benutzerverwaltung-content-container .control-group.success input:disabled, .aui .benutzerverwaltung-content-container .control-group.succes select:disabled {
    border-color: #e0e0e0;
    color: #616161;
    box-shadow: none; }
  .aui .benutzerverwaltung-content-container .control-group.success input:disabled, .aui .benutzerverwaltung-content-container .control-group.success select:disabled, .aui .benutzerverwaltung-content-container .control-group.success textarea:disabled {
    border-color: #e0e0e0;
    color: #616161;
    box-shadow: none; }
  .aui .benutzerverwaltung-content-container .control-group .controls div.success input:disabled {
    border-color: #e0e0e0;
    color: #616161;
    box-shadow: none; }
  .aui .control-group {
    margin-bottom: 1.25em;
    line-height: 2em; }
    .aui .control-group input {
      height: 40px;
      background-color: white; }
    .aui .control-group.error {
      margin-bottom: 5px; }
      .aui .control-group.error .help-block, .aui .control-group.error .help-inline {
        color: #FFF;
        background-color: rgba(0, 85, 165, 0.2);
        border-color: rgba(0, 85, 165, 0.2);
        margin-left: 1.5em;
        padding: 0.25em 1em; }
      .aui .control-group.error input:focus {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(0, 85, 165, 0.2); }
    .aui .control-group .control-label {
      color: black;
      line-height: 2em; }
    .aui .control-group.success .control-label, .aui .control-group.error .control-label {
      color: black; }
    .aui .control-group.success input {
      color: black; }
    .aui .control-group.success input:focus, .aui .control-group.success select:focus, .aui .control-group.success textarea:focus {
      border-color: #0099cc;
      box-shadow: none; }
    .aui .control-group.success input:disabled, .aui .control-group.success select:disabled, .aui .control-group.success textarea:disabled {
      box-shadow: none; }
    .aui .control-group .controls div.success input {
      border-color: #a4d084;
      box-shadow: none;
      color: black; }
    .aui .control-group .controls div.success input:disabled {
      box-shadow: none; }
    .aui .control-group .controls div.error input {
      border-color: #ee4035;
      box-shadow: none;
      color: black; }
    .aui .control-group .controls span.light {
      font-weight: lighter; }
  .aui .control-group-inline.control-label, .aui .control-group-inline.input-block-level, .aui .control-group-inline.portlet-button {
    display: inline-block;
    width: auto;
    margin-bottom: 4px;
    margin-right: 6px; }
    .aui .control-group-inline.control-label:last-of-type, .aui .control-group-inline.input-block-level:last-of-type, .aui .control-group-inline.portlet-button:last-of-type {
      margin-right: 0; }
  .aui .control-group-inline.control-label {
    padding: 3px; }
  .aui .control-group-inline.portlet-button {
    padding: 3px 16px; }
  .aui ::selection {
    background: #0099cc !important;
    color: #FFF;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
  .aui select[size].input-block-level {
    height: 2.5em; }
  .aui .signed-out #wrapper #navigationbanner {
    height: 0px; }
  .aui #portlet_terms-of-use {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06); }
    .aui #portlet_terms-of-use .portlet-topper.ptvisible {
      background-color: #e5e5e5;
      color: black;
      padding: 10px;
      border: none; }
      .aui #portlet_terms-of-use .portlet-topper.ptvisible h1.portlet-title {
        font-weight: 600;
        font-size: 1.2rem; }
        .aui #portlet_terms-of-use .portlet-topper.ptvisible h1.portlet-title .portlet-title-text {
          color: #0099cc; }
    .aui #portlet_terms-of-use .portlet-content {
      padding-left: 20px;
      padding-right: 20px; }
  .aui button.image-viewer-close {
    font-size: 46px;
    opacity: .7;
    color: #fff;
    top: 10px;
    right: 18px;
    text-shadow: none; }
    .aui button.image-viewer-close:hover {
      opacity: unset; }
  .aui .image-viewer-control.carousel-control {
    border: none;
    margin-top: 0;
    font-size: 46px;
    top: 50%;
    color: #FFF; }
    .aui .image-viewer-control.carousel-control:hover {
      text-decoration: none; }
  .aui .image-viewer-caption {
    word-break: break-word; }
  .aui body.yui3-skin-sam .yui3-widget-mask {
    background-color: #000;
    opacity: 0.5; }

/* Ende AUI*/
.aui .control-group.success .checkbox, .aui .control-group.success .radio, .aui .control-group.success input, .aui .control-group.success select, .aui .control-group.success textarea {
  color: black;
  border-color: #a4d084; }

.aui input[type="checkbox"]:focus, .aui input[type="color"]:focus, .aui input[type="date"]:focus, .aui input[type="datetime"]:focus, .aui input[type="datetime-local"]:focus, .aui input[type="month"]:focus, .aui input[type="number"]:focus, .aui input[type="password"]:focus, .aui input[type="text"]:focus, .aui input[type="time"]:focus, .aui input[type="week"]:focus, .aui input[type="email"]:focus, .aui input[type="url"]:focus, .aui input[type="search"]:focus, .aui input[type="tel"]:focus, .aui textarea:focus, .aui .uneditable-input:focus, .select2-selection--single:focus {
  box-shadow: none; }

.start {
  display: flex;
  justify-content: flex-start; }

.center {
  display: flex;
  justify-content: center; }

.end {
  display: flex;
  justify-content: flex-end; }

.tarif-header {
  margin-top: 2.25em; }

.stickit {
  position: fixed;
  top: 0px;
  z-index: 9; }

.rhld-stickem-container .rhldstick.stickit {
  top: 65px; }

.rhld-substick {
  background-color: #FFF;
  padding: 20px 0px 30px 0px; }
  .rhld-substick.stickit {
    top: 208px;
    padding: 25px 0px; }

.rhld-substick .stickit-end {
  bottom: 290px;
  position: relative; }

.accordeonpanel-header.rhld-substick.stickit {
  top: 258px;
  z-index: 110;
  padding: 1.5em 0; }

.accordeon-sub-container {
  height: 93px; }

.accordeon-sub-container .rhld-substick {
  padding-top: 15px; }
  .accordeon-sub-container .rhld-substick.stickit {
    padding-top: 25px; }

.row-fluid.hidden-phone .accordeon-sub-container .rhld-substick.stickit {
  top: 180px;
  padding-bottom: 23px; }

.rhld-stickem-container {
  z-index: 1; }
  .rhld-stickem-container .stickem-sub-container .rhldstick.stickit {
    top: 65px; }

.w382 {
  width: 38.2%; }
  .w382 i {
    padding-left: 15px; }

.w612 {
  margin-left: 38.2%;
  text-align: left; }

.white-block {
  background-color: #FFF;
  border-radius: 0; }

div.modal-body > a {
  display: inline-block;
  padding: 10px;
  background-color: #ccdded;
  color: blue;
  border-radius: 0px;
  margin: 3px; }

.application-header {
  background-color: #fafafa; }

.application-body {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px #f0f6f2 inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #f0f6f2 inset !important; }

/* jQuery Select2 Anpassungen fuer DiPOSS */
.aui .select2-selection--single:focus {
  box-shadow: none;
  outline: 3px auto #0099cc;
  outline-offset: -3px;
  border-color: #0099cc; }
.aui .select2-container--default .select2-selection--single {
  margin-bottom: 0;
  border-radius: 0;
  height: 40px; }
.aui .rhld-custom-table .select2-container--default .select2-selection--single {
  margin-bottom: 0;
  border-radius: 0;
  height: 40px;
  background-color: transparent; }
.aui .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: black;
  font-weight: lighter; }
.aui .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  width: 38px; }
.aui .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #a4d084 transparent;
  border-width: 0 10px 15px 10px; }
.aui .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #a4d084 transparent transparent transparent;
  border-width: 15px 10px 0 10px;
  margin-left: -10px;
  margin-top: -7px; }
.aui .select2-container--default ul {
  margin-left: 0px; }
.aui .select2-container--default .select2-dropdown {
  z-index: 111; }
.aui .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0; }
.aui .select2-container--default .select2-search--dropdown .select2-search__field {
  height: 2.5em;
  box-sizing: border-box;
  padding: 4px; }
.aui .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #BBBBBB;
  color: black;
  font-weight: lighter; }
.aui .control-group.success .select2-container--default .select2-selection--single {
  border-color: #a4d084; }
.aui .rhld-custom-table .control-group.success .select2-container--default .select2-selection--single {
  border-color: transparent; }
.aui .rhld-custom-table .select2-container--default .select2-selection--single,
.aui .rhld-custom-table-selected .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none; }

/* Ende jQuery Select2 Anpassungen fuer DiPOSS */
.taglib-categorization-filter .asset-entry {
  border-radius: 0;
  background-color: whitesmoke;
  border-color: whitesmoke;
  font-style: normal; }

.taglib-categorization-filter.entry-title {
  color: #0099cc; }

.diposs-hide {
  display: none; }

.login-table, password-table {
  float: right;
  width: 100%; }

/* TO TOP*/
#back-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: 0;
  outline: 0;
  color: white;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  background-color: #0099cc; }
  #back-top:hover {
    background-color: #a4d084; }
  #back-top .back-top-title {
    font-size: 10px;
    line-height: 10px;
    padding: 0 4px 4px;
    color: #fff;
    box-sizing: border-box;
    width: 50px; }
    #back-top .back-top-title:hover, #back-top .back-top-title:focus {
      text-decoration: none; }

.installPopup {
  margin-bottom: 16px;
  background: #a4d084;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 15px;
  display: none;
  padding: 5px 10px;
  font-size: 12px;
  align-items: center;
  border-radius: 5px;
  padding-bottom: 10px;
  z-index: 1; }
  .installPopup.visible-tablet {
    position: fixed;
    display: flex;
    top: 0;
    margin-bottom: 0;
    border-radius: 0px;
    height: 20px; }
  .installPopup.visible-phone {
    display: flex; }
  .installPopup.visible-phone:after, .installPopup:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .installPopup.visible-phone:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #a4d084;
    border-width: 15px;
    margin-left: -15px; }
  .installPopup.visible-phone:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #f9f6f1;
    border-width: 16px;
    margin-left: -16px; }
  .installPopup .left {
    float: left; }
  .installPopup .right {
    float: right; }
  .installPopup .icon1 {
    width: 25px;
    vertical-align: middle; }
  .installPopup .icon2 {
    height: 30px;
    margin-right: 57px; }

.aui #navigationbanner i.material-icons.md-light.md-18.close-icon {
  margin-right: 5px;
  color: #fff;
  cursor: pointer; }

.aui .row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.351351351%;
   }

.aui .row-fluid [class*="span"]:first-child {
  margin-left: 0; }

.aui .row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.351351351%; }

.aui .row-fluid .span1 {
  width: 7.0945946%;
   }

.aui .row-fluid .span2 {
  width: 15.5405405%;
  }

.aui .row-fluid .span3 {
  width: 23.9864865%;
   }

.aui .row-fluid .span4 {
  width: 32.4324324%;
   }

.aui .row-fluid .span5 {
  width: 40.8783784%;
   }

.aui .row-fluid .span6 {
  width: 49.3243243%;
   }

.aui .row-fluid .span7 {
  width: 57.7702703%;
   }

.aui .row-fluid .span8 {
  width: 66.2162162%;
   }

.aui .row-fluid .span9 {
  width: 74.6621622%;
   }

.aui .row-fluid .span10 {
  width: 83.1081081%;
   }

.aui .row-fluid .span11 {
  width: 91.5540541%;
   }

.aui .row-fluid .span12 {
  width: 100%;
   }

.aui .row-fluid .offset1 {
  margin-left: 9.797297302%;
   }

.aui .row-fluid .offset1:first-child {
  margin-left: 8.445945951%;
   }

.aui .row-fluid .offset2 {
  margin-left: 18.243243202%;
   }

.aui .row-fluid .offset2:first-child {
  margin-left: 16.891891851%;
   }

.aui .row-fluid .offset3 {
  margin-left: 26.689189202%;
   }

.aui .row-fluid .offset3:first-child {
  margin-left: 25.337837851%;
   }

.aui .row-fluid .offset4 {
  margin-left: 35.135135102%;
   }

.aui .row-fluid .offset4:first-child {
  margin-left: 33.783783751%;
   }

.aui .row-fluid .offset5 {
  margin-left: 42.229729751%;
   }

.aui .row-fluid .offset5:first-child {
  margin-left: 42.229729751%;
  }

.aui .row-fluid .offset6 {
  margin-left: 50.675675651%;
   }

.aui .row-fluid .offset6:first-child {
  margin-left: 50.675675651%;
   }

.aui .row-fluid .offset7 {
  margin-left: 59.121621651%;
   }

.aui .row-fluid .offset7:first-child {
  margin-left: 59.121621651%;
   }

.aui .row-fluid .offset8 {
  margin-left: 67.567567551%;
   }

.aui .row-fluid .offset8:first-child {
  margin-left: 67.567567551%;
   }

.aui .row-fluid .offset9 {
  margin-left: 76.013513551%;
   }

.aui .row-fluid .offset9:first-child {
  margin-left: 76.013513551%;
   }

.aui .row-fluid .offset10 {
  margin-left: 84.459459451%;
   }

.aui .row-fluid .offset10:first-child {
  margin-left: 84.459459451%;
   }

.aui .row-fluid .offset11 {
  margin-left: 92.905405451%;
   }

.aui .row-fluid .offset11:first-child {
  margin-left: 92.905405451%;
   }

.aui .row-fluid .offset12 {
  margin-left: 104.25532%;
   }

.aui .row-fluid .offset12:first-child {
  margin-left: 102.12766%;
   }

@media (min-width: 768px) and (max-width: 1204px) {
  .aui body .rhld-auto-width-4col:not(:first-child) {
    margin-left: 1%; }
  .aui body .rhld-auto-width-4col:first-child:nth-last-child(1) {
    width: 100%; }
  .aui body .rhld-auto-width-4col:first-child:nth-last-child(2), .aui body .rhld-auto-width-4col:first-child:nth-last-child(2) ~ .rhld-auto-width-4col {
    width: 49.5%; }
  .aui body .rhld-auto-width-4col:first-child:nth-last-child(3), .aui body .rhld-auto-width-4col:first-child:nth-last-child(3) ~ .rhld-auto-width-4col {
    width: 32.66%; }
  .aui body .rhld-auto-width-4col:first-child:nth-last-child(4), .aui body .rhld-auto-width-4col:first-child:nth-last-child(4) ~ .rhld-auto-width-4col {
    width: 24.25%; } }
@media (max-width: 1204px) {
  .aui #wrapper #content {
    margin: 208px 1.35135% 0; }
  .aui .dashboard #content #content-wrapper,
  .aui .dashboard #content .dashboard-header {
    margin-left: 10px;
    margin-right: 10px; }
  .aui .dashboard #content .dashboard-header {
    width: calc(100% - 20px); }
  .aui .dashboard:not(.dashboard-border) #content-wrapper {
    width: calc(100% - 20px); }
  .aui #wrapper #navigationbanner #header-content #heading {
    padding-bottom: 30px; }
  .aui #wrapper #navigationbanner #header-content #navigation > ul#nav_applicationList {
    max-height: calc(-125px - -100vh);
    overflow-y: hidden;
    display: block;
    margin-left: -100vw;
    padding-top: 0;
    width: 100vw;
    transition: margin-left ease-out 0.3s;
    position: absolute;
    left: 0;
    background-color: #0099cc;
    z-index: 310; }
    .aui #wrapper #navigationbanner #header-content #navigation > ul#nav_applicationList.open {
      margin-left: 0;
      overflow-y: auto; }
    .aui #wrapper #navigationbanner #header-content #navigation > ul#nav_applicationList > li {
      display: block;
      height: auto; }
      .aui #wrapper #navigationbanner #header-content #navigation > ul#nav_applicationList > li ul.child-menu {
        display: block;
        position: relative; }
        .aui #wrapper #navigationbanner #header-content #navigation > ul#nav_applicationList > li ul.child-menu.mega-menu {
          margin: 0;
          display: none; }
      .aui #wrapper #navigationbanner #header-content #navigation > ul#nav_applicationList > li.open-click:not(.url-nav-item) ul.child-menu {
        display: block; }
      .aui #wrapper #navigationbanner #header-content #navigation > ul#nav_applicationList > li:not(.url-nav-item) > a > span::before {
        content: "expand_more";
        visibility: visible;
        display: inherit;
        height: auto;
        font-family: 'Material Icons';
        color: white;
        font-size: 21px;
        vertical-align: -20%;
        text-transform: none; }
      .aui #wrapper #navigationbanner #header-content #navigation > ul#nav_applicationList > li.open-click:not(.url-nav-item) > a > span::before {
        content: "expand_less"; }
      .aui #wrapper #navigationbanner #header-content #navigation > ul#nav_applicationList > li > a {
        text-align: center;
        padding: 10px;
        display: block; }
  .aui #wrapper #navigationbanner #header-content .navigation-toggler {
    display: block;
    top: 30px; }
  .aui #wrapper #navigationbanner,
  .aui #wrapper #footer {
    padding: 0 10px; }
  .aui .stickit {
    top: 105px; }
  .aui .row-fluid label.rhld-toggle-label {
    margin-left: 5px; } }
@media (min-width: 1204px) {
  .aui #navigation > ul > li.open-click ul.child-menu {
    overflow-y: auto;
    max-height: calc(100vh - 150px); } }
@media (min-width: 1025px) and (max-width: 1204px) {
  .aui #user-navigation > ul > li ul.child-menu.open-left {
    top: 76px; } }
@media (max-width: 1024px) {
  .aui #wrapper #content .login-container .site-login-title,
  .aui #wrapper #content .login-container .forgot-password-title {
    padding-bottom: 19px; }
  .aui #wrapper #content .login-container form {
    height: calc(100% - 19px - 20px); }
  .aui #wrapper #content .site-logo-container, .aui #wrapper #content .login-container {
    height: 240px; }
    .aui #wrapper #content .site-logo-container .portlet, .aui #wrapper #content .login-container .portlet {
      margin-top: 20px; }
  .aui .signed-out #wrapper #navigationbanner {
    height: auto; }
  .aui .login-container input[type="color"],
  .aui .login-container input[type="date"],
  .aui .login-container input[type="datetime"],
  .aui .login-container input[type="datetime-local"],
  .aui .login-container input[type="email"],
  .aui .login-container input[type="month"],
  .aui .login-container input[type="number"],
  .aui .login-container input[type="password"],
  .aui .login-container input[type="search"],
  .aui .login-container input[type="tel"],
  .aui .login-container input[type="text"],
  .aui .login-container input[type="time"],
  .aui .login-container input[type="url"],
  .aui .login-container input[type="week"],
  .aui .login-container select,
  .aui .login-container textarea,
  .aui .login-container .input-prepend .add-on,
  .aui .login-container .navbar-search .search-query,
  .aui .login-container .uneditable-input,
  .aui .columns-4 input[type="color"],
  .aui .columns-4 input[type="date"],
  .aui .columns-4 input[type="datetime"],
  .aui .columns-4 input[type="datetime-local"],
  .aui .columns-4 input[type="email"],
  .aui .columns-4 input[type="month"],
  .aui .columns-4 input[type="number"],
  .aui .columns-4 input[type="password"],
  .aui .columns-4 input[type="search"],
  .aui .columns-4 input[type="tel"],
  .aui .columns-4 input[type="text"],
  .aui .columns-4 input[type="time"],
  .aui .columns-4 input[type="url"],
  .aui .columns-4 input[type="week"],
  .aui .columns-4 select,
  .aui .columns-4 textarea,
  .aui .columns-4 .input-prepend .add-on,
  .aui .columns-4 .navbar-search .search-query,
  .aui .columns-4 .uneditable-input,
  .aui .columns-25-25-50 input[type="color"],
  .aui .columns-25-25-50 input[type="date"],
  .aui .columns-25-25-50 input[type="datetime"],
  .aui .columns-25-25-50 input[type="datetime-local"],
  .aui .columns-25-25-50 input[type="email"],
  .aui .columns-25-25-50 input[type="month"],
  .aui .columns-25-25-50 input[type="number"],
  .aui .columns-25-25-50 input[type="password"],
  .aui .columns-25-25-50 input[type="search"],
  .aui .columns-25-25-50 input[type="tel"],
  .aui .columns-25-25-50 input[type="text"],
  .aui .columns-25-25-50 input[type="time"],
  .aui .columns-25-25-50 input[type="url"],
  .aui .columns-25-25-50 input[type="week"],
  .aui .columns-25-25-50 select,
  .aui .columns-25-25-50 textarea,
  .aui .columns-25-25-50 .input-prepend .add-on,
  .aui .columns-25-25-50 .navbar-search .search-query,
  .aui .columns-25-25-50 .uneditable-input {
    font-size: 20px;
    line-height: 22px; }
  .aui #heading {
    position: relative;
    bottom: auto;
    margin-top: 0; }
  .aui #navigation {
    display: block; }
  .aui #user-navigation > ul > li ul.child-menu.open-left {
    top: 76px; }
  .aui .dockbar-split .dockbar,
  .aui .dockbar {
    display: none; }
  .aui .dashboard #content .dashboard-header .dashboard-logo-container,
  .aui .dashboard #content .dashboard-header .dashboard-news-container {
    height: 240px; }
    .aui .dashboard #content .dashboard-header .dashboard-logo-container .dashboard-news-content,
    .aui .dashboard #content .dashboard-header .dashboard-news-container .dashboard-news-content {
      padding: 10px 20px; }
      .aui .dashboard #content .dashboard-header .dashboard-logo-container .dashboard-news-content .dashboard-news-subtitle,
      .aui .dashboard #content .dashboard-header .dashboard-news-container .dashboard-news-content .dashboard-news-subtitle {
        max-width: calc(100% - 100px); }
  .aui .dashboard #content .columns-4 .portlet-column .portlet-boundary {
    margin: 0 auto; }
    .aui .dashboard #content .columns-4 .portlet-column .portlet-boundary .portlet .portlet-content {
      height: 11em;
      /*$responsivePortletHeight;*/ }
      .aui .dashboard #content .columns-4 .portlet-column .portlet-boundary .portlet .portlet-content .dashboard-portlet-icons {
        margin-top: 0;
        font-size: 0.85em;
        display: block; }
        .aui .dashboard #content .columns-4 .portlet-column .portlet-boundary .portlet .portlet-content .dashboard-portlet-icons .span6 {
          background-color: rgba(153, 153, 153, 0.35);
          padding-top: 5px; }
  .aui #searchid .searchLinkStyle {
    width: 85%; } }
@media (max-width: 979px) {
  .aui #wrapper #content {
    margin: 120px 1.35135% 0; }
    .aui #wrapper #content .site-logo-container {
      width: 215px; }
    .aui #wrapper #content .login-container {
      width: calc(100% - 285px); }
    .aui #wrapper #content .site-logo-container {
      height: 215px; }
    .aui #wrapper #content .login-container {
      height: 285px; }
      .aui #wrapper #content .login-container .portlet {
        margin-top: 15px; }
  .aui input, .aui input.input-large, .aui textarea, .aui .uneditable-input {
    width: 100%; }
  .aui .login-container input[type="color"],
  .aui .login-container input[type="date"],
  .aui .login-container input[type="datetime"],
  .aui .login-container input[type="datetime-local"],
  .aui .login-container input[type="email"],
  .aui .login-container input[type="month"],
  .aui .login-container input[type="number"],
  .aui .login-container input[type="password"],
  .aui .login-container input[type="search"],
  .aui .login-container input[type="tel"],
  .aui .login-container input[type="text"],
  .aui .login-container input[type="time"],
  .aui .login-container input[type="url"],
  .aui .login-container input[type="week"],
  .aui .login-container select,
  .aui .login-container textarea,
  .aui .login-container .input-prepend .add-on,
  .aui .login-container .navbar-search .search-query,
  .aui .login-container .uneditable-input,
  .aui .columns-4 input[type="color"],
  .aui .columns-4 input[type="date"],
  .aui .columns-4 input[type="datetime"],
  .aui .columns-4 input[type="datetime-local"],
  .aui .columns-4 input[type="email"],
  .aui .columns-4 input[type="month"],
  .aui .columns-4 input[type="number"],
  .aui .columns-4 input[type="password"],
  .aui .columns-4 input[type="search"],
  .aui .columns-4 input[type="tel"],
  .aui .columns-4 input[type="text"],
  .aui .columns-4 input[type="time"],
  .aui .columns-4 input[type="url"],
  .aui .columns-4 input[type="week"],
  .aui .columns-4 select,
  .aui .columns-4 textarea,
  .aui .columns-4 .input-prepend .add-on,
  .aui .columns-4 .navbar-search .search-query,
  .aui .columns-4 .uneditable-input,
  .aui .columns-25-25-50 input[type="color"],
  .aui .columns-25-25-50 input[type="date"],
  .aui .columns-25-25-50 input[type="datetime"],
  .aui .columns-25-25-50 input[type="datetime-local"],
  .aui .columns-25-25-50 input[type="email"],
  .aui .columns-25-25-50 input[type="month"],
  .aui .columns-25-25-50 input[type="number"],
  .aui .columns-25-25-50 input[type="password"],
  .aui .columns-25-25-50 input[type="search"],
  .aui .columns-25-25-50 input[type="tel"],
  .aui .columns-25-25-50 input[type="text"],
  .aui .columns-25-25-50 input[type="time"],
  .aui .columns-25-25-50 input[type="url"],
  .aui .columns-25-25-50 input[type="week"],
  .aui .columns-25-25-50 select,
  .aui .columns-25-25-50 textarea,
  .aui .columns-25-25-50 .input-prepend .add-on,
  .aui .columns-25-25-50 .navbar-search .search-query,
  .aui .columns-25-25-50 .uneditable-input {
    font-size: 20px;
    line-height: 22px;
    width: 100%; }
  .aui #heading {
    position: relative;
    bottom: auto;
    margin-top: 0; }
  .aui #navigation {
    display: block; }
  .aui #user-navigation > ul > li ul.child-menu .child-menu-container .user-navigation-header .user-name {
    margin-bottom: 20px; }
  .aui .dockbar-split .dockbar,
  .aui .dockbar {
    display: none; }
  .aui .dashboard #content .dashboard-header .dashboard-logo-container {
    width: 215px; }
  .aui .dashboard #content .dashboard-header .dashboard-news-container {
    width: calc(100% - 1.351351351% - 215px);
    margin-left: 1.351351351%; }
  .aui .dashboard #content .dashboard-header .dashboard-logo-container,
  .aui .dashboard #content .dashboard-header .dashboard-news-container {
    height: 215px; }
    .aui .dashboard #content .dashboard-header .dashboard-logo-container .dashboard-news-content,
    .aui .dashboard #content .dashboard-header .dashboard-news-container .dashboard-news-content {
      padding: 10px 20px; }
      .aui .dashboard #content .dashboard-header .dashboard-logo-container .dashboard-news-content .dashboard-news-title-wrapper,
      .aui .dashboard #content .dashboard-header .dashboard-news-container .dashboard-news-content .dashboard-news-title-wrapper {
        max-height: 85%; }
      .aui .dashboard #content .dashboard-header .dashboard-logo-container .dashboard-news-content .dashboard-news-subtitle,
      .aui .dashboard #content .dashboard-header .dashboard-news-container .dashboard-news-content .dashboard-news-subtitle {
        max-width: calc(100% - 100px); }
  .aui .dashboard #content .columns-4 .portlet-column .portlet-boundary {
    margin: 0 auto; }
    .aui .dashboard #content .columns-4 .portlet-column .portlet-boundary .portlet .portlet-content {
      height: 198px; }
      .aui .dashboard #content .columns-4 .portlet-column .portlet-boundary .portlet .portlet-content .dashboard-portlet-icons {
        margin-top: 25px;
        font-size: 18px; }
  .aui #searchid .searchLinkStyle {
    width: 80%; } }
@media (min-width: 600px) and (max-width: 979px) {
  .aui .dockbar .navbar-inner .container {
    width: 100%; }
  .aui #content .dashboard-header.row-fluid {
    width: auto; }
  .aui #content .columns-4 .row-fluid .span3 {
    width: 48.61878%;
    float: left; }
    .aui #content .columns-4 .row-fluid .span3#column-3 {
      clear: left;
      margin-left: 0; }
  .aui .login-container fieldset {
    width: auto; }
  .aui .login-container .btn {
    padding: 4px 12px;
    font-size: 1em; }
  .aui #dashboardmanagement .dashboard_appContainer .menu-category-title {
    padding-left: 1em; }

  /* END AUI*/
  .aui input[type="color"],
  .aui input[type="date"],
  .aui input[type="datetime"],
  .aui input[type="datetime-local"],
  .aui input[type="email"],
  .aui input[type="month"],
  .aui input[type="number"],
  .aui input[type="password"],
  .aui input[type="search"],
  .aui input[type="tel"],
  .aui input[type="text"],
  .aui input[type="time"],
  .aui input[type="url"],
  .aui input[type="week"],
  .aui select,
  .aui textarea,
  .aui .input-prepend .add-on,
  .aui .navbar-search .search-query,
  .aui .uneditable-input {
    font-size: 1em;
    height: auto;
    min-height: 2.5em;
    line-height: inherit;
    width: 100%; } }
@media (max-width: 767px) {
  .toggle-floating {
    float: none; }

  .aui .portlet-dockbar {
    display: none; }
  .aui #navigation > ul {
    display: block; }
    .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container, .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container {
      display: block; }
  .aui body {
    padding: 0; }
  .aui #wrapper #navigationbanner #header-content h1.site-title a .site-title-text {
    display: none; }
  .aui #wrapper #content {
    margin: 120px 1.35135% 0; }
    .aui #wrapper #content .content-header .page-title {
      font-size: 1.85rem; }
  .aui #wrapper #content .dashboard-header .dashboard-news-container {
    height: 285px; }
  .aui #wrapper #content .dashboard-header .news-button {
    margin-top: 0; }
  .aui .row-fluid.text-flex-center-start {
    justify-content: center; }
  .aui .panel-content.left, .aui .panel-content-lg.left {
    justify-content: center;
    padding-left: 0; }
  .aui .info-panel-header,
  .aui .info-panel-header-lg {
    justify-content: center; }
  .aui .button-panel {
    max-width: none; }
    .aui .button-panel.diposs-button, .aui .button-panel.diposs-action-button {
      width: 100%; }
  .aui #navigation > ul > li {
    margin: 0px 5px 5px; }
  .aui .portlet-nav {
    padding-left: calc(50% - 50px); }
    .aui .portlet-nav .portlet-nav-item {
      display: inline-block;
      margin-right: 10px; }
  .aui [class*="span"],
  .aui .uneditable-input[class*="span"],
  .aui .row-fluid [class*="span"] {
    float: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .aui .diposs-radio.diposs-2col tr {
    width: 100%; }
  .aui .row-fluid [class*="span"] {
    margin-left: 0;
     }
  .aui .info-panel-header span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .aui .visible-phone.info-panel-header, .aui .visible-phone.info-panel-header-lg {
    width: 8em;
    margin-right: 1em;
    vertical-align: middle;
    line-height: 4em;
    min-height: 4em;
    height: 4em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .aui .visible-phone.info-panel-header .section-title, .aui .visible-phone.info-panel-header-lg .section-title {
      color: #fff;
      text-decoration: none; }
  .aui .panel-content-lg, .aui .info-panel-header, .aui .info-panel-header-lg {
    min-height: 4em;
    height: 4em; }
  .aui .row-fluid .span2, .aui .row-fluid .span3, .aui .row-fluid .span4, .aui .row-fluid .span5, .aui .row-fluid .span6, .aui .row-fluid .span7, .aui .row-fluid .span8 {
    width: 100%; }
  .aui .row-fluid .offset1:first-child, .aui .row-fluid .offset2:first-child, .aui .row-fluid .offset3:first-child, .aui .row-fluid .offset5:first-child {
    margin-left: 0; }
  .aui .accordeon-subpanel {
    border-bottom: none; }
  .aui #content .login-container .portlet .form fieldset:last-child {
    position: relative; }
  .aui .diposs-button {
    float: none;
    width: 100%; }
  .aui .end {
    display: flex;
    justify-content: center; }
  .aui input.toggle-round-flat + label, .aui input.toggle-round-flat-neutral + label {
    margin-right: auto;
    margin-left: auto; }
  .aui #searchid .rhld-custom-table .rhld-custom-table-item:nth-child(even) {
    background-color: #fafafa; }
  .aui #searchid .rhld-custom-table .rhld-custom-table-row .rhld-custom-table-item:first-child {
    border-right: none !important;
    background-color: #fff; }

  /*END AUI*/ }
@media (max-width: 599px) {
  .aui #content .columns-4 .row-fluid .span3 {
    width: 100%; }
  .aui .dashboard #content .dashboard-header .dashboard-logo-container, .aui .dashboard #content .dashboard-header .dashboard-news-container {
    width: 100%;
    margin-left: 0; }
  .aui .dashboard #content .dashboard-header .dashboard-news-container {
    height: 285px;
    margin-top: 10px; }
    .aui .dashboard #content .dashboard-header .dashboard-news-container .dashboard-news-link .dashboard-news-content .dashboard-news-title-wrapper h3 {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 225px; }
  .aui #rhld-sidebar .portlet .portlet-content .sidebar-items .sidebar-item {
    margin-right: 10px;
    width: 30px;
    height: 35px; }
  .aui .diposs-radio.diposs-2col label {
    width: 100%; }
  .aui .diposs-portlet-navigation li.diposs-inactive {
    max-width: 14%; }
  .aui #wrapper #navigationbanner #header-content .navigation-toggler {
    margin-left: 0px;
    width: 30px;
    height: 35px;
    top: 30px; }
  .aui #user-navigation > ul > li ul.child-menu.open-left .child-menu-container .menu-column {
    border-right: 0;
    padding-bottom: 10px; }

  /* END AUI*/ }
@media (max-width: 480px) {
  .panel-header > i {
    margin-right: 0; }

  .aui .dashboard #content .dashboard-header .dashboard-logo-container,
  .aui .dashboard #content .dashboard-header .dashboard-news-container {
    padding: 0; }
    .aui .dashboard #content .dashboard-header .dashboard-logo-container .dashboard-news-content,
    .aui .dashboard #content .dashboard-header .dashboard-news-container .dashboard-news-content {
      padding: 10px 20px; }
      .aui .dashboard #content .dashboard-header .dashboard-logo-container .dashboard-news-content .dashboard-news-subtitle,
      .aui .dashboard #content .dashboard-header .dashboard-news-container .dashboard-news-content .dashboard-news-subtitle {
        max-width: calc(100% - 100px); }
  .aui .dashboard #content .dashboard-header .dashboard-logo-container {
    display: none; }

  .aui #wrapper #content .site-logo-container, .aui #wrapper #content .login-container {
    height: 215px;
    width: 90%;
    margin-left: 5%; }
  .aui #wrapper #content .login-container {
    height: 274px;
    margin-bottom: 0;
    padding-left: 0; }
    .aui #wrapper #content .login-container .portlet .navigation a {
      color: #0099cc; }
      .aui #wrapper #content .login-container .portlet .navigation a .portlet-content .portlet-body {
        height: 100%;
        padding: 0; }
  .aui #wrapper #content .content-header .page-title {
    padding-top: 0; }

  a.diposs-apps {
    display: none; }

  .aui #navigation > ul > li ul.child-menu.mega-menu .child-menu-container,
  .aui #user-navigation > ul > li ul.child-menu.mega-menu .child-menu-container {
    display: block; }

  .aui #rhld-sidebar .portlet .portlet-content .sidebar-items .sidebar-item .sidebar-content-wrapper .sidebar-content {
    position: relative;
    margin-left: 0; }

  .aui .diposs-portlet-navigation li.diposs-inactive {
    max-width: 6%; }

  .aui .diposs-3x {
    font-size: 2.65em; } }
.aui .standalone, .aui body.standalone {
  font-family: "KlavikaWebBasic", "Open Sans", sans-serif; }
  .aui .standalone #navigationbanner, .aui .standalone #footer, .aui .standalone #rhld-sidebar, .aui .standalone #_145_dockbar, .aui body.standalone #navigationbanner, .aui body.standalone #footer, .aui body.standalone #rhld-sidebar, .aui body.standalone #_145_dockbar {
    display: none;
    height: 0; }
  .aui .standalone #wrapper #content, .aui body.standalone #wrapper #content {
    margin-top: 0; }
    .aui .standalone #wrapper #content .content-header, .aui body.standalone #wrapper #content .content-header {
      display: none; }
  .aui .standalone #content .top-image, .aui body.standalone #content .top-image {
    display: none; }
    .aui .standalone #content .top-image .login-container, .aui body.standalone #content .top-image .login-container {
      display: none; }
  .aui .standalone #content .portlet, .aui body.standalone #content .portlet {
    margin: 0; }
  .aui .standalone .partner-logo, .aui body.standalone .partner-logo {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .aui .standalone .partner-logo img, .aui body.standalone .partner-logo img {
      max-height: 100%; }
  .aui .standalone .default-logo, .aui body.standalone .default-logo {
    background-image: url(#{facesContext.externalContext.requestContextPath}/images/common/rhion.digital.svg);
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px; }
    .aui .standalone .default-logo img, .aui body.standalone .default-logo img {
      display: none; }
  .aui .standalone .stickit, .aui body.standalone .stickit {
    position: fixed;
    top: 0px;
    z-index: 9; }
  .aui .standalone .accordeon-header-container, .aui body.standalone .accordeon-header-container {
    height: 75px; }
  .aui .standalone .control-group.success input, .aui .standalone .control-group.success textarea, .aui .standalone .control-group .controls div.success input, .aui body.standalone .control-group.success input, .aui body.standalone .control-group.success textarea, .aui body.standalone .control-group .controls div.success input {
    background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 75 1' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-56.000000, -59.000000%29' fill='#54ad4d'%3E%3Cpolygon points='70.1468531 85.8671329 97.013986 59 100.58042 62.5664336 70.1468531 93 56 78.8531469 59.5664336 75.2867133'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-x: right; }
  .aui .standalone .control-group.error input, .aui .standalone .control-group.error textarea, .aui .standalone .control-group .controls div.error input, .aui body.standalone .control-group.error input, .aui body.standalone .control-group.error textarea, .aui body.standalone .control-group .controls div.error input {
    background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 75 1' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-128.000000, -59.000000%29' fill='#ee4035'%3E%3Cpolygon points='157.848404 61.9920213 145.980053 73.8603723 157.848404 85.7287234 154.856383 88.7207447 142.988032 76.8523936 131.119681 88.7207447 128.12766 85.7287234 139.996011 73.8603723 128.12766 61.9920213 131.119681 59 142.988032 70.8683511 154.856383 59'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-x: right; }
  .aui .standalone .accordeonpanel.active.currentPanel .menuslider .diposs-menu:hover, .aui body.standalone .accordeonpanel.active.currentPanel .menuslider .diposs-menu:hover {
    color: black; }
  .aui .standalone .diposs-loadsave-navigation a:hover, .aui body.standalone .diposs-loadsave-navigation a:hover {
    color: black; }
  .aui .standalone #p_p_id_56_INSTANCE_Footer_, .aui body.standalone #p_p_id_56_INSTANCE_Footer_ {
    display: none; }

@media (max-width: 768px) {
  .aui .standalone .diposs-topper.standalone, .aui body.standalone .diposs-topper.standalone {
    margin-top: 0px;
    background: #FFF;
    margin-bottom: 0; }
  .aui .standalone .partner-logo, .aui body.standalone .partner-logo {
    display: block;
    width: 25%;
    float: right;
    height: 75px; }
    .aui .standalone .partner-logo img, .aui body.standalone .partner-logo img {
      max-height: 100%;
      vertical-align: top; }
  .aui .standalone .diposs-topper.standalone .portlet-title, .aui body.standalone .diposs-topper.standalone .portlet-title {
    display: flex;
    justify-content: center;
    font-weight: normal;
    font-size: 1.5em;
    margin: 0;
    padding-right: 0px;
    box-sizing: border-box;
    height: 75px; }
    .aui .standalone .diposs-topper.standalone .portlet-title .portlet-title-text, .aui body.standalone .diposs-topper.standalone .portlet-title .portlet-title-text {
      font-size: 1em;
      display: flex;
      max-width: 100%; }
  .aui .standalone .diposs-button, .aui .standalone .diposs-action-button, .aui body.standalone .diposs-button, .aui body.standalone .diposs-action-button {
    width: 100%; } }
@media (max-width: 480px) {
  .aui .standalone .diposs-topper.standalone, .aui body.standalone .diposs-topper.standalone {
    margin-top: 0px;
    background: #FFF;
    margin-bottom: 0; }
  .aui .standalone .partner-logo, .aui body.standalone .partner-logo {
    display: block;
    width: 25%;
    float: right;
    height: inherit; }
    .aui .standalone .partner-logo img, .aui body.standalone .partner-logo img {
      max-height: 100%;
      vertical-align: top; }
  .aui .standalone .diposs-topper.standalone .portlet-title, .aui body.standalone .diposs-topper.standalone .portlet-title {
    display: flex;
    justify-content: center;
    font-weight: normal;
    font-size: 1.4em;
    margin: 0;
    padding-right: 0px;
    padding-left: 0px;
    box-sizing: border-box;
    height: 68px; }
  .aui .standalone .accordeonpanel-title, .aui body.standalone .accordeonpanel-title {
    font-weight: 600;
    font-size: 1rem; }
  .aui .standalone .accordeonpanel-header, .aui body.standalone .accordeonpanel-header {
    padding: 1em 0em 0em 0.5em; } }