/* ------- Browser normalization ------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
}
/* JSF / Primefaces reset */
.ui-layout-unit,
.ui-layout-unit .ui-layout-unit-content {
  padding: 0 !important;
}
html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
* {
  font-family: Arial, Helvetica, sans-serif;
}
::selection {
  background-color: #1d5f9f;
  color: #ffffff;
}
::-moz-selection {
  background-color: #1d5f9f;
  color: #ffffff;
}
:not(div):focus :not(body):focus :not(form):focus {
  border: 2px solid #0c3c6b;
  box-sizing: border-box;
  background: #3790e6;
  padding: 4px;
  color: #0c3c6b;
}
h2 {
  color: #6f6f6f;
  font-size: 24px;
  letter-spacing: -0.4px;
  margin-bottom: 32px;
}
h3 {
  color: #6f6f6f;
  margin-bottom: 19.2px;
}
/*Margin top da wir diesen aus allen h tags entfernt haben*/
.top {
  margin-top: 24px;
}
p {
  margin: 19.2px 0;
}
p,
p * {
  color: #404040;
  font-size: 16px;
  line-height: 24px;
}
a,
a.ui-commandlink {
  color: #1d5f9f;
}
button,
.button {
  border: none;
  background-color: #1d5f9f;
  color: #ffffff;
  margin-bottom: 8px;
  padding: 4.8px 16px;
  font-size: 16px;
}
@media (max-width: 778px) {
  button,
  .button {
    width: 100%;
  }
}
td button,
td .button {
  margin: 0;
}
button:hover,
.button:hover {
  background-color: #2371bd;
}
button.ui-commandlink,
.button.ui-commandlink {
  color: #ffffff;
  text-decoration: none;
}
label,
span:not(.ui-growl-pl) {
  display: inline-block;
}
input {
  border: 1px solid #b1b1b1;
}
input[type="checkbox"] {
  margin: 30px 5px 20px 0;
}
select {
  border: 1px solid #b1b1b1;
  width: 100%;
  max-width: 270px;
  font-size: 16px;
  padding: 4px;
}
ul {
  margin: 0 30px;
  list-style-type: disc;
}
li {
  list-style-position: outside;
}
li .ui-selectoneradio {
  float: right;
  width: 50%;
}
table {
  font-size: inherit;
}
table th,
table td {
  color: #404040;
}
tr.vrsg-disabled {
  color: #c6c6c6;
}
.ui-chkbox {
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.ui-datatable.ui-datatable-reflow table {
  table-layout: auto;
}
.ui-datatable.ui-datatable-reflow thead th,
.ui-datatable.ui-datatable-reflow tfoot td {
  border: medium none;
  display: table-cell;
  padding-left: 0;
  text-align: left;
}
@media (max-width: 778px) {
  .ui-datatable.ui-datatable-reflow thead th,
  .ui-datatable.ui-datatable-reflow tfoot td {
    display: none;
  }
}
.ui-datatable.ui-datatable-reflow .ui-datatable-data td {
  border: none;
  padding-left: 0;
  text-align: left;
}
@media (max-width: 778px) {
  .ui-datatable.ui-datatable-reflow .ui-datatable-data td {
    box-sizing: border-box;
    clear: left;
    display: block;
    float: left;
    width: 100%;
  }
  .ui-datatable.ui-datatable-reflow .ui-datatable-data td .ui-column-title {
    display: inline-block !important;
    margin: -0.4em 1em -0.4em -0.4em;
    min-width: 30%;
    padding: 0.4em;
    vertical-align: top;
  }
  .ui-datatable.ui-datatable-reflow .ui-datatable-data td:last-child {
    padding-bottom: 2rem;
  }
  .ui-datatable.ui-datatable-reflow .ui-datatable-data td:not(.buttoncolumn) span:last-of-type {
    /*display: block; */
    float: left;
    max-width: 60%;
    text-align: left;
  }
  .ui-datatable.ui-datatable-reflow .ui-datatable-data td .ui-button-text {
    max-width: none;
    text-align: center;
    width: 100%;
  }
}
.infotext {
  margin: 20px 0px 30px 0;
}
.inputDiv {
  margin-bottom: 16px;
  /**Über beide Spalten aus**/
  /**Radio-Buttons in inputDiv**/
}
.inputDiv label,
.inputDiv .label {
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  min-height: 17px;
}
.inputDiv input {
  box-sizing: border-box;
}
.inputDiv .label {
  font-weight: bold;
}
.inputDiv > div {
  padding: 3px 0;
  font-weight: normal;
}
.inputDiv > div input {
  padding: 6px;
}
.inputDiv .ui-inputfield,
.inputDiv .ui-autocomplete {
  width: 100%;
  max-width: 270px;
  color: #404040;
  font-size: 16px;
}
.inputDiv .ui-inputfield.ui-state-error,
.inputDiv .ui-autocomplete.ui-state-error {
  border: 1px solid #bf1324;
  background: #f9bfc5;
}
.inputDiv .textareabig {
  display: block;
  width: 100%;
  max-width: 570px;
}
.inputDiv .labelbig {
  width: 100%;
  max-width: 580px;
}
.inputDiv .radioList > label {
  vertical-align: top;
}
.inputDiv .radioList > div {
  display: inline-block;
  max-width: 250px;
  width: 100%;
}
.inputDiv .radioList.ebeschRadio > div {
  max-width: inherit;
}
.inputDiv .radioList .ui-datalist-item label {
  width: calc(100% - 30px);
}
.searchDiv .ui-inputfield.ui-state-error,
.searchDiv .ui-autocomplete.ui-state-error {
  border: 1px solid #bf1324;
  background: #f9bfc5;
}
/** eUmzug Bestaetigung/Uebersichtsseite **/
.blockItem {
  margin: 14.4px 0 28.8px;
}
.blockItem h3 {
  margin-bottom: 10.4px;
}
.blockItem > div {
  margin-bottom: 5px;
}
.ui-autocomplete-panel.ui-widget-content.ui-corner-all.ui-helper-hidden.ui-shadow {
  background: #ffffff;
}
.ui-autocomplete-item.ui-autocomplete-row.ui-widget-content.ui-corner-all.ui-state-highlight {
  background: #2371bd;
}
.ui-autocomplete-item.ui-autocomplete-row.ui-widget-content.ui-corner-all.ui-state-highlight td {
  color: #ffffff;
}
#content .labelwithinfo {
  background: url("../images/icon_info_grey.svg") no-repeat right 2px center;
}
#content .textwithinfo {
  background: url("../images/icon_info_grey.svg") no-repeat right 2px center;
  padding-right: 30px;
}
#content .ui-button {
  font-size: 16px;
}
.buttons {
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px;
  min-height: 50px;
}
.buttons a {
  text-decoration: underline;
}
.buttons > a + button,
.buttons > a + a {
  margin-left: 30px;
}
.buttons .buttonDiv {
  float: right;
}
.buttons .linkDiv a {
  padding: 5px 0;
  float: left;
  clear: left;
}
@media (min-width: 1565px) {
  .buttons .deacivateYes {
    position: relative;
    right: 300px;
  }
}
.hasDatepicker {
  background: url("../images/icon_datepicker_grey.png") no-repeat right 5px center;
}
.ui-datepicker {
  background-color: #ffffff;
  border: 1px solid #b1b1b1;
}
.ui-datepicker table {
  table-layout: fixed;
}
.ui-datepicker a.ui-datepicker-prev:not(.ui-state-disabled) {
  background: #1d5f9f url("../images/icon_leftarrow_triangle.svg") center no-repeat;
}
.ui-datepicker a.ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
}
.ui-datepicker a.ui-datepicker-next:not(.ui-state-disabled) {
  background: #1d5f9f url("../images/icon_rightarrow_triangle.svg") center no-repeat;
}
.ui-datepicker a.ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
}
.ui-datepicker td.ui-datepicker-today span,
.ui-datepicker td a.ui-state-hover,
.ui-datepicker td a.ui-state-highlight {
  background-color: #1d5f9f;
  color: #ffffff;
}
.ui-datepicker td.ui-state-disabled span {
  background-color: #c6c6c6;
}
/*Anzeige Steueramt*/
div.adresse {
  margin: 35px 0 10px;
}
div.adresse span:not(.mail) {
  display: block;
}
div.adresse span {
  line-height: 20px;
}
div.adresse .titel {
  font-weight: bold;
}
div.adresse.ui-dialog-content {
  margin: 0;
  padding: 0 30px 30px;
}
.dlgKontakt .ui-dialog-content {
  margin: 0 20px 20px;
}
.dlgKontakt .ui-dialog-content .adresse {
  margin: 0;
}
.dlgKontakt .ui-dialog-content .adresse .titel {
  margin-bottom: 12px;
  font-size: 20px;
  color: #6f6f6f;
}
.dlgKontakt a.ui-dialog-titlebar-close {
  height: 16px;
  width: 16px;
  background: url("../images/icon_close.svg") no-repeat center center;
  padding: 0;
}
.emailDlg {
  width: 300px !important;
}
.emailDlg input {
  font-size: 16px;
  padding: 5px;
}
.emailDlg .ui-dialog-content {
  margin: 1em 2em 1.5em;
}
.emailDlg .ui-dialog-content a {
  line-height: 45px;
}
.emailDlg .ui-dialog-content button {
  float: right;
  margin-top: 10px;
}
/* Growl */
.ui-growl {
  background-color: #ffffff;
}
.ui-growl-message {
  font-size: 16px;
  line-height: 19.2px;
}
.ui-message span {
  display: inline;
}
/*Validation Message zu Input*/
#content .ui-message.ui-message-error.ui-widget.ui-corner-all {
  background: #ffffff;
  border: none;
  color: #bf1324;
  display: inline-block;
}
#content .ui-message-info,
#content .ui-message-error,
#content .ui-message-warn,
#content .ui-message-fatal {
  margin: 0;
}
.required {
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 20px;
  color: #696969;
}
.required span {
  margin-right: 5px;
}
#centerForm {
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 1500px;
  padding: 0 40px;
  position: relative;
  top: 85px;
}
#system {
  background-color: #FFFF00;
  float: right;
  font-weight: bold;
  max-width: 1200px;
  padding: 5px;
  text-align: center;
  width: 100%;
}
#content {
  clear: both;
  color: #404040;
  float: right;
  max-width: 1200px;
  margin: 5px 0;
  padding-bottom: 40px;
  width: 100%;
  /* Table standard */
  /**Radio-Buttons**/
  /**Radio-Buttons in List**/
}
#content .ui-datatable {
  margin-bottom: 30px;
}
#content .ui-datatable tbody td,
#content .ui-datatable thead th,
#content .ui-datatable tfoot td,
#content .ui-datatable tfoot th {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 5px;
  text-align: left;
}
#content .ui-datatable tbody td:first-child,
#content .ui-datatable thead th:first-child,
#content .ui-datatable tfoot td:first-child,
#content .ui-datatable tfoot th:first-child {
  padding-left: 20px;
}
#content .ui-datatable .buttoncolumn {
  width: 1%;
  white-space: nowrap;
}
#content .ui-datatable thead th {
  padding: 16px 5px;
  background-color: #f3f3f3;
}
#content .ui-datatable .ui-column-filter {
  background: #f3f3f3;
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: none;
  display: inline;
  width: inherit;
}
#content .ui-datatable .ui-filter-column:not(.dateFilter) .ui-column-title {
  display: none;
}
#content .ui-datatable tfoot td {
  border-bottom: none;
  font-weight: bold;
}
#content .ui-datatable .ui-paginator {
  background: #f3f3f3;
  font-size: 14.4px;
}
#content .ui-datatable .ui-paginator .ui-paginator-page.ui-state-active {
  border: 1px solid #b1b1b1;
}
#content .ui-datatable .ui-paginator.ui-paginator-bottom span.ui-paginator-first {
  background: url("../images/nav_first.svg") no-repeat left 1px;
  width: 16px;
  height: 16px;
}
#content .ui-datatable .ui-paginator.ui-paginator-bottom span.ui-paginator-last {
  background: url("../images/nav_last.svg") no-repeat right 1px;
  width: 16px;
  height: 16px;
}
#content .ui-datatable .ui-paginator.ui-paginator-bottom span.ui-paginator-next {
  background: url("../images/nav_next.svg") no-repeat right 1px;
  width: 16px;
  height: 16px;
}
#content .ui-datatable .ui-paginator.ui-paginator-bottom span.ui-paginator-prev {
  background: url("../images/nav_previous.svg") no-repeat left 1px;
  width: 16px;
  height: 16px;
}
#content .ui-radiobutton .ui-radiobutton-box {
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 16px;
  border: 1px solid #404040;
  background: #FFFFFF;
}
#content .ui-radiobutton .ui-radiobutton-box.ui-state-active,
#content .ui-radiobutton .ui-radiobutton-box.ui-state-focus,
#content .ui-radiobutton .ui-radiobutton-box.ui-state-hover {
  background: #1d5f9f url("../images/radiobtn_bg.svg") no-repeat;
  background-size: 16px;
}
#content .ui-datalist-item .ui-radiobutton {
  margin: 0 10px 0 0;
  vertical-align: text-top;
}
#content .radiobuttonlist .ui-datalist-item > div:not(:first-of-type) {
  position: relative;
  left: 20px;
  top: -21px;
  padding: 5px 0;
}
#content .ui-selectmanycheckbox label,
#content .ui-selectoneradio label {
  margin-left: 6px;
  margin-top: 12px;
}
#content .ui-chkbox .ui-chkbox-box.ui-state-hover {
  background: transparent;
}
#content .ui-chkbox-icon {
  background: url("../images/checkbox_empty_24px.svg") no-repeat center transparent;
  display: block;
  height: 18px;
  width: 18px;
  background-size: 18px;
  overflow: hidden;
  line-height: 18px;
}
#content .ui-chkbox-icon.ui-icon-check {
  background-image: url("../images/checkbox_checked_24px.svg");
}
#content .ui-chkbox .ui-chkbox-box.ui-state-focus .ui-chkbox-icon {
  border: 2px solid #0c3c6b;
}
/**DIALOG**/
.ui-dialog.textDialog {
  background: #ffffff;
  width: auto;
}
.ui-dialog.textDialog ul {
  display: table;
}
.ui-dialog.textDialog ul li {
  display: table-row;
}
.ui-dialog.textDialog ul li span {
  display: table-cell;
  padding: 3px;
}
/*Personenliste Boxen mit Checkbox*/
#content .personenliste .ui-datalist-item {
  margin: 0 30px 30px 0;
  width: 100%;
  max-width: 350px;
  height: 200px;
  float: left;
  position: relative;
}
#content .personenliste .ui-chkbox-box {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 10px;
  left: -15px;
}
#content .personenliste .ui-chkbox-icon {
  background-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
}
#content .personenliste .ui-state-disabled .ui-chkbox-icon {
  background: #ececec none repeat scroll 0 0;
  border: 1px solid #575757;
}
#content .personenliste .listeintrag > label {
  width: 100%;
}
#content .personenliste .listeintrag > label > span {
  display: block;
}
#content .personenliste .listeintrag .spanName {
  background: #ececec none repeat scroll 0 0;
  border: 1px solid #868686;
  padding: 0 10px 0 30px;
  line-height: 50px;
}
#content .personenliste .listeintrag .bottomBereich {
  height: 150px;
  overflow: hidden;
  position: relative;
  border-left: 1px solid #868686;
  border-right: 1px solid #868686;
  border-bottom: 1px solid #868686;
}
#content .personenliste .listeintrag .bottomBereich.true {
  background: #f5f5f5;
}
#content .personenliste .listeintrag .spanGeb {
  color: #555555;
  padding: 10px 10px 10px 30px;
}
#content .personenliste .listeintrag .spanGrund {
  padding: 0 10px 10px 30px;
}
#content .personenliste .listeintrag .spanGesperrt {
  background: #c60000 none repeat scroll 0 0;
  bottom: 20px;
  color: #ffffff;
  padding: 10px 50px;
  position: absolute;
  right: -40px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.labelwithinfo {
  background: url("../images/icon_info_grey.svg") no-repeat right 2px center;
}
@media (max-width: 778px) {
  #content .personenliste {
    margin-left: 20px;
  }
}
.infoShown {
  position: relative;
}
#mobileTooltip {
  background-color: #ffffdd;
  box-sizing: border-box;
  font-size: 12.8px;
  font-style: italic;
  font-weight: normal;
  padding: 3px;
  position: absolute;
  right: 0;
  width: 215px;
  z-index: 1000;
}
/* ------- Header ------- */
#headerForm {
  border-bottom: 5px solid #1d5f9f;
  position: fixed;
  left: 0;
  top: 0;
  height: 85px;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
}
#header {
  max-width: 1500px;
  height: 85px;
  padding: 0 40px;
}
#headerContent,
#footerContent {
  float: right;
  max-width: 1200px;
  width: 100%;
}
#logo,
#heading {
  float: left;
  position: relative;
}
#heading {
  left: 20px;
  top: 15px;
}
#eservice_title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
}
#eservice_subtitle {
  display: block;
}
#header_menu {
  float: right;
}
#header_menu div {
  float: left;
}
#header_menu div:nth-of-type(2) {
  background: url("../images/header/bg_logout_user_center.png") no-repeat;
  height: 24px;
  width: 15px;
}
#konto span {
  float: left;
}
#konto span:first-of-type {
  background: url("../images/header/bg_user_left.png") no-repeat;
  height: 24px;
  width: 12px;
}
#konto span:nth-of-type(2) {
  background-color: #404040;
  color: #f5f5f5;
  display: inline-block;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  font-size: 14.4px;
}
#konto span:nth-of-type(3) {
  background: url("../images/header/user_large.png") no-repeat center #404040;
  border-left: 1px solid #b1b1b1;
  height: 24px;
  width: 24px;
}
#logout span {
  float: left;
}
#logout span:nth-of-type(1) {
  background-color: #c02b19;
  color: #f5f5f5;
  display: inline-block;
  font-size: 14.4px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
}
#logout span:nth-of-type(2) {
  background: url("../images/header/onoff_large.png") no-repeat center #c02b19;
  border-left: 1px solid #b1b1b1;
  height: 24px;
  width: 24px;
}
#logout span:last-of-type {
  background: url("../images/header/bg_logout_right.png") no-repeat;
  height: 24px;
  width: 12px;
}
@media (max-width: 778px) {
  #logo,
  #header_menu,
  #eservice_subtitle {
    display: none;
  }
  #headerForm {
    border-bottom: 2px solid #1d5f9f;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    height: inherit;
  }
  #header {
    height: 40px;
    padding: 0 10px;
  }
  #heading {
    left: 30px;
    top: 0;
  }
  #heading #eservice_title {
    font-size: 24px;
  }
}
/* ------- Navigation ------- */
@media (min-width: 778px) {
  .mobile-leftpane {
    display: none;
  }
  #leftForm {
    position: fixed;
    top: 90px;
    z-index: 100;
  }
}
#navigation {
  left: 0 !important;
  position: fixed;
  -webkit-transition: left 1s ease 0s;
  -moz-transition: left 1s ease 0s;
  -ms-transition: left 1s ease 0s;
  -o-transition: left 1s ease 0s;
  transition: left 1s ease 0s;
  width: 280px;
  z-index: 100;
}
@media (min-width: 1525px) {
  #navigation {
    height: calc(100% - 85px - 20px);
  }
}
#navigation.collapsed {
  left: -245px !important;
}
#navigation a {
  text-decoration: none;
}
#nav_content {
  background-color: #ffffff;
  border-right: 5px solid #1d5f9f;
  box-sizing: border-box;
  float: left;
  height: 100%;
  padding: 15px 0;
  width: 250px;
  overflow: auto;
}
#nav_content li {
  color: #404040;
  font-size: 19.2px;
  line-height: 19.2px;
  padding: 5px 0 5px 15px;
}
@media (min-width: 778px) {
  #nav_content li.mobile {
    display: none;
  }
}
#nav_content .subtitle {
  color: #6f6f6f;
  display: block;
  font-size: 19.2px;
  font-style: italic;
  text-align: center;
  width: 100%;
}
#nav_content .nav_gemeinde {
  margin: 20px 10px;
}
#nav_content .nav_gemeinde .name {
  font-size: 20.8px;
  line-height: 20.8px;
  width: 100%;
  margin-bottom: 8px;
}
#nav_content .nav_gemeinde ul {
  display: block;
  margin: 8px 0;
}
#nav_content .nav_gemeinde li {
  font-size: 16px;
  line-height: 16px;
  padding: 4px;
}
#nav_content .nav_gemeinde li a {
  color: #6f6f6f;
}
#nav_content .nav_gemeinde li a:active,
#nav_content .nav_gemeinde li a.active {
  color: #1d5f9f;
}
#nav_content .nav_gemeinde li > a {
  color: #404040;
  display: inline-block;
}
#nav_content .nav_gemeinde li > a:active,
#nav_content .nav_gemeinde li > a.active {
  color: #1d5f9f;
}
#nav_content .active > .name {
  color: #1d5f9f;
}
#navmenu {
  background: none repeat scroll 0 0 #c6c6c6;
  padding: 15px 0 5px;
  margin-top: 60px;
}
#navmenu li a {
  background: left center no-repeat;
  color: #404040;
  font-style: italic;
  padding-left: 20px;
}
#navmenu li .username {
  color: #626262;
  font-style: italic;
  font-size: 16px;
}
#navmenu li .home {
  background-image: url("../images/home.png");
}
#navmenu li .user {
  background-image: url("../images/user_small.png");
}
#navmenu li .onoff {
  background-image: url("../images/onoff_small.png");
}
#navmenu li .help {
  background-image: url("../images/icon_help.png");
}
#navmenu li .impressum {
  background-image: url("../images/icon_info.png");
}
#nav_border {
  background-color: #1d5f9f;
  float: right;
  height: 160px;
  padding-right: 5px;
  width: 25px;
}
#nav_border span:last-of-type {
  /*background: url("@{images}bg_menubtn_bottom.svg") no-repeat center;*/
  display: block;
  height: 12px;
  width: 29px;
  margin-top: 12.7px;
}
#nav_border span:last-of-type svg {
  height: 14px;
  width: 31px;
}
#nav_border span:last-of-type svg .bg_menubtn_bottom {
  fill: #1d5f9f;
}
#nav_button {
  background: url("../images/menu.png") no-repeat center;
  display: block;
  height: 35px;
  margin-bottom: 90px;
}
#nav_title {
  color: #f5f5f5;
  display: block;
  font-size: 16px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  text-transform: uppercase;
}
@media (max-width: 778px) {
  #nav_title,
  #nav_border span:last-of-type {
    display: none;
  }
  #leftForm #navigation {
    width: 100%;
    height: calc(100% - 40px - 2px);
  }
  #leftForm #navigation.collapsed {
    left: 0 !important;
  }
  #leftForm #navigation.collapsed-mobile {
    left: -100vw !important;
  }
  #leftForm #navigation #nav_border {
    height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    padding-left: 5px;
  }
  #leftForm #navigation #nav_content {
    border: none;
    width: 100%;
    margin-top: 2px;
  }
}
@media (min-width: 778px) and (max-width: 1565px) {
  #leftForm #navigation {
    height: calc(100% - 85px - 2px);
  }
  #leftForm #navigation.collapsed {
    left: 0 !important;
  }
  #leftForm #navigation.collapsed-mobile {
    left: -245px !important;
  }
}
div.progressbar li {
  color: #b1b1b1;
}
div.progressbar span.bar span {
  background-color: #b1b1b1;
}
div.progressbar svg > circle {
  fill: #b1b1b1 !important;
}
div.progressbar .active:not(.disabled) .title {
  color: #1d5f9f;
}
div.progressbar .active .bar:not(:last-of-type) span,
div.progressbar .done .bar span {
  background-color: #1d5f9f;
}
div.progressbar .active:not(.disabled) svg > circle {
  fill: #1d5f9f !important;
}
@media (max-width: 778px) {
  div.progressbar ul {
    height: 4rem;
  }
  div.progressbar li {
    line-height: 4rem;
  }
  div.progressbar li:not(.active) span.title,
  div.progressbar li.done span.title {
    visibility: hidden;
    width: 0;
  }
  div.progressbar span.bar {
    line-height: 11px;
    height: 9px;
    margin-top: 0;
  }
  div.progressbar span.bar3 {
    width: calc((100vw - 2 * 10px) / (2 * 3) - 4px);
    max-width: 198px;
  }
  div.progressbar span.bar4 {
    width: calc((100vw - 2 * 10px) / (2 * 4) - 4px);
    max-width: 148px;
  }
  div.progressbar span.bar5 {
    width: calc((100vw - 2 * 10px) / (2 * 5) - 4px);
    max-width: 118px;
  }
  div.progressbar span.bar6 {
    width: calc((100vw - 2 * 10px) / (2 * 6) - 4px);
    max-width: 98px;
  }
  div.progressbar span.bar7 {
    width: calc((100vw - 2 * 10px) / (2 * 7) - 4px);
    max-width: 83.71428571px;
  }
  div.progressbar span.bar span {
    height: 4px;
  }
  div.progressbar svg {
    height: 11px;
    width: 11px;
    margin-left: -2px;
  }
}
#footerForm {
  background-color: #404040;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  position: fixed;
  padding: 5px 0;
  width: 100%;
  z-index: 1010;
}
@media (max-width: 778px) {
  #footerForm {
    display: none;
  }
}
#footer {
  max-width: 1500px;
  padding: 0 40px;
}
#footerContent {
  text-align: right;
}
#footerContent > span {
  color: #ffffff;
  float: left;
}
#footerContent > span .egovbox {
  font-weight: bold;
}
#footerContent a {
  color: #ffffff;
  margin-left: 30px;
  text-decoration: none;
}
#footerContent a:hover {
  text-decoration: underline;
}
@media print {
  #headerForm,
  #system,
  .progressbar,
  .buttons,
  .printButton,
  #bottomForm {
    display: none !important;
  }
}
.collaps-svg polygon {
  fill: #1d5f9f;
}
.lupe-svg {
  width: 16px;
  height: 16px;
}
.filterReset svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 4px;
}
.filterReset svg rect {
  fill: #1d5f9f;
}
.arrow-left-svg path {
  fill: #1d5f9f;
}
@media (max-width: 778px) {
  #centerForm {
    max-width: 1500px;
    padding: 0 10px;
    top: 0;
  }
  .buttons button,
  .buttons .button {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .buttons a {
    position: relative;
    padding: 5px 0;
    display: block;
  }
  .buttons a + button,
  .buttons a + a {
    margin: 1px;
  }
  .buttons .linkDiv {
    float: none;
  }
  .buttons .buttonDiv {
    float: inherit;
  }
  #content .ui-datatable {
    margin-bottom: 0px;
  }
  #content .ui-datatable tbody td {
    line-height: 25px;
  }
  #content .ui-datatable tbody td:first-child {
    padding-left: 5px;
  }
  #content .ui-datatable tbody td:last-child {
    margin-bottom: 40px;
  }
  #content .ui-datatable tbody td .ui-column-title {
    font-weight: bold;
  }
  #content .ui-datatable .buttoncolumn {
    /* padding: 10px 80px; erstmal nicht genutzt - ev. später in Tabletsize einfügen*/
    width: 100%;
    white-space: inherit;
  }
  #content .ui-datatable .buttoncolumn button,
  #content .ui-datatable .buttoncolumn .button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #content .ui-datatable .buttoncolumn a.ui-commandlink {
    background-color: #1d5f9f;
    display: inline-block;
    padding: 8px;
    text-align: center;
    width: calc(100% - 16px);
  }
  #content .ui-datatable .buttoncolumn a.ui-commandlink:hover {
    background-color: #2371bd;
  }
  #content .ui-datatable .buttoncolumn a.ui-commandlink svg circle,
  #content .ui-datatable .buttoncolumn a.ui-commandlink svg line {
    stroke: #ffffff;
  }
  #content div.adresse {
    margin: 1;
  }
  #content .inputDiv > div {
    padding: 5px 0;
  }
  #content .inputDiv > div > span {
    width: 100%;
  }
  #content .disable-account {
    margin-top: 0px;
  }
  #content .radiobuttonlist .ui-datalist-item > div:not(:first-of-type) span {
    width: calc(100% - 20px);
  }
  #content .ui-datatable .ui-datatable-data .ui-widget-content > td {
    width: 100% !important;
    background-color: #efefef;
    text-align: right;
  }
  .ui-dialog {
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1100 !important;
    max-height: 100vh !important;
    overflow-y: scroll;
  }
}
/* Kalenderkomponente */
/* ######  FUER PRAESENTATION DIE MELDUNG FUER DIE TEST-
UMGEBUNG ENTFERNT - BITTE DANACH WIEDER LOESCHEN #####*/
/* ##################################################*/
h1 {
  margin: 2rem 0;
}
.section h2 {
  margin: 0;
  margin-bottom: 20px;
}
#sections {
  margin-bottom: 30px;
}
#sections ul {
  padding: 0;
}
#sections ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 20px;
  background: #666;
  border: 2px solid #666;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#sections ul li:hover {
  background: #2371bd;
}
#sections ul li.active {
  background-color: #00a742;
  border: 2px solid #006223;
}
#sections ul li a {
  display: inline-block;
  height: 34px;
  text-decoration: none;
  width: 100%;
  color: #ffffff;
}
#questions {
  width: 100%;
  float: right;
  /* > div {
        margin: 20px 0;
    } */
}
#questions .questionAndAnswer {
  margin-bottom: 40px;
}
#questions .questionAndAnswer .question {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
#questions .questionAndAnswer:not(:last-of-type) .icon:after {
  content: "F:";
}
#questions .questionAndAnswer h2 {
  font-size: 16px;
  margin-bottom: 4px;
}
#questions .questionAndAnswer .answer ul li {
  list-style: disc;
  margin-left: 32px;
  margin-bottom: 10px;
}
#questions p {
  margin: 0;
  margin-bottom: 20px;
}
.egovbox span {
  font-weight: bold;
}
.hidden {
  display: none;
}
#centerForm {
  margin-bottom: 55px;
}
div.adresse {
  margin: 10px 0 35px;
}
.icon {
  background-repeat: no-repeat;
  background-size: 100%;
  float: right;
  position: relative;
}
#mydocument .icon {
	background-image: url('../images/mydocument.png');
	width: 100px;
	height: 100px;
}
#docsafe .icon {
  background-image: url('../images/docsafe.svg');
  width: 100px;
  height: 110px;
}
#erechnung .icon {
  background-image: url('../images/erechnung.png');
  width: 200px;
  height: 75px;
}
.block{
    margin-bottom:46px;
}
