@font-face {
    font-family: 'ttn_reg';
    src: url('fonts/TTNorms-Regular.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'ttn_med';
    src: url('fonts/TTNorms-Medium.otf') format('opentype');
    font-weight: normal;

}

@font-face {
    font-family: 'ttn_bold';
    src: url('fonts/TTNorms-Bold.otf') format('opentype');
}



button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #555;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: #444444;
  color: #fff;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #555;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #cccccc;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #555;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #858585;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #858585;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #858585;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}
/*
[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(85, 85, 85, 0.6);
  outline-offset: 2px;
}*/

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.3;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}


a {
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJhc2UvYmFzZS9fYnV0dG9ucy5zY3NzIiwiYmFzZS9jb25maWcvX3ZhcmlhYmxlcy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL3NldHRpbmdzL19zZXR0aW5ncy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL2xpYnJhcnkvX2ZvbnQtc3RhY2tzLnNjc3MiLCJiYXNlL2NvbmZpZy9fZ3JpZC1zZXR0aW5ncy5zY3NzIiwiYmFzZS9iYXNlLmNzcyIsIm5vZGVfbW9kdWxlcy9ib3VyYm9uL2NvcmUvYm91cmJvbi9saWJyYXJ5L19zaGFkZS5zY3NzIiwiYmFzZS9iYXNlL19mb3Jtcy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL2xpYnJhcnkvX3RpbnQuc2NzcyIsImJhc2UvYmFzZS9fbGlzdHMuc2NzcyIsImJhc2UvYmFzZS9fbWVkaWEuc2NzcyIsImJhc2UvYmFzZS9fdGFibGVzLnNjc3MiLCJiYXNlL2Jhc2UvX3R5cG9ncmFwaHkuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJQTtFQUNFLHlCQUFnQjtLQUNoQixzQkNpQ2tCO1VEaENWLGlCQUFDO0VBQ1QsdUJDb0JzQjtFRG5CdEIsVUVzQitCO0VGckIvQixtQkFBZTtFQUNmLFlBQVM7RUFDVCxnQkdPQTtFSE5BLHNCSVpjO0VKYWQsZ0VBQW1DO0VBQ25DLGdCQUFnQjtFQUNoQixvQ0FBYztFQUNkLGlCQ1lhO0VEWGIsZUFBWTtFQUNaLHNCQUFxQjtFQUNyQixtQkFBWTtFQUNaLHNCQUFpQjtFQUNqQixnREFBc0I7RUFDdEIsMkNBQW1CO0VBZ0JwQix3Q0FBQTtFS2xCQywwQkFBMEI7S0xqQjVCLHVCQXNCUztNQUNMLHNCTUVtQztVSkVOLGtCQUFJO0VGRmxDLHVCQUFBO0VLSEQsb0JBQW9CO0NMdEJ0Qjs7QUt5QkE7RUxTRywwQkFBQTtFS1BELFlBQVk7Q0wzQmQ7O0FLOEJBO0VBQ0Usb0JBQW9CO0VFOUJ0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 */
/*# sourceMappingURL=base.css.map */


html {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
/*
html,
body {
  height: 100%;
}*/

body {
  margin: 0;
}

.container {
  margin: auto;
  max-width: 1240px;
  padding: 0 10px;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

#content-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.no-sidebar #content {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media only screen and (min-width: 720px) {
  .no-sidebar #content {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .no-sidebar #content {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 720px) {
  .one-sidebar.sidebar-second #content {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .one-sidebar.sidebar-second #content {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 720px) {
  .one-sidebar.sidebar-first #content {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    margin-left: calc(25% - 25px + 40px);
  }
}

@media only screen and (min-width: 960px) {
  .one-sidebar.sidebar-first #content {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    margin-left: calc(25% - 25px + 40px);
  }
}

@media only screen and (min-width: 720px) {
  .two-sidebars #content {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-left: calc(25% - 25px + 40px);
  }
}

@media only screen and (min-width: 960px) {
  .two-sidebars #content {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(25% - 25px + 40px);
  }
}

