.paginationWrapper {
  text-align: center;
  padding: 20px 0px 20px 0;
}

.contentmain .pagination {
  display: inline-block;
}
.contentmain .pagination li {
  float: left;
  background: transparent;
  padding: 0;
}
.contentmain .pagination li.placeholder {
  padding: 7px 12px;
}
.contentmain .pagination li a {
  color: #CC4E19;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.contentmain .pagination li.current {
  padding: 6px 12px;
  margin-left: -1px;
  border: 1px solid #ddd;
  background: #CC4E19;
  color: #fff;
}

.projectSearchForm {
  background: #fafafa no-repeat 30px;
  border: 1px solid #ccc;
  padding: 20px 10px;
  max-width: 100%;
}
.projectSearchForm .fieldwrap {
  margin-bottom: 10px;
}
.projectSearchForm label {
  font-weight: normal;
}
.projectSearchForm input,
.projectSearchForm select,
.projectSearchForm textarea {
  width: 100%;
  font-family: inherit;
}
.projectSearchForm input[type=text] {
  padding: 0 5px;
}
.projectSearchForm .focuspoint input[type=checkbox] {
  width: 15px;
  float: left;
  margin-top: 7px;
}
.projectSearchForm .focuspoint label {
  width: 90%;
  float: right;
}
.projectSearchForm .focuspoint:after {
  content: '';
  clear: both;
  display: table;
}
.projectSearchForm .mapWrap {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}

.tx_bafzaprojectdb.projectList {
  font-size: 15px;
  line-height: 18px;
  width: 100%;
}
.tx_bafzaprojectdb.projectList thead {
  background: #EC7404;
}
.tx_bafzaprojectdb.projectList thead th {
  color: #fff;
}
.tx_bafzaprojectdb.projectList thead th a {
  color: #fff;
}
.tx_bafzaprojectdb.projectList th, .tx_bafzaprojectdb.projectList td {
  vertical-align: top;
  padding: 4px;
}
.tx_bafzaprojectdb.projectList th.projectname, .tx_bafzaprojectdb.projectList td.projectname {
  width: 25%;
}
.tx_bafzaprojectdb.projectList th.zip, .tx_bafzaprojectdb.projectList td.zip {
  width: 12%;
}
.tx_bafzaprojectdb.projectList th.town, .tx_bafzaprojectdb.projectList td.town {
  width: 20%;
}
.tx_bafzaprojectdb.projectList th.federalstate, .tx_bafzaprojectdb.projectList td.federalstate {
  width: 18%;
}
.tx_bafzaprojectdb.projectList th.focuspoint, .tx_bafzaprojectdb.projectList td.focuspoint {
  width: 25%;
}
.tx_bafzaprojectdb.projectList .buttonStandard,
.tx_bafzaprojectdb.projectList a.buttonStandard {
  border: 1px solid #EC7404;
  background: #EC7404 !important;
  color: #fff !important;
  padding: 5px 10px;
  display: block;
  text-align: center;
}
.tx_bafzaprojectdb.projectList .buttonStandard:hover,
.tx_bafzaprojectdb.projectList a.buttonStandard:hover {
  background: #9f3d13 !important;
  color: #fff !important;
}
.tx_bafzaprojectdb.projectList .buttonReset {
  border: 1px solid #ccc;
  background: #f8f8f8 !important;
  color: #222 !important;
  padding: 5px 10px;
  display: block;
  text-align: center;
}
.tx_bafzaprojectdb.projectList .buttonReset:hover {
  background: #b3b3b3 !important;
  color: #222 !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #fafafa;
}

.tx-bafza-projectdb .typo3-messages {
  margin-top: 20px;
}

.newProject .fieldwrap {
  margin-bottom: 10px;
}
.newProject .fieldwrap input[type=text] {
  width: 100%;
  font-family: 'BundesSans', Arial, helvetica, sans-serif;
}
.newProject .fieldwrap input[type=select] {
  font-family: 'BundesSans', Arial, helvetica, sans-serif;
}
.newProject .fieldwrap label {
  font-weight: normal;
}

.typo3-messages {
  margin-bottom: 10px;
}
.typo3-messages.typo3-message-ok {
  padding: 10px;
  background: #90ee90;
}

.formFurtherDetails {
  background: #fafafa no-repeat 30px;
  border: 1px solid #ccc;
  padding: 20px 10px;
}
.formFurtherDetails .fieldwrap {
  margin-bottom: 10px;
}
.formFurtherDetails .fieldwrap label {
  font-weight: normal;
}
.formFurtherDetails .fieldwrap textarea {
  width: 100%;
  font-family: 'BundesSans', Arial, helvetica, sans-serif;
}

.buttonStandard {
  border: 1px solid #EC7404;
  background: #EC7404 !important;
  color: #fff !important;
  padding: 5px 10px;
  display: block;
  text-align: center;
}
.buttonStandard:hover {
  background: #9f3d13 !important;
  color: #fff !important;
}

.buttonReset {
  border: 1px solid #ccc;
  background: #f8f8f8 !important;
  color: #222 !important;
  padding: 5px 10px;
  display: block;
  text-align: center;
}
.buttonReset:hover {
  background: #b3b3b3 !important;
  color: #222 !important;
}

.tx-bafza-projectdb li.alert {
  background-image: none;
}

.marginTop {
  margin-top: 15px;
}

.tx-bafza-projectdb li {
  display: block;
}
