@charset "UTF-8";
body {
  color: #333333;
}

.authentication {
  background: url("../images/zsaak_head2.jpg") no-repeat top left;
  background-size: cover;
}

@media (min-width: 768px) {
  .authentication {
    background-position: top center;
  }
  .authentication .auth-box-wrap {
    width: 350px;
    height: 408px;
    padding: 0 50px;
    margin: 0 -50px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.home section,
.home footer {
  padding-top: 45px;
  padding-bottom: 45px;
}
.home .services .container {
  max-width: 800px;
}
.home .services .circle {
  margin: 0 auto 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #28a745;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 74px;
  color: #28a745;
}
.home .news {
  background: url("../images/zsaak_head2.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.home .news:before {
  background-color: rgba(0, 0, 0, 0.37);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
.home .news .container {
  position: relative;
  z-index: 2;
  height: 318px;
}
.home .news h2 {
  font-size: 40px;
}
.home .useful-links h3,
.home .useful-links i {
  color: #28a745;
}
.home .useful-links i {
  font-size: 50px;
}
.home .useful-links .col-2 {
  text-align-last: center;
}
.home .contact {
  background: url("../images/zsaak_head2.jpg") no-repeat bottom center;
  background-size: cover;
  position: relative;
}
.home .contact:before {
  background-color: rgba(0, 0, 0, 0.37);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
.home .contact .container {
  position: relative;
  z-index: 2;
  height: 318px;
}
.home .contact h2 {
  font-size: 40px;
}
.home .contact-info i {
  color: #28a745;
}
.home .contact-info a {
  color: #333333;
  transition: color 0.2s;
}
.home .contact-info a:hover {
  color: #28a745;
}
.home footer {
  background-color: #333333;
  color: #ffffff;
}

.admin .color-grey {
  background-color: #c3c1c2;
  color: #333333;
}
.admin .btn-primary {
  background-color: #777777;
  border-color: #777777;
}
.admin .btn-primary:hover {
  background-color: #28a745;
  border-color: #28a745;
}
.admin .pagination .page-item.active .page-link {
  background-color: #777777;
  border-color: #777777;
  color: #ffffff;
}
.admin .pagination .page-item .page-link {
  color: #777777;
}
.admin main a {
  color: #333333;
  transition: color 0.1s;
}
.admin main a:hover {
  text-decoration: none;
  color: #28a745;
}
.admin .btn .fas {
  line-height: 1.5;
}
.admin .login-form {
  max-width: 200px;
}
.admin .breadcrumb {
  background-color: rgba(0, 0, 0, 0.1);
}
.admin .toast {
  opacity: 1;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
}
.admin .custom-file .invalid-feedback {
  position: absolute;
  margin-top: 60px;
}
.admin .custom-file-label::after {
  content: "Tallózás";
}
.admin blockquote.blockquote {
  border-left: 5px solid #28a745;
  background-color: rgba(255, 255, 255, 0.25);
}

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