@media only screen and (min-width: 720px) {
  #sidebar-first {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-left: calc(-75% - 5px + 40px);
  }
  .one-sidebar.sidebar-first #sidebar-first {
    margin-left: calc(-100% - 0px + 40px);
  }
}

@media only screen and (min-width: 960px) {
  #sidebar-first {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-left: calc(-66.66667% - 6.66667px + 40px);
  }
  .one-sidebar.sidebar-first #sidebar-first {
    margin-left: calc(-100% - 0px + 40px);
  }
}

@media only screen and (min-width: 720px) {
  #sidebar-second {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-left: calc(0% - 20px + 40px);
  }
}

@media only screen and (min-width: 960px) {
  #sidebar-second {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(0% - 20px + 40px);
  }
}

#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxheW91dC9sYXlvdXQvX2xheW91dC0tZ3JpZC5zY3NzIiwibGF5b3V0L2NvbmZpZy9fdmFyaWFibGVzLnNjc3MiLCJsYXlvdXQvbGF5b3V0LmNzcyIsIm5vZGVfbW9kdWxlcy9ib3VyYm9uLW5lYXQvY29yZS9uZWF0L21peGlucy9fZ3JpZC1jb250YWluZXIuc2NzcyIsIm5vZGVfbW9kdWxlcy9ib3VyYm9uLW5lYXQvY29yZS9uZWF0L21peGlucy9fZ3JpZC1jb2xsYXBzZS5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24tbmVhdC9jb3JlL25lYXQvbWl4aW5zL19ncmlkLWNvbHVtbi5zY3NzIiwibGF5b3V0L2NvbmZpZy9fZ3JpZC1zZXR0aW5ncy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24tbmVhdC9jb3JlL25lYXQvbWl4aW5zL19ncmlkLW1lZGlhLnNjc3MiLCJub2RlX21vZHVsZXMvYm91cmJvbi1uZWF0L2NvcmUvbmVhdC9taXhpbnMvX2dyaWQtcHVzaC5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNBO0VBQ0UsdUJDd0M4QjtFRHZDOUIsK0JBQXNCO1VBQ3ZCLHVCQUFBO0NFYkE7O0FGZ0JEOzs7RUFHQyw0QkFBQTtVRWJTLG9CQUFvQjtDRmU5Qjs7QUVaQTs7RUFFRSxhQUFhO0NGZWY7O0FFWkE7RUFDRSxVQUFVO0NGZVo7O0FFWkE7RUZpQkMsYUFBQTtFRWZDLGtCQUFrQjtDQ0NsQjs7QURFRjtFQ0NJLFlBQVM7RUFDVixZQUFBO0VEQ0QsZUFBZTtDRldqQjs7QUVSQTtFRUFFLG1CQUFPO0VKVVIsb0JBQUE7RUVQQyx5QkFBeUI7Q0ZVekI7O0FFUEY7RUdGRSx5QkNoQ1c7RU51RFYsWUFBQTtFRWxCRCxrQkFBa0I7Q0trQmxCOztBTGZGO0VBQ0U7SUdUQSx5QkNoQ1c7SU51RFYsWUFBQTtJRVhDLGtCQUFrQjtHQUNuQjtDS1VEOztBTFBGO0VBQ0U7SUdqQkEseUJDaENXO0lOdURWLFlBQUE7SUVIQyxrQkFBa0I7R0FDbkI7Q0tFRDs7QUxDRjtFQUNFO0lHekJBLHdCQ2hDVztJTnFFVixZQUFBO0lFVEMsa0JBQWtCO0dBQ25CO0NLTkQ7O0FMU0Y7RUFDRTtJR2pDQSxvQ0NoQ1c7SU5xRVYsWUFBQTtJRURDLGtCQUFrQjtHQUNuQjtDS2REOztBTGlCRjtFQUNFO0lHekNBLHdCQ2hDVztJRTBCVCxZQUFzQztJUjJEdkMsa0JBQUE7SUVSQyxxQ0FBcUM7R0FDdEM7Q0t2QkQ7O0FMMEJGO0VBQ0U7SUdsREEsd0JDaENXO0lFMEJULFlBQXNDO0lSMkR2QyxrQkFBQTtJRUNDLHFDQUFxQztHQUN0QztDS2hDRDs7QUxtQ0Y7RUFDRTtJRzNEQSx3QkNoQ1c7SUUwQlQsWUFBc0M7SVIyRXZDLGtCQUFBO0lFTkMscUNBQXFDO0dBQ3RDO0NLekNEOztBTDRDRjtFQUNFO0lHcEVBLG9DQ2hDVztJRTBCVCxZQUFzQztJUjJFdkMsa0JBQUE7SUVHQyxxQ0FBcUM7R0FDdEM7Q0tsREQ7O0FMcURGO0VBQ0U7SUc3RUEsd0JDaENXO0lFMEJULFlBQXNDO0lSd0d6QyxrQkFBQTtJQWpCRyxxQ0FUSjtHRVVHO0VBQ0Q7SUFDRSxzQ0FBc0M7R0FDdkM7Q0s5REQ7O0FMaUVGO0VBQ0U7SUd6RkEsd0JDaENXO0lFMEJULFlBQXNDO0lSd0d6QyxrQkFBQTtJQUpHLGlEQUE2QjtHRUE5QjtFQUNEO0lBQ0Usc0NBQXNDO0dBQ3ZDO0NLMUVEOztBTDZFRjtFQUNFO0lHckdBLHdCQ2hDVztJRTBCVCxZQUFzQztJUndIekMsa0JBQUE7SUVURyxvQ0FBb0M7R0FDckM7Q0tuRkQ7O0FMc0ZGO0VBQ0U7SUc5R0Esb0NDaENXO0lFMEJULFlBQXNDO0lSd0h6QyxrQkFBQTtJRUFHLG9DQUFvQztHQUNyQztDRkVIOztBQUVBOzs7O0VFR0UscUNBQXFDO0NGR3ZDOztBQUVBOzs7OztFRUdFLFlBQVk7Q0FDYiIsImZpbGUiOiJ0by5jc3MifQ== */
/*# sourceMappingURL=layout.css.map */

