@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');

* {
border: 0;
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: Quicksand;
}
.wrapper {
  max-width: 1500px;
  margin: 0 auto;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}
#contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#contact a {
  padding: 0 10px 0 10px;
  text-decoration: none;
}
#contact a:visited {
  text-decoration: none;
}
.fas.fa-bars {
  margin-left: 10px;
  font-size: 1.3em;
  display: var(--fa-bars-display,none);
}
@media only screen and (max-width: 1200px) {
  .fas.fa-bars {
    display: var(--fa-bars-display,inline-block);
  }
} 
nav {
  clear: both;
  background-color: #91C340;
  height: 3em;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}
nav a {
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s;
  color: white;
  font-size: 1em;
  font-weight: 600;
  padding: 8px 5px 8px 5px;
  letter-spacing: 5px;   
}
nav a:hover {
  background-color: white;
  color: #91C340;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}
#logo {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#logo img {
  width: 15em;
}
@media only screen and (max-width: 1200px) {
  nav a {
    display: none;
}
}
@media only screen and (max-width: 700px) {
  #logo {
    display: none;
}
}
.fa-solid {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #91C340;
  font-size: 1.2em;
}
.fa-download {
  padding: 30px 0 30px 10px;
}
.fa-brands {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #91C340;
  font-size: 1.2em;
}
.fa-angle-double-left {
  padding: 10px;
  color: #91C340;
  font-size: 1.5em;
  padding-left: 5px;
}
.fa-angle-double-left:hover {
  background-color: #91C340;
  color: white;
  transition: 0.8s;
}
#adoszam {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  font-size: 1.5em;
  color: #91C340;
}
main {
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  max-width: 1200px;
  color: #91C340;
  border-top: 2px solid #91C340;
}
.dezso img {
  width: 20em;
  margin: 7px;
}
.udvozles {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #91C340;
  margin-bottom: 30px;
  padding-top: 30px;
}
.koszonto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.szoveg {
  float: right;
  width: 50%;
}
.szoveg p {
  line-height: 1.5em;
  font-weight: 600;
  text-align: justify;
  padding-left: 10px;
}
@media only screen and (max-width: 679px) {
  .szoveg p {
    padding: 0;
  }
}
.szoveg h4 {
  text-align: center;
  padding: 20px 0 20px 400px;
}
@media only screen and (max-width: 1109px) {
  .szoveg h4 {
    padding: 20px 0 20px 0;
}
}
footer {
  background-color: #91C340;
  padding-bottom: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}
.mvedelmi {
  margin-top: 20px;
  border-top: 1px solid white;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  padding-top: 30px;
}
.info {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  color: white;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}
.idezet {
  text-align: center;
  margin-bottom: 50px;
  color: #91C340;
}
.celunk {
  border: 10px solid white;
  transition: 0.5s;
}
.celunk h3 {
  color: #91C340;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 5px;
  padding-bottom: 5px;
}
.celunk:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}
.celunk p {
  color: #91C340;
  line-height: 1.5em;
  padding-bottom: 20px;
  text-align: justify;
}
@media only screen and (max-width: 1100px) {
  .info {
    display: block;
}
}
.hid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.hid h3 {
  text-transform: uppercase;
  padding: 5px;
  color: #91C340;
}
.hid h3:hover {
  background-color: #91C340;
  color: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}
.hid a {
  text-decoration: none;
}
.hid a:visited {
  color: #91C340;
}
.hid a:hover{
  color: #91C340;
}
.hid img {
  width: 17em;
  border: 10px solid white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}
.cifrakert img {
  width: 17em;
}
.tagok {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  color: #91C340;
  text-align: center;
}
.tagok div {
  width: 17em;
  height: 25em;
  border: 10px solid white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}
.tagok p {
  padding-top: 50px;
}
.tagok h4 {
  text-transform: uppercase;
}
.informaciok {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #91C340;
}
.alapito {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.palyazat {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding-top: 40px;
  padding-bottom: 200px;
}
.palyazat1 {
  background-color: white;
  color: #91C340;
  padding: 20px;
  width: 700px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
  letter-spacing: 2px;
  text-align: center;
}
.palyazat1 a {
  text-decoration: none;
  text-transform: uppercase;
  color: #91C340;
  font-weight: 1000;
  font-size: 1.2em;
}
.palyazat2 {
  background-color: white;
  color: #91C340;
  padding: 20px;
  max-width: 700px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
  letter-spacing: 2px;
  text-align: center;
}
.palyazat3 {
  background-color: white;
  color: #91C340;
  padding: 20px;
  width: 700px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
  letter-spacing: 2px;
  text-align: center;
}
.palyazat3 a {
  text-decoration: none;
  text-transform: uppercase;
  color: #91C340;
  font-weight: 1000;
  font-size: 1.2em;
}
@media only screen and (max-width: 1137px) {
  .palyazat {
    padding-bottom: 0;
}
}
.box-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#onkorm {
  width: 12em;
}
.box-2 {
   display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.box-2 img {
  width: 8em;
}
.tamogatok2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}