/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
/* SASS and Global'ish Stuff */
.red {
  color: #f95738;
}

body {
  color: #333;
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
  position: relative;
  height: 100% !important;
}

* {
  font-family: "Work Sans";
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

p,
ul,
ol {
  margin: 0 0 1.65em 0;
}

p,
li {
  line-height: 1.65;
}

.pb-5 {
  padding-bottom: 5em;
}

.pt-5 {
  padding-top: 5em;
}

.white {
  color: white !important;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.container--narrow {
  max-width: 960px;
}
@media (min-width: 960px) {
  .container--narrow {
    max-width: 80%;
  }
}

.section-break {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2.5rem 0;
}

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

.p-top-small {
  padding-top: 1rem;
}

.p-top-large {
  padding-top: 1.6rem;
}

.p-bottom-large {
  padding-bottom: 1.6rem;
}

@media (min-width: 530px) {
  .p-top-large {
    padding-top: 3.5rem;
  }
  .p-bottom-large {
    padding-bottom: 3.5rem;
  }
}
.no-margin {
  margin: 0;
}

.nu {
  text-decoration: none;
}

.nu:hover {
  text-decoration: underline;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.t-small {
  font-size: 0.85rem;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.push-right {
  margin-right: 20px;
}

.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}

.container:after,
.group:after {
  clear: both;
}

.hide {
  display: none;
}

.w-95 {
  width: 95% !important;
}

/* BEM Blocks */
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p {
  line-height: 1.7;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6,
.single h7,
.single p {
  color: black !important;
  line-height: 1.7;
}

p {
  line-height: 1.7;
}

h2 {
  font-size: 36px !important;
}

h3 {
  font-size: 32px !important;
}

h4 {
  font-size: 28px !important;
}

h5 {
  font-size: 24px !important;
}

.eco-kiemelt-hirek--legnagyobb {
  border-radius: 10px;
  height: 480px;
  position: relative;
  color: white;
  width: 100%;
  margin-right: 20px;
  background-size: cover !important;
}

/*# sourceMappingURL=style-index.css.map*/