html{
  line-height: 1.5;
}

#main .container{
  overflow: hidden;
}

.site-logo img{
	width: 65px;
}

#main{
  padding-top: 50px;
}

header{
  background-color: #f3f3f3;
}

h1{
  color: #55b147;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 45px;
  margin-bottom: 0;
}

a{
  color: #000;
}

a:hover{
  color: #55b147;
}

article{
  padding: 0 10px;
}

article p{
  margin: 0;
  line-height: 2;
}

.termek__latin-nev{
    text-align: center;
    font-style: italic;
    font-size: 20px;
}

.termek__latin-nev::before,
.termek__latin-nev::after{
  content: ' - ';
  display: inline-block;
  padding: 0 5px;
}

.termek__cimkep,
.product__cimkep{
  text-align: center;
  padding: 50px 0;
}

.product__cimkep{
  padding: 30px 0;
}

.termek__nepies-nevei > div:first-child::after,
.termek__lelohely > div:first-child::after,
.termek__gyogyhatas > div:first-child::after,
.termek__mellekhatasok > div:first-child::after,
.termek__gyujtheto-reszei > div:first-child::after,
.termek__body > div:first-child::after,
.product__body > div:first-child::after,
.product__osszetevok > div:first-child::after,
.product__hasznalati-utmutato > div:first-child::after{
  content: ':';
  display: inline-block;
}

.termek__nepies-nevei > div:first-child,
.termek__lelohely > div:first-child,
.termek__gyogyhatas > div:first-child,
.termek__mellekhatasok > div:first-child,
.termek__gyujtheto-reszei > div:first-child,
.termek__body > div:first-child,
.product__body > div:first-child,
.product__osszetevok > div:first-child,
.product__hasznalati-utmutato > div:first-child{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 5px;
  padding-top: 20px;
}

