/* ------- 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;
}
table {
  font-size: 1rem;
}
html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
/* Text */
h1 {
  color: #6f6f6f;
  font-size: 2rem;
  /* todo rem / less */
  font-size: 24px;
  letter-spacing: -0.025em;
}
h2 {
  color: #6f6f6f;
  font-size: 1.5rem;
  letter-spacing: -0.025em;
  margin: 2rem 0;
}
h3 {
  color: #6f6f6f;
  margin-top: 1rem;
}
p {
  margin: 1.2rem 0;
}
p,
p * {
  color: #404040;
  font-size: 1rem;
  line-height: 1.5rem;
}
a,
a.ui-commandlink {
  color: #009900;
}
button,
.button {
  border: none;
  background-color: #009900;
  color: #ffffff;
  margin-bottom: 0.5rem;
  padding: .3em 1em;
  font-size: 16px;
}
@media (max-width: 808px) {
  button,
  .button {
    width: 100%;
  }
}
td button,
td .button {
  margin: 0;
}
button:hover,
.button:hover {
  background-color: #78b43c;
}
.button.ui-commandlink {
  color: #ffffff;
  text-decoration: none;
}
label,
span {
  display: inline-block;
}
input {
  border: 1px solid #b1b1b1;
}
ul {
  margin: 0 0 1rem 0;
}
li {
  list-style: none;
}
li > label,
li > span {
  width: 50%;
}
li .ui-selectoneradio {
  float: right;
  width: 50%;
}
tr.vrsg-disabled {
  color: #c6c6c6;
}
.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: 808px) {
  .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: 808px) {
  .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;
  }
  .ui-datatable.ui-datatable-reflow .ui-datatable-data td:last-child {
    padding-bottom: 2rem;
  }
  .ui-datatable.ui-datatable-reflow .ui-datatable-data td span:last-of-type {
    display: block;
  }
}
.infotext {
  margin: 20px 0px 30px 0;
}
.ui-outputlabel.ui-state-error {
  /*  color: #b94a48; Entfernt RJ - 30.9.15 - falls nicht gebraucht ganz loeschen*/
}
.ui-inputfield.ui-state-error {
  border-color: #b1b1b1;
}
/* Quicklinks */
.quicklinks {
  background-color: #ececec;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.quicklinks ul {
  margin: 0;
}
.quicklinks li {
  font-size: 1rem;
  float: left;
  letter-spacing: 0.1em;
  list-style: none;
  margin-right: 30px;
  padding: 13px;
  text-transform: uppercase;
}
.quicklinks a {
  text-decoration: none;
}
.quicklinks a.ui-commandlink:not(:hover) {
  color: #404040;
}
.inputDiv {
  margin-bottom: 1rem;
  /**Über beide Spalten aus**/
  /**Radio-Buttons in inputDiv**/
}
.inputDiv label {
  width: 100%;
  max-width: 200px;
}
.inputDiv div {
  padding: 2px;
  font-weight: normal;
}
.inputDiv .ui-inputfield {
  width: 100%;
  max-width: 270px;
  color: #404040;
}
.inputDiv .ui-inputfield.ui-state-error {
  border: 1px solid #bf1324;
  background: #f9bfc5;
}
.inputDiv .ui-autocomplete {
  width: 100%;
  max-width: 270px;
}
.inputDiv .textareabig {
  display: block;
  width: 100%;
  max-width: 471px;
}
.inputDiv .labelbig {
  width: 100%;
  max-width: 465px;
}
.inputDiv .radioList > label {
  vertical-align: top;
}
.inputDiv .radioList > div {
  display: inline-block;
  max-width: 250px;
  width: 100%;
}
/**Autocomplete Input**/
.ui-autocomplete-panel.ui-widget-content.ui-corner-all.ui-helper-hidden.ui-shadow {
  background: white;
}
/**Labels und Texte with info icon**/
#content .labelwithinfo {
  background: url("../resources/img/icon_info_grey.svg") no-repeat right 2px center;
}
#content .textwithinfo {
  background: url("../resources/img/icon_info_grey.svg") no-repeat right 2px center;
  padding-right: 30px;
}
/* Buttons Div */
.buttons,
.rechteSpalte.buttons {
  clear: both;
  margin-top: 20px;
  min-height: 50px;
}
.buttons a {
  text-decoration: underline;
}
@media (max-width: 808px) {
  .buttons a {
    position: relative;
    top: 30px;
  }
}
.buttons a + button,
.buttons a + a {
  margin-left: 30px;
}
.buttons button,
.buttons .button {
  float: right;
}
@media (max-width: 808px) {
  .buttons button,
  .buttons .button {
    position: relative;
    top: -15px;
  }
}
.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: #009900 url("../resources/img/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: #009900 url("../resources/img/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: #009900;
  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-titlebar-close {
  height: 16px;
  width: 16px;
  background: url("../resources/img/icon_close.svg") no-repeat center center;
}
/* Utils */
.hidden {
  display: inline;
  left: -10000px;
  overflow: hidden;
  width: 0px;
  position: absolute;
  top: -10000px;
  height: 0px;
  padding: 0;
}
/* Growl */
.ui-growl {
  background-color: #ffffff;
}
.ui-growl-message {
  font-size: 1rem;
  line-height: 1.2rem;
}
.ui-message span {
  display: inline;
}
#centerForm {
  margin-top: 30px;
  max-width: 1500px;
  padding: 0 40px;
}
#content {
  clear: both;
  color: #404040;
  float: right;
  max-width: 1200px;
  margin: 5px 0;
  width: 100%;
}
#system {
  background-color: #FFFF00;
  float: right;
  font-weight: bold;
  max-width: 1200px;
  padding: 5px;
  text-align: center;
  width: 100%;
}
/* Table standard */
#content .ui-datatable {
  margin-bottom: 30px;
}
#content .ui-datatable td,
#content .ui-datatable th {
  border: none;
  text-align: left;
}
#content .ui-datatable .buttoncolumn {
  width: 1%;
  white-space: nowrap;
}
#content .ui-datatable td:first-child {
  padding-left: 20px;
}
#content .ui-datatable td {
  padding: 12px 5px;
  border-bottom: 1px solid #d9d9d9;
}
#content .ui-datatable thead th,
#content .ui-datatable tbody td,
#content .ui-datatable tfoot td,
#content .ui-datatable tfoot th {
  padding: 10px 5px;
}
#content table tbody tr:hover {
  background-color: #ececec;
}
#content .ui-datatable thead th {
  padding: 16px 5px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #d9d9d9;
}
#content .ui-datatable tfoot td {
  border-bottom: none;
  font-weight: bold;
}
#content .ui-datatable thead th:first-child {
  padding-left: 20px;
}
#content .ui-datatable .ui-column-filter {
  background: #f3f3f3;
  color: #404040;
  font-family: Arial;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  display: inline;
}
/* Pagination*/
#content .ui-paginator.ui-paginator-top {
  display: none;
}
#content .ui-datatable .ui-paginator {
  background: #f3f3f3;
  font-size: 0.9rem;
}
#content .ui-datatable .ui-paginator .ui-paginator-page.ui-state-active {
  border: 1px solid #404040;
}
#content .ui-datatable .ui-paginator .ui-paginator-first {
  background: url("../resources/img/nav_first.svg") no-repeat left 1px;
  width: 16px;
  height: 16px;
}
#content .ui-datatable .ui-paginator .ui-paginator-last {
  background: url("../resources/img/nav_last.svg") no-repeat right 1px;
  width: 16px;
  height: 16px;
}
#content .ui-datatable .ui-paginator .ui-paginator-next {
  background: url("../resources/img/nav_next.svg") no-repeat right 1px;
  width: 16px;
  height: 16px;
}
#content .ui-datatable .ui-paginator .ui-paginator-prev {
  background: url("../resources/img/nav_previous.svg") no-repeat left 1px;
  width: 16px;
  height: 16px;
}
/**Radio-Buttons**/
#content .ui-radiobutton .ui-radiobutton-box {
  height: 10px;
  width: 10px;
  line-height: 10px;
  border-radius: 10px;
  border: 1px solid #404040;
}
#content .ui-radiobutton .ui-radiobutton-box.ui-state-active {
  background: #009900;
}
/**Radio-Buttons in List**/
#content .ui-datalist-item .ui-radiobutton {
  margin: 0;
  vertical-align: text-top;
}
/**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;
}
/*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-messages-info-detail,
.ui-messages-warn-detail,
.ui-messages-error-detail,
.ui-messages-fatal-detail,
.ui-message-info-detail,
.ui-message-warn-detail,
.ui-message-error-detail,
.ui-message-fatal-detail {
  margin: 0;
}
#content .ui-message-info,
.ui-message-error,
.ui-message-warn,
.ui-message-fatal {
  margin: 0;
}
#content .ui-message .ui-message-error-icon {
  display: none;
}
/* ------- Header ------- */
#headerForm {
  border-bottom: 5px solid #009900;
}
@media (max-width: 991px) {
  #headerForm {
    display: none;
  }
}
#header {
  max-width: 1500px;
  height: 80px;
  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: 3rem;
  line-height: 3rem;
}
#eservice_subtitle {
  display: block;
}
#header_menu {
  float: right;
}
#header_menu div {
  float: left;
}
#header_menu div:nth-of-type(2) {
  background: url("../resources/img/header/bg_logout_user_center.png") no-repeat;
  height: 24px;
  width: 15px;
}
#konto span {
  float: left;
}
#konto span:first-of-type {
  background: url("../resources/img/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: 1rem;
}
#konto span:nth-of-type(3) {
  background: url("../resources/img/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: 1rem;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
}
#logout span:nth-of-type(2) {
  background: url("../resources/img/header/onoff_large.png") no-repeat center #c02b19;
  border-left: 1px solid #b1b1b1;
  height: 24px;
  width: 24px;
}
#logout span:last-of-type {
  background: url("../resources/img/header/bg_logout_right.png") no-repeat;
  height: 24px;
  width: 12px;
}
/* ------- Navigation ------- */
#navigation {
  left: 0;
  position: absolute;
  -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: 250px;
  z-index: 100;
}
@media (max-width: 991px) {
  #navigation {
    height: 100%;
    top: 0;
  }
}
@media (min-width: 992px) {
  #navigation {
    height: calc(100% - 111px);
  }
}
#navigation.collapsed {
  left: -210px;
}
#navigation a {
  text-decoration: none;
}
#nav_content {
  background-color: #ffffff;
  border-right: 5px solid #009900;
  box-sizing: border-box;
  float: left;
  height: 100%;
  padding: 15px 0;
  width: 215px;
}
#nav_content li {
  color: #404040;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2rem;
  padding: 5px 0 5px 15px;
}
#nav_content .subtitle {
  color: #6f6f6f;
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
}
#nav_content .nav_gemeinde {
  margin: 20px 10px;
  /* ul {
            display: none;
        }

        &.active {

            ul {
                display: block;
                margin: 0.5rem 0;
            }

            .active li {
                font-size: 1rem;
                letter-spacing: 0.075em;
                line-height: 1rem;
                padding: 0.25rem 1rem;

                a {
                    color: @headingColor;
                }

                &.active a {
                    color: @primaryColor;
                }
            }
        }*/
}
#nav_content .nav_gemeinde .name {
  font-size: 1.34rem;
  letter-spacing: 0.1em;
  line-height: 1.34rem;
  width: 100%;
}
#nav_content .nav_gemeinde ul {
  display: block;
  margin: 0.5rem 0;
}
#nav_content .nav_gemeinde li {
  font-size: 1rem;
  letter-spacing: 0.075em;
  line-height: 1rem;
  padding: 0.25rem 1rem;
}
#nav_content .nav_gemeinde li a {
  color: #6f6f6f;
}
#nav_content .active > .name {
  color: #009900;
}
#navmenu {
  background: none repeat scroll 0 0 #c6c6c6;
  padding: 15px 0 5px;
}
#navmenu li a {
  background: left center no-repeat;
  color: #404040;
  font-style: italic;
  padding-left: 20px;
}
#navmenu li:first-of-type a {
  background-image: url("../resources/img/home.png");
}
#navmenu li:nth-of-type(2) a {
  background-image: url("../resources/img/user_small.png");
}
#navmenu li:nth-of-type(3) a {
  background-image: url("../resources/img/user_small.png");
}
#navmenu li:nth-of-type(4) a {
  background-image: url("../resources/img/onoff_small.png");
}
#nav_border {
  background-color: #009900;
  float: left;
  height: 100%;
  max-height: 150px;
  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: 14px;
}
#nav_border span:last-of-type svg {
  height: 14px;
  width: 31px;
}
#nav_border span:last-of-type svg .bg_menubtn_bottom {
  fill: #009900;
}
#nav_button {
  background: url("../resources/img/menu.png") no-repeat center;
  display: block;
  height: 35px;
  margin-bottom: 80px;
}
#nav_title {
  color: #f5f5f5;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  text-transform: uppercase;
}
/* ------- Progressbar ------- */
@media (max-width: 767px) {
  .progressbar {
    display: none;
  }
}
.progressbar li {
  color: #b1b1b1;
}
.progressbar span.bar span {
  background-color: #b1b1b1;
}
.progressbar svg > circle {
  fill: #b1b1b1 !important;
}
.progressbar .active .title {
  color: #009900;
}
.progressbar .active .bar:not(:last-of-type) span,
.progressbar .done .bar span {
  background-color: #009900;
}
.progressbar .active svg > circle {
  fill: #009900 !important;
}
#footerForm {
  background-color: #404040;
  bottom: 0;
  position: fixed;
  padding: 5px 0;
  width: 100%;
  z-index: 1010;
}
@media (max-width: 991px) {
  #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,
  .rechteSpalte.buttons {
    display: none !important;
  }
}
.collaps-svg polygon {
  fill: #009900;
}
.lupe-svg {
  width: 16px;
  height: 16px;
}
/* Datepicker */
.hasDatepicker {
  background: url("../resources/img/icon_datepicker_grey.png") no-repeat right 5px center;
}
/* Kalenderkomponente */
.filterReset svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 4px;
}
.filterReset svg rect {
  fill: #009900;
}
/* ######  FUER PRAESENTATION DIE MELDUNG FUER DIE TEST-
UMGEBUNG ENTFERNT - BITTE DANACH WIEDER LOESCHEN #####*/
#system {
  display: none;
}
/* ##################################################*/

/* aus Theme.css  */
.portlet-section-header {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 29px;
	text-decoration: none;
}

#registerId {
    width: 155px;
}

#password1 {
    width: 50px;
}

#password2 {
    width: 50px;
}

#password3 {
    width: 30px;
}