@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;700&family=Lora:wght@400;500&display=swap");
/* FONTS BY GOOGLE FONTS

font-family: 'Catamaran', sans-serif;
font-family: 'Lora', serif;

*/
body {
  color: #475d5b;
  font-family: "Catamaran", sans-serif;
  background-color: #f9fcfb;
}
body h1 {
  font-family: "Lora", serif;
  font-size: 3rem;
}
body h3 {
  font-family: "Lora", sans-serif;
  color: #20720d;
  font-size: 1.7rem;
}
body h4 {
  font-family: "Lora", sans-serif;
  font-size: 1.2rem;
}
body .btn {
  border-radius: 0;
  font-weight: 700;
  padding: 6px 25px;
  font-size: 1.1em;
}
body .yellow-btn {
  background-color: #ffde00;
  color: #20720d;
}
body .yellow-btn:hover {
  background-color: #20720d;
  color: #ffde00;
}
body .outline-btn {
  background-color: none;
  color: #f9fcfb;
  border: 1px solid #f9fcfb;
}
@media screen and (min-width: 767px) {
  body .outline-btn {
    color: #475d5b;
    border: 1px solid #475d5b;
  }
}
body .outline-btn:hover {
  background-color: #20720d;
  color: #ffde00;
  border: 1px solid #20720d;
}
@media screen and (min-width: 1110px) {
  body .desktop-padding {
    padding: 0 6em;
  }
}
@media screen and (min-width: 1605px) {
  body .desktop-high-padding {
    padding: 0 15em;
  }
}
body header {
  background-image: url("../img/szalkay-5.jpg");
  background-color: #f9fcfb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
}
@media screen and (min-width: 767px) {
  body header {
    position: relative;
    background-image: none;
    background-color: #f9fcfb;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
body header .navbar, body header .scrolled, body header .notscrolled {
  transition: 0.5s;
  /* Adds a transition effect when the padding is decreased */
  position: fixed;
  /* Sticky/fixed navbar */
  width: 100%;
  z-index: 99;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  body header .navbar, body header .scrolled, body header .notscrolled {
    background-color: black;
  }
}
body header .navbar #logo-div, body header .scrolled #logo-div, body header .notscrolled #logo-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Lora", serif;
  line-height: 0.7;
  color: #f9fcfb;
  text-align: left;
  margin-right: 1rem;
  cursor: pointer;
}
body header .navbar #logo-div #logo, body header .scrolled #logo-div #logo, body header .notscrolled #logo-div #logo {
  font-size: 1.8rem;
}
body header .navbar #logo-div #sub-logo, body header .scrolled #logo-div #sub-logo, body header .notscrolled #logo-div #sub-logo {
  font-size: 0.7rem;
}
body header .navbar #logo-div a, body header .scrolled #logo-div a, body header .notscrolled #logo-div a,
body header .navbar .nav-link,
body header .scrolled .nav-link,
body header .notscrolled .nav-link {
  color: #f9fcfb;
  font-family: "Lora", serif;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  body header .navbar #logo-div a, body header .scrolled #logo-div a, body header .notscrolled #logo-div a,
body header .navbar .nav-link,
body header .scrolled .nav-link,
body header .notscrolled .nav-link {
    color: #20720d;
  }
}
body header .navbar .nav-link, body header .scrolled .nav-link, body header .notscrolled .nav-link {
  padding: 18px 0;
}
body header .navbar .nav-link:hover, body header .scrolled .nav-link:hover, body header .notscrolled .nav-link:hover {
  color: #71b466;
}
body header .navbar .navbar-toggler-icon, body header .scrolled .navbar-toggler-icon, body header .notscrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media screen and (min-width: 767px) {
  body header .navbar .navbar-toggler-icon, body header .scrolled .navbar-toggler-icon, body header .notscrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}
body header .notscrolled {
  border-radius: 0;
  border-top: none;
  box-shadow: none;
  padding: 2rem;
}
body header .scrolled {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 2px solid #ffde00;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0.1rem 2rem;
}
@media screen and (max-width: 767px) {
  body header .scrolled {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
body header .herosection {
  width: 100%;
  height: 75vh;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  body header .herosection {
    height: 100vh;
  }
}
body header .hero {
  margin-bottom: -150px;
}
@media screen and (max-width: 767px) {
  body header .hero {
    margin-bottom: 0;
  }
}
body header .hero h1,
body header .hero h2 {
  color: #f9fcfb;
}
@media screen and (min-width: 767px) {
  body header .hero h1,
body header .hero h2 {
    color: #20720d;
  }
}
body header .hero h2 {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media screen and (min-width: 767px) {
  body header .hero h2 {
    color: #475d5b;
  }
}
body header .hero .herobtnbox {
  display: flex;
  width: 100%;
}
body header .heroimg {
  position: relative;
  background-image: url("../img/szalkay-4.jpg");
  background-color: #f9fcfb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  max-height: 700px;
  margin-bottom: -150px;
}
@media screen and (max-width: 767px) {
  body header .heroimg {
    display: none;
  }
}
body main {
  background-color: #367c2b;
  padding: 0;
}
@media screen and (min-width: 767px) {
  body main .munkaink {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1110px) {
  body main .munkaink {
    padding: 5% 1.5rem 1.5rem;
  }
}
body main .munkaink-box img, body main .reverse img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
body main .munkaink-box ul, body main .reverse ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
body main .munkaink-box ul li, body main .reverse ul li {
  position: relative;
  float: left;
  padding: 0 25px 3px 23px;
  list-style-position: inside;
}
body main .munkaink-box ul li span, body main .reverse ul li span {
  position: absolute;
  bottom: 5px;
  left: 0;
}
body main .munkaink-box .pbox, body main .reverse .pbox {
  background-color: #f9fcfb;
}
@media screen and (min-width: 767px) {
  body main .munkaink-box, body main .reverse {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 3rem 0;
  }
  body main .munkaink-box .pbox, body main .reverse .pbox {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 45%;
    z-index: 5;
  }
  body main .munkaink-box .munkaink-image, body main .reverse .munkaink-image {
    margin-right: -175px;
    flex: 1 0 auto;
    width: 50%;
  }
}
body main .reverse {
  flex-direction: row;
}
@media screen and (min-width: 767px) {
  body main .reverse .pbox {
    margin-right: -175px;
  }
  body main .reverse .munkaink-image {
    margin-right: 0;
    flex: 1 0 auto;
    width: 50%;
  }
}
body .kapcsolat {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  background-color: #f9fcfb;
  padding-top: 2rem;
}
body .kapcsolat .kapcsolatmail {
  display: none;
}
body .kapcsolat form .form-control {
  background-color: #e8eeec;
  border-radius: 0;
  border: none;
}
body .kapcsolat form .form-control:focus {
  background-color: #e8eeec;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
body .kapcsolat form textarea {
  resize: none;
}
body .kapcsolat a {
  color: #475d5b;
}
body .kapcsolat .elerhetoseg {
  display: flex;
  flex-direction: row;
  height: 95%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body .kapcsolat .elerhetoseg {
    flex-direction: column;
  }
}
@media screen and (min-width: 1500px) {
  body .kapcsolat {
    width: 75%;
  }
}
body footer {
  padding: 5px;
  color: #475d5b;
  background-color: #e8eeec;
}
body footer .footer {
  text-align: center;
  font-size: 0.7rem;
}

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