.termek__nepies-nevei > div:last-child,
.termek__lelohely > div:last-child,
.termek__gyogyhatas > div:last-child,
.termek__mellekhatasok > div:last-child,
.termek__gyujtheto-reszei > div:last-child,
.termek__body > div:last-child,
.product__body > div:last-child,
.product__osszetevok > div:last-child,
.product__hasznalati-utmutato > div:last-child{
  padding-left: 30px;
  background-image: url('cssimg/prod_arrow.svg');
  background-position: left top;
  background-size: 30px;
  background-repeat: no-repeat;
  line-height: 2;
}

.termek__keszitheto-belole > div:first-child{
  text-align: center;
  font-weight: bold;
  padding: 15px 0 25px 0;
  text-transform: uppercase;
}

.termek__keszitheto-belole > div:last-child{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
  gap: 10px;
  padding-bottom: 35px;
}

.termek__keszitheto-belole > div:last-child > div{
  border: 3px solid #55b147;
  text-align: center;
}

.termek__keszitheto-belole > div:last-child > div a{
  width: 100%;
  display: inline-block;
  padding: 10px 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

footer{
  background-color: #f3f3f3;
  margin-top: 75px;
  padding: 25px 0;
}

#block-copyright{
  text-align: center;
}

.termek__galeria,
.product__galeria{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 35px;
}

.termek__felhasznalas > div:last-child,
.termek__egyeb-tudnivalok > div:last-child,
.termek__kesz-termek > div:last-child,
.termek__tapasztalatok > div:last-child,
.product__tapasztalatok > div:last-child,
.termek__osszehasonlitas > div:last-child{
  display: none;
}

.termek__felhasznalas,
.termek__tapasztalatok,
.product__tapasztalatok,
.termek__osszehasonlitas,
.termek__kesz-termek,
.termek__egyeb-tudnivalok{
  padding-top: 35px;
}

.termek__felhasznalas > div:first-child,
.termek__tapasztalatok > div:first-child,
.product__tapasztalatok > div:first-child,
.termek__osszehasonlitas > div:first-child,
.termek__egyeb-tudnivalok > div:first-child,
.termek__kesz-termek > div:first-child{
  border: 3px solid #55b147;
  text-align: center;
  padding: 13px 0;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.termek__felhasznalas > div:first-child::before,
.termek__tapasztalatok > div:first-child::before,
.product__tapasztalatok > div:first-child::before,
.termek__osszehasonlitas > div:first-child::before,
.termek__egyeb-tudnivalok > div:first-child::before,
.termek__kesz-termek > div:first-child::before{
	content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
  	background-image: url('cssimg/arrow_down.svg');
  	background-repeat: no-repeat;
  	background-position: left center;
    transition: all 0.6s;
}

.termek__felhasznalas > div.rotate:first-child::before,
.termek__tapasztalatok > div.rotate:first-child::before,
.product__tapasztalatok > div.rotate:first-child::before,
.termek__osszehasonlitas > div.rotate:first-child::before,
.termek__egyeb-tudnivalok > div.rotate:first-child::before,
.termek__kesz-termek > div.rotate:first-child::before{
	transform: rotate(180deg);
    transition: all 0.6s;
}

.paragraph--type--felhasznalas{
  padding: 25px 0;
}

.felhasznalas__keszitheto-termek-neve{
  color: #55b147;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}

.felhasznalas__galeria{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-top: 15px;
}

.egyeb_tudnivalok__egyeb-tudnivalo-nev,
.osszehasonlitas__egyeb-tudnivalo-nev,
.tapasztalatok__sajat-tapasztalatok > div:first-child,
.tapasztalatok__visszajelzesek > div:first-child{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 5px;
  padding-top: 20px;
}

.egyeb_tudnivalok__egyeb-tudnivalo-leiras,
.osszehasonlitas__egyeb-tudnivalo-leiras,
.tapasztalatok__sajat-tapasztalatok > div:last-child,
.tapasztalatok__visszajelzesek > div:last-child{
  padding-left: 30px;
  background-image: url(cssimg/prod_arrow.svg);
  background-position: left top;
  background-size: 30px;
  background-repeat: no-repeat;
  line-height: 2;
}

.gyujtesi_naptar__gyujtesi-naptar > div{
  padding-top: 30px;
}

.gyujtesi_naptar__honap{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  text-decoration: underline;
  color: #55b147;
}

.lelohelyek__lelohely{
  padding-left: 20px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
}

.lelohelyek__gyogynovenyek{
  padding-left: 40px;
  padding-top: 10px;
}

#header-region{
  padding: 15px 10px;
}

#header-region > div{
  display: flex;
  justify-content: space-between;
}

