.dkhwSprite {
  background-image: url(../img/spritesheet_dkhw.png);
  background-repeat: no-repeat;
  display: block;
}
.tx-eoa-myproject .pushPadding {
  position: relative;
  padding: 70px 0 0 0;
}
.tx-eoa-myproject .header img {
  margin-bottom: 15px;
}
.tx-eoa-myproject .votesDisplay {
  position: relative;
  padding: 12px 0 9px 59px;
}
.tx-eoa-myproject .votesDisplay:before {
  background-image: url(../img/spritesheet_dkhw.png);
  background-repeat: no-repeat;
  display: block;
  content: "";
  width: 57px;
  height: 38px;
  background-position: 0 0;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.tx-eoa-myproject .voting {
  text-align: center;
  min-height: 80px;
}
.tx-eoa-myproject .voting .innerWrap {
  display: inline-block;
  position: relative;
  margin: 20px 0 0 60px;
}
.tx-eoa-myproject .voting .innerWrap .btn-default {
  background: #164194;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
@media (max-width: 480px) {
  .tx-eoa-myproject .voting .innerWrap .btn-default {
    padding: 18px 52px 17px 10px;
  }
}
.tx-eoa-myproject .voting .innerWrap .btn-default:before,
.tx-eoa-myproject .voting .innerWrap .btn-default:after {
  background-image: url(/fileadmin/EPJC/Resources/Public/img/DKHW/btn_bg.png) !important;
}
.tx-eoa-myproject .voting .innerWrap .btn-default:after {
  width: 49%;
}
.tx-eoa-myproject .voting .innerWrap:before {
  background-image: url(../img/spritesheet_dkhw.png);
  background-repeat: no-repeat;
  display: block;
  content: "";
  width: 99px;
  height: 112px;
  background-position: -57px 0;
  position: absolute;
  top: -33px;
  left: -85px;
  z-index: 1;
}
.tx-eoa-myproject .voting .innerWrap .voteCount {
  padding-top: 5px;
  padding-left: 20px;
  text-align: right;
  font-weight: bold;
  display: none;
}
.tx-eoa-myproject .voting.voted .btnVote {
  display: none;
}
.tx-eoa-myproject .voting.voted .voteCount {
  padding-left: 35px;
  font-size: 18px;
  display: block;
}
.tx-eoa-myproject .f3-widget-paginator {
  clear: both;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.tx-eoa-myproject .f3-widget-paginator a {
  border-bottom: none !important;
}
.tx-eoa-myproject .f3-widget-paginator li {
  display: inline-block;
  height: 36px;
  margin: 0 4px;
}
.tx-eoa-myproject .f3-widget-paginator li.current {
  color: #f39200;
}
.tx-eoa-myproject .f3-widget-paginator .previous span,
.tx-eoa-myproject .f3-widget-paginator .next span,
.tx-eoa-myproject .f3-widget-paginator .first span,
.tx-eoa-myproject .f3-widget-paginator .last span,
.tx-eoa-myproject .f3-widget-paginator .previous a,
.tx-eoa-myproject .f3-widget-paginator .next a,
.tx-eoa-myproject .f3-widget-paginator .first a,
.tx-eoa-myproject .f3-widget-paginator .last a {
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.tx-eoa-myproject .f3-widget-paginator .first,
.tx-eoa-myproject .f3-widget-paginator .last {
  display: none;
}
.tx-eoa-myproject .f3-widget-paginator .previous,
.tx-eoa-myproject .f3-widget-paginator .next {
  background-image: url(../img/spritesheet_dkhw.png);
  background-repeat: no-repeat;
  display: block;
  content: "";
  width: 23px;
  display: inline-block;
}
.tx-eoa-myproject .f3-widget-paginator .previous {
  background-position: -156px -38px;
}
.tx-eoa-myproject .f3-widget-paginator .next {
  background-position: -156px -1px;
}
.tx-eoa-myproject #viewList ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tx-eoa-myproject #viewList ul.listContainer {
  clear: both;
}
.tx-eoa-myproject #viewList ul.listContainer li {
  float: left;
  margin: 0 0 35px;
  width: 303px;
  height: 295px;
  position: relative;
}
.tx-eoa-myproject #viewList ul.listContainer li .projectTitle {
  display: block;
  font-weight: bold;
  font-size: 18px;
  height: 50px;
  width: 90%;
  margin-bottom: 20px;
}
.tx-eoa-myproject #viewList ul.listContainer li .previewImageContainer {
  display: block;
  width: 271px;
  height: 173px;
  overflow: hidden;
}
.tx-eoa-myproject #viewList ul.listContainer li .btn-default {
  bottom: 0;
}
.tx-eoa-myproject #viewShow .projectHeadline {
  font-size: 28px;
}
.tx-eoa-myproject #viewShow section {
  margin-bottom: 40px;
}
.tx-eoa-myproject #viewShow .pdfFileList {
  text-align: center;
}
.tx-eoa-myproject #viewShow .pdfFileList .btn {
  margin: 0 30px 20px;
}
.tx-eoa-myproject #viewShow .tx-eoa-mediaplayer {
  margin-bottom: 30px;
}
.tx-eoa-myproject #viewNew #messageContainer {
  display: none;
}
.tx-eoa-myproject #viewNew .userInfo {
  position: absolute;
  top: 0;
}
.tx-eoa-myproject #viewNew .userInfo .clubName {
  font-size: 20px;
  font-weight: bold;
}
.tx-eoa-myproject #viewNew .error {
  background: #C24430;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 5px;
}
.tx-eoa-myproject #viewNew .error ul {
  margin-bottom: 0;
  padding: 0;
  color: #fff;
}
.tx-eoa-myproject #viewNew #btnSubmitProject {
  margin-top: 15px;
  float: right;
}
.tx-eoa-myproject .mandatory:after {
  content: "*";
  color: #f81a1a;
}
.tx-eoa-myproject .mandatoryNote {
  margin-top: 5px;
}
.tx-eoa-myproject #uploadContainer .fileTypes {
  float: right;
  line-height: 26px !important;
  color: #a6b0ce;
}
.tx-eoa-myproject #messageContainer {
  position: absolute;
  bottom: 2%;
  background-color: #C24430;
  color: #fff;
  padding: 5px;
  margin: 0 2%;
  border-radius: 5px;
  width: 96%;
  text-align: center;
}
.tx-eoa-myproject #fileUpload {
  clear: both;
  min-height: 160px;
  padding-top: 3px !important;
  padding-bottom: 0px !important;
}
.tx-eoa-myproject #fileUpload form {
  padding: 12px 0;
  border-top: 1px solid #a6b0ce;
}
.tx-eoa-myproject #fileUpload form:first-child,
.tx-eoa-myproject #fileUpload form:last-child {
  border-top: none;
}
.tx-eoa-myproject #fileUpload form:after {
  content: "";
  display: block;
  clear: both;
}
.tx-eoa-myproject #fileUpload form .colLeft {
  float: left;
  width: 25px;
}
.tx-eoa-myproject #fileUpload form .colRight {
  color: #a6b0ce;
  display: none;
}
.tx-eoa-myproject #fileUpload form .colRight .filename,
.tx-eoa-myproject #fileUpload form .colRight .filesize {
  float: left;
  margin-top: -2px;
}
.tx-eoa-myproject #fileUpload form .colRight .filesize {
  margin-left: 7px;
}
.tx-eoa-myproject #fileUpload form .colRight .filesize:before {
  content: "(";
}
.tx-eoa-myproject #fileUpload form .colRight .filesize:after {
  content: ")";
}
.tx-eoa-myproject #fileUpload form .btnSelect {
  position: absolute;
  top: 10px;
  right: 0;
}
.tx-eoa-myproject #fileUpload form input[type=file],
.tx-eoa-myproject #fileUpload form .loading,
.tx-eoa-myproject #fileUpload form .btnUpload,
.tx-eoa-myproject #fileUpload form .btnDelete {
  display: none;
}
.tx-eoa-myproject #fileUpload form .btnDelete {
  position: relative;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  font-size: 0;
}
.tx-eoa-myproject #fileUpload form .btnDelete:after {
  background-image: url(../img/spritesheet_dkhw.png);
  background-repeat: no-repeat;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-position: 0 -38px;
  position: absolute;
  top: 0;
  left: 0;
}
.tx-eoa-myproject #fileUpload form .loading {
  font-size: 0;
  width: 16px;
  height: 16px;
  position: relative;
}
.tx-eoa-myproject #fileUpload form .loading img {
  position: absolute;
  top: -2px;
}
.tx-eoa-myproject #fileUpload form.fileSelected .btnUpload {
  display: block;
}
.tx-eoa-myproject #fileUpload form.fileSelected .btnSelect {
  display: none;
}
.tx-eoa-myproject #fileUpload form.loading .loading {
  display: block;
}
.tx-eoa-myproject #fileUpload form.loading .btnSelect {
  display: none;
}
.tx-eoa-myproject #fileUpload form.complete .btnDelete {
  display: block;
}
.tx-eoa-myproject #fileUpload form.complete .btnSelect {
  display: none;
}
.tx-eoa-myproject #fileUpload form.fileSelected,
.tx-eoa-myproject #fileUpload form.loading,
.tx-eoa-myproject #fileUpload form.complete {
  display: block;
}
.tx-eoa-myproject #fileUpload form.fileSelected .colRight,
.tx-eoa-myproject #fileUpload form.loading .colRight,
.tx-eoa-myproject #fileUpload form.complete .colRight {
  display: block;
}
.carousel-inner {
  background-image: none !important;
  border-radius: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
@media (min-width: 768px) {
  header .outer-container {
    height: 73px;
  }
  .tx-eoa-myproject {
    margin-top: -40px;
  }
}
