/* ------- 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;
}
h1 {
  color: #6f6f6f;
  font-size: 26px;
  letter-spacing: -0.325px;
}
h2 {
  color: #6f6f6f;
  font-size: 19.5px;
  letter-spacing: -0.325px;
  margin: 26px 0;
}
h3 {
  color: #6f6f6f;
  margin-top: 15.6px;
}
p {
  margin: 15.6px 0;
}
p,
p * {
  color: #404040;
  font-size: 16px;
  line-height: 19.5px;
}
a,
a.ui-commandlink {
  color: #009900;
}
button,
.button {
  border: none;
  background-color: #009900;
  color: #ffffff;
  margin-bottom: 6.5px;
  padding: 3.9px 13px;
}
@media (max-width: 808px) {
  button,
  .button {
    width: 100%;
  }
}
td button,
td .button {
  margin: 0;
}
button:hover,
.button:hover {
  background-color: #78b43c;
}
button.ui-commandlink,
.button.ui-commandlink {
  color: #ffffff;
  text-decoration: none;
}
label,
span {
  display: inline-block;
}
input {
	border: 1px solid #b1b1b1;
	height: 30px;
	font-size: 16px;
}
ul {
  margin: 0 0 13px 0;
}
li {
  list-style: none;
}
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;
}
.inputDiv {
  margin-bottom: 13px;
  /**Über beide Spalten aus**/
  /**Radio-Buttons in inputDiv**/
}
.inputDiv label,
.inputDiv .label {
  width: 100%;
  max-width: 300px;
}
.inputDiv div {
  padding: 2px;
  font-weight: normal;
}
.inputDiv .ui-inputfield,
.inputDiv .ui-autocomplete {
  width: 100%;
  max-width: 270px;
  color: #404040;
}
.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: 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: #ffffff;
}
/**Labels und Texte with info icon**/
#content .labelwithinfo {
  background: url("../resources/images/icon_info_grey.svg") no-repeat right 2px center;
}
#content .textwithinfo {
  background: url("../resources/images/icon_info_grey.svg") no-repeat right 2px center;
  padding-right: 30px;
}
/* Buttons Div */
.buttons {
  clear: both;
  margin-top: 20px;
  min-height: 50px;
}
.buttons a {
  font-weight: bold;
  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;
  }
}
.hasDatepicker {
  background: url("../resources/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: #009900 url("../resources/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: #009900 url("../resources/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: #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/images/icon_close.svg") no-repeat center center;
}
/* Growl */
.ui-growl {
  background-color: #ffffff;
}
.ui-growl-message {
  font-size: 13px;
  line-height: 15.6px;
}
.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;
}
#content .ui-message-info-detail,
#content .ui-message-error-detail,
#content .ui-message-warn-detail,
#content .ui-message-fatal-detail {
  margin: 0;
}
#centerForm {
  margin-top: 10px;
  max-width: 1500px;
  padding: 0 40px;
}
@media (max-width: 778px) {
  #centerForm {
    margin-top:0;
    padding: 0 10px;
  }
}
#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 60px;
  width: 100%;
  /* Table standard */
  /**Radio-Buttons**/
  /**Radio-Buttons in List**/
}
@media (max-width: 778px) {
  #content {
    margin:0;
  }
}
#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: 13px;
  font-weight: bold;
  border: none;
  display: inline;
}
#content .ui-datatable tfoot td {
  border-bottom: none;
  font-weight: bold;
}
#content .ui-datatable .ui-paginator {
  background: #f3f3f3;
  font-size: 11.7px;
}
#content .ui-datatable .ui-paginator.ui-paginator-top {
  display: none;
}
#content .ui-datatable .ui-paginator .ui-paginator-page.ui-state-active {
  border: 1px solid #b1b1b1;
}
#content .ui-datatable .ui-paginator .ui-paginator-bottom span {
  width: 16px;
  height: 16px;
}
#content .ui-datatable .ui-paginator .ui-paginator-bottom span.ui-paginator-first {
  background: url("../resources/images/nav_first.svg") no-repeat left 1px;
}
#content .ui-datatable .ui-paginator .ui-paginator-bottom span.ui-paginator-last {
  background: url("../resources/images/nav_last.svg") no-repeat right 1px;
}
#content .ui-datatable .ui-paginator .ui-paginator-bottom span.ui-paginator-next {
  background: url("../resources/images/nav_next.svg") no-repeat right 1px;
}
#content .ui-datatable .ui-paginator .ui-paginator-bottom span.ui-paginator-prev {
  background: url("../resources/images/nav_previous.svg") no-repeat left 1px;
}
#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;
}
#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;
}
/* ------- Header ------- */
#headerForm {
  border-bottom: 5px solid #009900;
}
#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: 40px;
  line-height: 40px;
}
#eservice_subtitle {
  display: block;
}
#header_menu {
  float: right;
}
#header_menu div {
  float: left;
}
#header_menu div:nth-of-type(2) {
  background: url("../resources/images/header/bg_logout_user_center.png") no-repeat;
  height: 24px;
  width: 15px;
}
@media (max-width: 778px) {
  #logo, #header_menu, #eservice_subtitle {
    display: none;
  }

  #headerForm {
    border-bottom: 2px solid #009900;
  }

  #header {
    height: 40px;
    padding: 0 10px;
  }

  #heading {
    left: 30px;
    top: 0;
  }

  #heading #eservice_title {
    font-size: 19px;
  }
}
#konto span {
  float: left;
}
#konto span:first-of-type {
  background: url("../resources/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: 1rem;
}
#konto span:nth-of-type(3) {
  background: url("../resources/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: 1rem;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
}
#logout span:nth-of-type(2) {
  background: url("../resources/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("../resources/images/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% - 80px - 20px);
  }
}
#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: 15.6px;
  letter-spacing: 0.78px;
  line-height: 15.6px;
  padding: 5px 0 5px 15px;
}
#nav_content .subtitle {
  color: #6f6f6f;
  display: block;
  font-size: 15.6px;
  font-style: italic;
  letter-spacing: 0.78px;
  text-align: center;
  width: 100%;
}
#nav_content .nav_gemeinde {
  margin: 20px 10px;
}
#nav_content .nav_gemeinde .name {
  font-size: 16.9px;
  letter-spacing: 1.69px;
  line-height: 16.9px;
  width: 100%;
}
#nav_content .nav_gemeinde ul {
  display: block;
  margin: 6.5px 0;
}
#nav_content .nav_gemeinde li {
  font-size: 13px;
  letter-spacing: 0.975px;
  line-height: 13px;
  padding: 3.25px 13px;
}
#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/images/home.png");
}
#navmenu li:nth-of-type(2) a {
  background-image: url("../resources/images/user_small.png");
}
#navmenu li:nth-of-type(3) a {
  background-image: url("../resources/images/user_small.png");
}
#navmenu li:nth-of-type(4) a {
  background-image: url("../resources/images/onoff_small.png");
}
#nav_border {
  background-color: #009900;
  float: left;
  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/images/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;
}
@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;
  height: 20px;
  line-height: 20px;
  position: fixed;
  padding: 5px 0;
  width: calc(100% + 40px);
  z-index: 1010;
  margin-left: -40px;
}
@media (max-width: 991px) {
  #footerForm {
    display: none;
  }
}
#footer {
	margin-left: 40px;
  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: #009900;
}
.lupe-svg {
  width: 16px;
  height: 16px;
}
.filterReset svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 4px;
}
.filterReset svg rect {
  fill: #009900;
}
#sucheninp{
	width: 250px;
}
#suchenbtn{
	font-size: 16px;
	color: #FFF;
	height: 32px;
	border: none;
	background: #009900;
	padding: 3px 12px;
}
.gmd_titel {
	background-color: #009900;
}	
/* Kalenderkomponente */
/* ######  FUER PRAESENTATION DIE MELDUNG FUER DIE TEST-
UMGEBUNG ENTFERNT - BITTE DANACH WIEDER LOESCHEN #####*/
#system {
  display: none;
}
/* ##################################################*/