.site-name{
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  font-size: 20px;
}

.site-name a{
  color: #55b147;
}

#block-mytheme-main-menu{
  align-items: center;
  display: flex;
}

#block-mytheme-main-menu ul.menu{
  display: flex;
  gap: 20px;
}

#block-mytheme-main-menu ul.menu > li{
  font-weight: bold;
  text-transform: uppercase;
}

#block-mytheme-main-menu ul.menu > li a{
  font-size: 15px;
}

#block-mytheme-site-branding{
  display: flex;
  align-items: center;
}

.page__body{
  padding: 50px 0;
}

.page__cimkep{
  text-align: center;
}

.feed-icon{
  display: none;
}

.termek-teaser,
.product-teaser,
.termek__kesz-termek > div{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	row-gap: 75px;
	justify-content: center;
}

.termek__kesz-termek > div:last-child{
  margin-top: 30px;
}

.termek-teaser > .views-row,
.product-teaser > .views-row,
.termek__kesz-termek > div > div{
  width: 24%;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.termek-teaser .termek__cimkep,
.product-teaser .product__cimkep,
.termek__kesz-termek .product__cimkep{
	padding: 10px 0;
}

.termek-teaser > .views-row h2,
.product-teaser > .views-row h2,
.termek__kesz-termek > div > div h2{
	margin: auto;
	line-height: 1.3;
	text-align: center;
	padding: 0 0 10px;
	font-size: 20px;
	max-width: 250px;
}

.termek-teaser .node-readmore,
.product-teaser .node-readmore,
.termek__kesz-termek .node-readmore{
	text-align: center;
	margin-top: 20px;
}

.termek-teaser .node-readmore a,
.product-teaser .node-readmore a,
.termek__kesz-termek .node-readmore a{
	padding: 10px 40px;
    background: #55b147;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.block-felfedetturlaptermekekpage-1 form,
.block-felfedetturlapproductspage-1 form{
	width: 100%;
}

.block-felfedetturlaptermekekpage-1 form > div,
.block-felfedetturlapproductspage-1 form > div{
	width: 300px;
	display: inline-block;
	margin-right: 25px;
}

.block-felfedetturlaptermekekpage-1 form > div input,
.block-felfedetturlapproductspage-1 form > div input,
.block-felfedetturlaptermekekpage-1 form > div select,
#block-kapcsolat input,
#block-kapcsolat textarea,
#block-kapcsolat select,
.page-form-kapcsolat input,
.page-form-kapcsolat textarea,
.page-form-kapcsolat select,
.page-user-login div.form-item input{
	padding: 10px;
	border-radius: 0;
	border: 1px solid #55b147;
}

.block-felfedetturlaptermekekpage-1 form > div input:hover,
.block-felfedetturlaptermekekpage-1 form > div input:active,
.block-felfedetturlaptermekekpage-1 form > div input:focus,
.block-felfedetturlapproductspage-1 form > div input:hover,
.block-felfedetturlapproductspage-1 form > div input:active,
.block-felfedetturlapproductspage-1 form > div input:focus,
#block-kapcsolat input:hover,
#block-kapcsolat textarea:hover,
#block-kapcsolat input:active,
#block-kapcsolat textarea:active,
#block-kapcsolat input:focus,
#block-kapcsolat textarea:focus,
.page-form-kapcsolat input:hover,
.page-form-kapcsolat textarea:hover,
.page-form-kapcsolat input:active,
.page-form-kapcsolat textarea:active,
.page-form-kapcsolat input:focus,
.page-form-kapcsolat textarea:focus,
.page-user-login div.form-item input:active,
.page-user-login div.form-item input:hover,
.page-user-login div.form-item input:focus{
	border: 1px solid #55b147;
}

.block-felfedetturlaptermekekpage-1 form > div select{
	width: 300px;
}

.block-felfedetturlaptermekekpage-1,
.block-felfedetturlapproductspage-1{
	margin-bottom: 100px;
}

.block-felfedetturlaptermekekpage-1 #edit-actions,
.block-felfedetturlapproductspage-1 #edit-actions,
.block-felfedetturlaptermekekpage-1 #edit-actions--2,
.block-felfedetturlapproductspage-1 #edit-actions--2{
	width: 100%;
}

.block-felfedetturlaptermekekpage-1 #edit-actions input,
.block-felfedetturlapproductspage-1 #edit-actions input,
.block-felfedetturlaptermekekpage-1 #edit-actions--2 input,
.block-felfedetturlapproductspage-1 #edit-actions--2 input,
#block-kapcsolat #edit-submit,
.page-form-kapcsolat #edit-submit{
	padding: 15px 40px;
    background: #55b147;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    border: none;
}

