textarea {
  height: 200px !important;
}

.fejlec {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url('/assets/img/fejlec-kep.jpg');
  background-size: cover;
  background-position: center;
}

html, body {
  font-family: 'Montserrat';
}

.fejlec-cim {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: white;
}

.nav-item a {
  color: white!important;
  font-size: 20px;
  margin: 0 15px;
  letter-spacing: 0.43px;
  position: relative;
}

.nav-item a.aktiv:after {
  /*border-bottom: 3px solid var(--bs-info);*/
  /*transition: none!important;*/
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid var(--bs-info);
}

@media (min-width: 1200px) {
  .nav-item a:hover:after {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid var(--bs-info);
  }
}

.nav-link.active {
  padding-left: 0!important;
  padding-right: 0!important;
}

@media (min-width: 1200px) {
  .nav-item .bejelentkezes-link:hover:after {
    /*box-shadow: 0px 3px 6px #00000029;*/
    /*border-bottom: 3px solid var(--bs-info)!important;*/
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid var(--bs-info);
  }
}

.nav-item .bejelentkezes-link:hover {
  border-bottom: none;
}

.regisztracio-gomb, .szakemberkereso-gomb, .belepes-gomb, .elfelejtett-jelszo-gomb, .regisztracio-gomb {
  border-width: 3px;
  border-radius: 0;
}

.elfelejtett-jelszo-gomb:hover {
  color: white;
}

.szoveg {
  /*color: var(--bs-gray);*/
  color: rgba(42,67,160,1);
}

.parallax-szekcio {
  width: 100%;
  /*height: 390px;*/
  background: linear-gradient(rgba(13,110,253,.6), rgba(13,110,253,.6)),url('/assets/img/szakember-kep.jpg');
  /*background-position: 0% 0%;*/
  background-size: cover;
  background-attachment: fixed;
      display: flex;
    align-items: center;
}

@media (min-width: 300px) and (max-width: 768px) {
  .parallax-szekcio {
    background-attachment: scroll;
    background-position: 20% 40%;
  }
}

.allec {
  width: 100%;
  /*height: 200px;*/
  background: var(--bs-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.kozossegi-ikonok img {
  margin: 0 5px;
}

.form-check.form-switch input:checked {
  background-color: var(--bs-primary)!important;
  border-color: var(--bs-primary)!important;
  box-shadow: none!important;
}

.form-check.form-switch input {
  box-shadow: none!important;
}

.bejelentkezo-regisztracio-urlap {
  color: var(--bs-gray)!important;
}

nav.navbar {
	background: linear-gradient(0deg, rgba(0,0,0,0) 6%, rgba(0,0,0,0.4) 100%);
}