.fit-cover {
  object-fit: cover;
}

.szurkekep {
  -webkit-filter: grayscale(64%);
  filter: grayscale(94%);
}

.bannerkepminus {
  margin-left: 238px;
  z-index: 10;
}

.blackopacity {
  background-color: rgba(0,0,0,0.72);
}

.whiteopacity {
  background-color: rgba(255,255,255,0.72);
}

.bggray {
  background-color: #444444 !important;
}

.mouse {
  width: 2em !important;
  height: 2em !important;
  opacity: 0.6;
}

.bgpink {
  background-color: #019740 !important;
}

.hrpink {
  background-color: #019740 !important;
  height: 5px !important;
  width: 52%;
}

.hrwhite {
  background-color: #ffffff !important;
  height: 5px !important;
  width: 30%;
}

.textpink {
  color: #019740;
}

.logominus {
  margin-top: -50px;
}

.savminus {
  margin-top: -30px;
}

.borderleft {
  border-left: solid 1px #b0b0b0;
}

.borderrightmenu {
  border-right: solid 2px #019740;
}

.borderright {
  border-right: solid 1px #7b7b7b;
  height: 10px;
}

.borderbottom {
  border-bottom: solid 1px #b0b0b0;
}

.bordertop {
  border-top: solid 1px #b0b0b0;
}

.borderfull {
  border: solid 2px #c9af96 !important;
}

.imagetransform {
  /*width: 150px;*/
  /*height: 80px;*/
  /*background-color: yellow;*/
  -ms-transform: skewX(6deg);
  transform: skewX(6deg);
}

.miert {
  position: absolute;
  z-index: 10;
  background-color: rgba(255,235,205,0.64);
}

.valasszon {
  position: absolute;
  z-index: 10;
  background-color: #e40045b3;
  margin-top: 1.4em;
}

.mertpoz {
  position: relative;
  z-index: 20;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: #019740;
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

@media (min-width: 992px) {
  .topbanner {
    min-height: 620px;
  }
}

.bgblack {
  background-color: #000000;
}

.bgprogreen {
  background-color: #019740;
}

.tovabbtext {
  text-decoration: var(--bs-dark);
}

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

.textshadow {
  text-shadow: 2px 2px 8px #000000;
}

.gomb {
  background-color: rgb(52,89,73) !important;
  color: white !important;
  border: solid 2px rgba(255,255,255,0) !important;
}

.gomb:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.erdeklodes {
  background-color: #019740 !important;
  color: white !important;
}

.erdeklodes:hover {
  background-color: #f9f9f9!important;
  color: #141413 !important;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

.eulogo {
  height: 155px;
}

.topsectionzindex {
  z-index: 100;
  position: relative;
}

.eulogozindex {
  z-index: 10;
  position: absolute;
}

.border_top {
  border-top: solid 5px #f9f9f9;
}

.border_leftwhite {
  border-left: solid 5px #ffffff;
}

.border_leftyellow {
  border-left: solid 5px #444444;
}

.border_left {
  border-left: solid 5px #ffffff80;
}

.gradient-border-left {
  border-left: 5px solid;
  border-image: linear-gradient(12deg, #ffa500, #ffffff10) 1;
}

.gradient-border-top {
  border-top: 5px solid;
  border-image: linear-gradient(12deg, #ffa500, #ffffff10) 1;
}

.text-red {
  color: #345949 !important;
}

.bg_gray {
  background-color: #ab1414 !important;
}

.bg_yellow {
  background-color: #b37504 !important;
}

.bg_yellowbutton {
  background-color: #0b2e63 !important;
  color: #f8f8f8 !important;
}

.bg_orange2 {
  background-color: rgba(207,135,61,0.37);
}

.bg_gray2 {
  background-color: rgba(176,176,176,0.38);
}

.bg_green {
  background-color: #345949;
}

.textcolor_yellow {
  color: #c9af96 !important;
}

@media (min-width: 1200px) {
  .topminus {
    margin-top: -6em;
  }
}

@media (min-width: 1400px) {
  .topminus {
    margin-top: -7em;
  }
}

@media (min-width: 992px) {
  .topminus {
    margin-top: -7em;
  }
}

.topminus2 {
  margin-top: -4em;
}

.topminus3 {
  margin-top: -3em;
  z-index: 15;
  position: relative;
}

.topminus4 {
  margin-top: -28px;
  z-index: 10;
  position: relative;
}

.bemutatkozasimg {
  margin-top: -2em;
  margin-left: -1em;
}

.section_y {
  margin-top: 3em;
}

.parallax {
  background-image: url("fobanner.png");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hr_new {
  border-top: 1px dashed #000000 !important;
}

.search-form div.input-group-btn button:focus:active {
  background-color: #6caee0;
  color: #ffffff;
  outline: none;
}

.search-form div.input-group-btn button:hover {
  opacity: 1;
}

.search-form div.input-group-btn button {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background: #6caee0;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  color: #ffffff;
  border-color: #6caee0;
  outline: none;
  opacity: 0.9;
}

.search-form .input-group input {
  background-color: #ffffff;
  box-shadow: none;
  color: #4E565C;
  outline: none;
  border: 1px solid #b6c3cd;
  border-right: 0;
  border-left: 0;
}

.search-form div.input-group-addon {
  background: #fff;
  color: #80A3BD;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border: 1px solid #b6c3cd;
  border-right: 0;
}

.search-form {
  font: normal 12px sans-serif;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.personicon {
  width: 1.5em !important;
  height: 1.5em !important;
}

.menutextmeret {
  font-size: 0.8em !important;
}

.kategoriaikon {
  width: 35px;
  height: 35px;
  /*background-color: #ffffff;*/
  /*border-radius: 50%;*/
  /*padding: 0.1em;*/
}

.kategoriagomb {
  background-color: rgba(176,176,176,0.38) !important;
  color: #000000 !important;
  border-radius: 0px !important;
  padding-left: 5px;
  width: 100%;
}

.kategoriagomb:hover {
  background-color: #ab1414 !important;
  color: #fefefe !important;
  border-radius: 0px !important;
  padding-left: 5px;
  width: 100%;
}

.slidertextpoz {
  z-index: 100;
  position: absolute;
}

.nextarrow {
  width: 1.5em;
  height: 1.5em;
}

.blokkminus2 {
  margin-top: -305px;
  z-index: 100;
  position: relative;
  margin-left: 136px;
}

.blokkminus {
  margin-top: -305px;
  z-index: 100;
  position: relative;
  margin-left: 136px;
}

.textminus {
  margin-top: -155px;
  z-index: 100;
  position: relative;
  /*margin-left: 136px;*/
}

.carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
  margin-top: 1%;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0px;
  --bs-gutter-x: 0px;
}

@media (min-width: 1400px) {
  .header_padding {
    padding: 0px 35px 35px 35px;
  }
}

.ikonmeret {
  width: 7em;
  height: 3em;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.carousel {
  position: relative;
  padding-top: 10px;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0px;
  --bs-gutter-x: 10px;
}

.slider-row {
  margin-right: 10px;
  margin-left: 10px;
}

.row {
}

* {
  margin: 0;
  padding: 0;
}

.mb-2 {
  font-family: Raleway, sans-serif;
}

.subs {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.price-cost {
  color: #28be10;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.price-head {
  font-size: 29px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  color: rgb(79,79,79);
  width: 100%;
  text-align: center;
}

.bg_barack {
  background-color: #c9af96;
}