#block-kapcsolat{
	padding: 0 10px;
}

#block-kapcsolat h2{
	color: #55b147;
	text-transform: uppercase;
}

#block-kapcsolat label::after,
.page-form-kapcsolat label::after{
	content: ':';
	display: inline-block;
}

.form-item-csomagrendeles{
	position: relative;
	padding-bottom: 15px;
}

.form-item-csomagrendeles label{
	position: absolute;
    top: -1px;
    left: 25px
}

.form-item-csomagrendeles label::after{
	content: none !important;
}

textarea{
	resize: none;
}

.page-form-kapcsolat #webform-submission-kapcsolat-add-form::before{
	content: 'Kapcsolat';
	color: #55b147;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.page-form-kapcsolat .form-item-nev{
	padding-top: 25px;
}

.user-login-form {
    width: 50%;
    margin: 0 auto;
    padding: 100px 0px;
}

.user-login-form #edit-name--description, 
.user-login-form #edit-pass--description, 
.page-user-login h1 {
    display: none;
}

.page-user-login #edit-actions input{
	padding: 15px 40px;
    background: #55b147;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    border: none;
}

.page-user-login #edit-actions{
	text-align: center;
    margin-top: 30px;
}

.page-type-frontpage #block-kapcsolat > h2,
.page-type-frontpage #block-views-block-aktualisan-begyujtheto-teaser-block-1 > h2,
.fp-rolam .views-field-title{
    color: #55b147;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    margin-top: 100px;
}

#block-views-block-aktualisan-begyujtheto-teaser-block-1 .views-field-title{
	text-align: center;
	padding: 20px 10px 0;
	max-width: 250px;
	margin: auto;
	font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
}

#block-views-block-aktualisan-begyujtheto-teaser-block-1 .views-field-field-cimkep{
	display: flex;
	justify-content: center;
}

.fp-rolam .views-field-title{
	font-size: 24px;
	font-weight: bold;
}

.fp-rolam .views-field-body{
	line-height: 2;
}

.slick-dots {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-top: -55px;
    position: relative;
}

.slick-dots button,
.slick-dots button:hover,
.slick-dots button:active,
.slick-dots button:focus{
	display: inline-block;
    height: 14px;
    width: 14px;
    background-color: white;
    border: 1px solid white;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    cursor: pointer;
    float: left;
    overflow: hidden;
    text-indent: -999em;
    margin: 0 3px;
    border-radius: 22px;
    font-size: 1px
}

.slick-dots .slick-active button,
.slick-dots .slick-active button:hover,
.slick-dots .slick-active button:active,
.slick-dots .slick-active button:focus{
    background-color: #55b147;
    border: 1px solid #55b147;
}

