a {
  color: #000;
}

a:hover {
  color: #000;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 30px 0;
  z-index: 1 !important;
  background-image: none, -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.75) 0px, rgba(255, 255, 255, 0.8) 10px, rgba(255, 255, 255, 0.86) 20px, rgba(255, 255, 255, 0.9) 30px, rgba(255, 255, 255, 0.94) 40px, rgba(255, 255, 255, 0.98) 50px, rgba(255, 255, 255, 0.99) 60px, #ffffff 70px);
  background-image: none, linear-gradient(to top, rgba(255, 255, 255, 0.75) 0px, rgba(255, 255, 255, 0.8) 10px, rgba(255, 255, 255, 0.86) 20px, rgba(255, 255, 255, 0.9) 30px, rgba(255, 255, 255, 0.94) 40px, rgba(255, 255, 255, 0.98) 50px, rgba(255, 255, 255, 0.99) 60px, #ffffff 70px);
  background-color: transparent;
  background-repeat: repeat;
  background-position: center top;
  border-bottom: none;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(5, 38, 57, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(5, 38, 57, 0.05);
}
.header * {
  z-index: 2 !important;
}
.header .dropdown-menu, .header .dropdown-menu *, .header .dropdown-item {
  z-index: 3 !important;
}

.header-image {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: url(/assets/img/schablone_schein_header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1 !important;
}

.main-content {
  position: absolute;
  top: 420px;
  left: 0px;
  width: 100%;
  z-index: 1 !important;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0px, rgba(255, 255, 255, 0.8) 5px, rgba(255, 255, 255, 0.86) 10px, rgba(255, 255, 255, 0.9) 20px, rgba(255, 255, 255, 0.94) 30px, rgba(255, 255, 255, 0.98) 50px, rgba(255, 255, 255, 0.99) 60px, #ffffff 70px);
  padding-top: 50px;
}

.navbar {
  padding: 3px;
  background: linear-gradient(to right, #E13232 60%, #E65A3C 100%);
  margin-top: 30px;
}
.navbar .nav-item {
  font-size: 14px;
  color: #FFF;
  line-height: 18px;
}
.navbar .nav-item a {
  color: #FFF !important;
}

.btn-group {
  margin-bottom: 10px;
}

.hidden {
  display: none;
}

form .row {
  margin-top: 25px;
}

#footer.solid-bg {
  background: #efefef none repeat center top;
  margin-top: 120px;
}

#footer, #bottom-bar {
  border-top: 1px solid #e9e9e9;
}

.footer {
  padding: 0;
  margin: 0 auto;
}

#footer .row {
  margin-top: 22px;
}

.footer-text {
  text-align: right;
  color: #919191;
  font-size: 12px;
}

.btn-primary {
  color: #fff;
  background-color: #000 !important;
  border-color: #000 !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #656665 !important;
  border-color: #656665 !important;
}

.logo {
  margin-top: -20px;
}

.nav-link {
  font-size: 15px;
  padding: 0.2rem 1rem;
}

footer {
  color: #8f8f8f !important;
  padding: 60px !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px !important;
}

.footer-text {
  padding: 10px;
}
.footer-text p {
  margin-bottom: 0;
}

.bg-secondary {
  background: #e8e8e8 !important;
}

.bb {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}

.card-body > .bb:last-child {
  border-bottom: 0;
}

.list-group-item:hover {
  background-color: #e6e6e6;
}
.list-group-item.active {
  color: #656665;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

.list-group a:hover {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.required-hint {
  float: right !important;
}

/*# sourceMappingURL=template.css.map */