.termek-teaser .views-row .views-field-field-cimkep,
.product-teaser .views-row .views-field-field-cimkep,
.felhasznalas__galeria > div,
.termek__galeria > div,
.product__galeria > div{
  overflow: hidden;
}

.termek-teaser .views-row .views-field-field-cimkep a img,
.product-teaser .views-row .views-field-field-cimkep a img,
.felhasznalas__galeria > div a img,
.termek__galeria > div a img,
.product__galeria > div a img{
  transition: 0.4s;
}

.termek-teaser .views-row .views-field-field-cimkep a:hover img,
.product-teaser .views-row .views-field-field-cimkep a:hover img,
.felhasznalas__galeria > div a:hover img,
.termek__galeria > div a:hover img,
.product__galeria > div a:hover img{
  transform: scale(1.3);
}

.block-felfedetturlaptermekekpage-1 #edit-actions input:hover, 
.block-felfedetturlaptermekekpage-1 #edit-actions--2 input:hover, 
#block-kapcsolat #edit-submit:hover, 
.page-form-kapcsolat #edit-submit:hover,
.termek-teaser .node-readmore a:hover,
.product-teaser .node-readmore a:hover,
.termek__kesz-termek .node-readmore a:hover,
.page-user-login #edit-actions input:hover{
	background-color: #3d8932;
}

.page-user-login #block-mytheme-primary-local-tasks{
	display: none;
}

#cookiesjsr {
    --default-margin: 1.25em;
    --font-size-reset: 1rem;
    --btn-font-color: #fff;
    --btn-border-color: #fff;
    --btn-bg-color: #55b147;
    --btn-prime-font-color: #55b147;
    --btn-prime-border-color: #fff;
    --btn-prime-bg-color: #fff;
    --btn-inv-font-color: #55b147;
    --btn-inv-border-color: #55b147;
    --btn-inv-bg-color: #fff;
    --btn-prime-inv-font-color: #fff;
    --btn-prime-inv-border-color: #55b147;
    --btn-prime-inv-bg-color: #55b147;
    --link-list-font-color: #fff;
    --link-list-separator-color: #fff;
    --banner-logo-offset: 100px;
    --banner-bg-color: #55b147;
    --banner-font-color: #fff;
    --layer-header-height: 3.5em;
    --layer-header-bg-color: #fff;
    --layer-header-font-color: #000f37;
    --layer-body-bg-color: #fff;
    --layer-tab-bg-color: #fff;
    --layer-tab-font-color: #000f37;
    --layer-tab-active-bg-color: #55b147;
    --layer-tab-active-font-color: #fff;
    --layer-bg-dark: #55b147;
    --layer-font-light: #fff;
    --layer-font-dark: #000f37;
    --layer-border-color: #e4e5e6;
    --layer-footer-bg-color: #fff;
    --layer-footer-font-color: #000f37;
    --layer-footer-height: 4.5em;
    --switch-border-color: #e4e5e6;
    --switch-handle-color: #fff;
    --switch-bg-off: #fff;
    --switch-bg-on: #0a0;
    --switch-width: 45px;
    --switch-height: 20px;
    --switch-always-on-font-color: #0a0;
    --switch-always-on-bg-color: #fff;
}

.cookiesjsr-layer--header button,
.cookiesjsr-layer--header button:hover,
.cookiesjsr-layer--header button:active,
.cookiesjsr-layer--header button:focus{
	background-color: initial;
}

.cookiesjsr-settings:hover{
	background-color: #55b147;
}

.page-node-9 h2{
	color: #55b147;
}

.cookiesjsr-links a:hover{
	color: white;
}

.pager{
  width: 100%;
}

.pager ul{
  display: flex;
  justify-content: center;
  gap: 5px;
}

.pager ul li a{
  padding: 7px;
}

.pager ul li.pager__item--next,
.pager ul li.pager__item--previous{
  font-size: 22px;
  line-height: 1;
}

.termek-teaser header{
.product-teaser header{
  background-color: initial;
  width: 100%;
  text-align: center;
}
