*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p {
  margin: 0 0 20px;
  text-align: justify;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #051e55;
}
table {
  margin: 0px 0 25px;
}
table tr {
  opacity: 1;
}
table tr td {
  border: 1px solid #dfdfdf;
  vertical-align: top;
  padding: 10px 10px 10px 7px;
}
.priceTable {
  opacity: 1;
}
.priceTable td:nth-child(2),
.priceTable td:nth-child(3) {
  text-align: center;
}

.h2TD {
  border: 1px solid #fff;
  border-bottom: 1px solid;
  padding: 20px 0 0px;
}
.h2TD.first {
  padding-top: 0;
}
.h2TD h2 {
  margin: 0 0 10px;
}
img {
  /* ez ne legyen ---> width: auto; */
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
  border: 1px solid #6f8bc8;
  padding: 4px;
  background: #fff;
}
.imgToCenter {
  /* text-align: center; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.imgToLeft {
  float: left;
  margin: 4px 15px 15px 0;
  max-width: 50%;
}
.imgToRight {
  float: right;
  margin: 4px 0 15px 15px;
  max-width: 50%;
}
.deskMobFix30 {
  width: 30%;
  max-width: 30% !important;
}
.deskMobFix40 {
  width: 40%;
  max-width: 40% !important;
}
.deskMobFix50 {
  width: 50%;
  max-width: 50% !important;
}
.desk30Mob50 {
  max-width: 30% !important;
}
@media only screen and (max-width: 768px) {
  .desk30Mob50 {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 568px) {
  .desk30Mob50 {
    max-width: 100% !important;
    width: 100% !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #083391;
  opacity: 1;
  margin: 0 0 15px;
}

h1 {
  margin: 0 0 12px;
  letter-spacing: 0.5px;
  font-size: 20px;
  font-weight: 700;
}
h2 {
  margin: 0 0 20px;
  font-size: 18px;
}

h3 {
  font-size: 19px;
}

.topRowFull {
  background: #254282;
  padding: 4px 0;
  text-align: center;
  color: #fff;
}

.contRowFull {
  padding: 25px 0 20px;
}
.contRow {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 10px 10px;
  padding: 0 10px;
}
.contRow svg {
  height: 35px;
}

.topLogo img {
  border: 0;
  height: 42px;
  padding: 0;
}
.topLogo a {
  border: 0;
  height: 50px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #4061aa;
  font-size: 32px;
}
.topLogo a > span {
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.topLogo a > span > span {
  opacity: 1;
  font-size: 25px;
  line-height: 20px;
}
.topLogo a > span > span:last-of-type {
  opacity: 1;
  font-size: 22px;
}
.topPhone .phoneNumber {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  font-size: 20px;

  color: #1a3a80;
  text-decoration: none;
}

.mobMenu ul li.specLink {
  opacity: 1;
}
.mobMenu ul li.specLink a {
  opacity: 1;
}
/* .videoDiv {
  height: 256px;
  width: 1920px;
}
*/

.clientReviews.full {
  background: #fbf6f6;
  padding: 25px 0;
  margin: 0 0 40px;
}

.clientRevInner {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  gap: 15px;
  max-width: 990px;
  margin: 0 auto 0px;
  padding: 10px;
}

.clientReviews {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.revW {
  background: #fbf6f6;
  color: #8e2a2a;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer a,
.hka-wrapper-inner a {
  color: #005aff;
  color: #051e55;
  font-weight: 700;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.2s ease;
  /* padding-bottom: 1px; */
  /*  display: inline-block; */
}
.hka-wrapper-inner a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.contactPage {
  margin: 0 0 25px;
}
.errorBox {
  background: #ffeaea;
  padding: 5px;
  border: 1px solid #ff7d7d;
  border-radius: 2px;
}
.errorBox ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.errorBox p:last-of-type {
  margin-bottom: 0;
}
.contForm {
  background: #ecf0fb;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  margin: 0 0 20px;
  max-width: 300px;
  border-radius: 1px;
  /* font-size: 18px; */
  border: 1px solid #acbfe8;
}
.contForm p {
  margin: 0 0 10px;
  font-size: 15px;
  text-align: left;
}
.contForm .inputError {
  border: 1px solid red !important;
  box-shadow: 0 0 3px 0 red !important;
  background: #ffe0e0 !important;
  color: #000 !important;
}

.contentItemPage .fakeGallery img {
  height: 80px;
}
.contentItemPage .fakeGallery {
  margin: 0 0 20px;
}
.inputRow.aszf label {
  font-size: 14px;
}
.contForm a {
  opacity: 1;
}
#contSubmitBtn {
  background: #4061aa;
  border: 1px solid #304d8e;
  color: #fff;
  padding: 7px 13px;
  font-weight: 700;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
}
#contSubmitBtn:hover {
  background: #153477;
  border: 1px solid #153477;
}
.contForm input[type="text"],
.contForm textarea {
  width: 100%;
  border: 1px solid #acbfe8;
  /* border-radius: 2px; */
  height: 25px;
  padding: 3px;
}
.contForm textarea {
  width: 100%;
  max-width: 100%;
  min-height: 25px;
  height: 80px;
  max-height: 250px;
}
/* .featCat {
  opacity: 0;
}
*/

.imgToIframe {
  background: #000;
  width: 330px;
  height: 180px;
  position: relative;
}

main ul,
main ol {
  padding: 0 0 0 30px;
  margin: 0 0 20px 20px;
}

.mb-30 {
  margin: 0 0 30px !important;
}
.gally {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hPageBlock {
  padding: 10px;
  margin: 0 0 50px;
  text-align: center;
}
.hPageBlock h2 {
  font-size: 32px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.hPageBlock p {
  margin: 0 0 15px;
}
.hPageBlock hr {
  margin: 0 0 10px;
  background: bisque;
  border: 2px solid #8a1111;
  width: 50%;
  margin: 0 auto;
  border-bottom: 1px solid #8a1111;
}
#catFlex {
  display: flex;
  gap: 20px;
  margin: 0 0 50px;
}
#catFlex .featCat {
  max-width: 330px;
}
#catFlex .featCat a {
  display: block;
  text-decoration: none;
  text-align: center;
}
#catFlex .featCat a img {
  width: 100%;
  margin: 0 0 10px;
  padding: 3px;
  border: 1px solid #ccc;
}
#catFlex .featCat a h3 {
  font-size: 23px;
  color: #c2272d;
}
#iconFlex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 50px;
}
#iconFlex .icon {
  text-align: center;
  transform: scale(0);
}
#iconFlex .icon.grooow {
  transform: scale(0);
  animation: togrow 400ms;
  animation-fill-mode: forwards;
}
@keyframes togrow {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#iconFlex h3 {
  font-weight: 500;
  padding: 20px 0 10px;
}
#iconFlex p {
  font-size: 15px;
}
#bemutatoT {
  margin: 0px 0 80px;
  text-align: center;
}
.dWithB {
  margin: 0 0 20px;
  background: #daffe1;
  padding: 10px;
  border-left: 4px solid #3dcd58;
  border-radius: 3px;
  color: #004416;
}
.dWithB h3 {
  margin: 0 0 12px;
  font-size: 16px;
}
.dWithB p {
  margin: 0;
}

.arrowLink {
  /* display: inline-block;
  */
  border: 2px solid #c2272d;
  background: #c2272d;
  padding: 5px 15px;
  border-radius: 5px;
  border-right: 2px solid #840c11;
  border-bottom: 2px solid #840c11;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  letter-spacing: 1px;
}
#contMap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 3fr 4fr;
  padding: 0 20px;
}
#contMap h3 {
  font-size: 24px;
  text-align: left;
  padding-left: 10px;
  margin: 0 0 0px;
}
#footCont tr td {
  padding: 10px 10px;
}
#footCont tr td:last-of-type {
  font-size: 20px;
}
#videoFlex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.video {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .topLogo img {
    border: 0;
    height: 34px;
    padding: 0;
  }
  .topLogo a > span > span {
    font-size: 20px;
    line-height: 18px;
  }
  .topLogo a > span > span:last-of-type {
    font-size: 18px;
  }

  .topLogo svg {
    max-width: 180px;
  }
  .topPhone svg {
    height: 25px;
    width: 25px;
  }
  .topPhone {
    font-size: 16px;
  }

  .contForm {
    max-width: 100%;
  }
  .hPageBlock hr {
    width: 90%;
  }
  #catFlex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #iconFlex {
    flex-direction: column;
  }
  #contMap {
    grid-template-columns: 1fr;
  }
  #videoFlex {
    grid-template-columns: 1fr;
  }
}
/* MENU ******************************** */
/* MENU ******************************** */
/* MENU ******************************** */
/* MENU ******************************** */
nav.slideIn,
nav.slideOut {
  opacity: 1;
  /*  background: #2773ff; */
  box-shadow: 0 0 10px 1px #ddd;
  animation-duration: 450ms;
  /*  box-shadow: 0px 1px 2px 1px #f4e0cf; */
  position: fixed;
  animation-timing-function: ease;
}
nav.slideIn {
  position: fixed !important;
  animation-name: slide-in;
}
nav.slideOut {
  animation-name: slide-out;
  animation-fill-mode: forwards;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    position: fixed;
    transform: translateY(0%);
  }
  99% {
    opacity: 1;
    position: fixed;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    position: absolute;
    transform: translateY(0%);
  }
}

header {
  position: relative;
  padding-top: 82px;
  padding-top: 0;
}
.fixLogo {
  margin: 0 0 20px;
  font-size: 20px;
  text-align: center;
}
.heroImg {
  margin: 0 0 24px;
}
.noHero {
  height: 60px;
}
.headerFlex {
  display: flex;
  gap: 24px;
}
.headerFlexDiv a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.headerFlexDiv a h3 {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
.headerFlexDiv a h3 span {
  background: #f9eeee;
  color: #dd4d52;
  padding: 3px 6px;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 500;
}
.headerFlexDiv a:hover img {
  background: #c1998a;
  /* border: 1px solid salmon;
  */
}
.headerFlexDiv a:hover h3 span {
  background: #fbf6f6;
  color: #8e2a2a;
}
.infoSavTop {
  position: relative;
  background: #393939;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.infoSavTop p:last-of-type {
  margin: 0;
}
nav {
  position: relative;
}
nav.absoluteClass {
  position: absolute;
}
nav {
  padding: 0 10px;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  min-height: 50px;
  background: #6f8bc8;
}
.mobMenu {
  /* display: grid; */
  max-width: 990px;
  padding: 0 10px;
  margin: 0 auto;
  /* grid-template-columns: 120px auto; */
  grid-gap: 30px;
}
#menuTextOut {
  display: none;
  justify-content: center;
  align-items: center;
}

/* desktop */
.mobMenu ul {
  display: flex;

  gap: 5px 0;
  flex-flow: row wrap;
}

@media only screen and (max-width: 1000px) {
  .mobMenu ul {
    gap: 5px 0;
  }
}

.mobMenu ul li ul {
  min-width: 200px;
  position: absolute;
  top: 40px;
  display: none;
  animation-name: ul-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
  z-index: 12;
  border: 1px solid #4061aa;
  /* border-radius: 2px; */
}
@keyframes ul-in {
  0% {
    opacity: 0;
    left: 40px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
.mobMenu ul li.clicked > ul {
  display: block;
}
.mobMenu ul li ul li {
  display: block;
  white-space: nowrap;
  padding: 0px;
  position: relative;
}

/* .mobMenu ul li:hover {
  background: #000;
}
*/
.mobMenu ul li ul li ul {
  position: absolute;
  top: 0px;
  display: none;
  animation-name: ul-ul-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
}
@keyframes ul-ul-in {
  0% {
    opacity: 0;
    top: 40px;
  }
  100% {
    opacity: 1;
    top: 5px;
  }
}
.mobMenu ul li ul li ul {
  position: absolute;
  top: 5px;
  left: 180px;
  border: 1px solid #888;
  padding: 5px;
  border-radius: 2px;
  min-width: 200px;
}
.mobMenu ul li ul li ul li ul {
  position: absolute;
  top: 5px;
  left: 180px;
  border: 1px solid #888;
  padding: 5px;
  border-radius: 2px;
  min-width: 200px;
}
.mobMenu ul li {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mobMenu ul li ul li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
}
.mobMenu ul li ul li:last-of-type {
  border-bottom: 0;
}
.mobMenu ul li ul li ul li {
  display: flex;
  flex-direction: column;
}
.mobMenu ul li ul li ul li ul li {
  display: flex;
  flex-direction: column;
}
.slimmed .mobMenu ul li a {
  height: 30px;
}

.mobMenu ul li a {
  height: 50px;
  padding: 0 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
}

.logoHref,
.mobMenu ul li a {
  color: #ffffff;
  /* color: #8e2a2a; */
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px;
  text-transform: uppercase;
}
/* .mobMenu ul li a:hover {
  border-bottom: 2px solid #d3b296;
  color: #333;
}
*/
.mobMenu ul li.wiserInMenu a {
  background: #3dcd58;
  border: 1px solid #009530;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.mobMenu ul li.wiserInMenu a::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -1px;
  height: 3px;
  width: calc(100% + 2px);
  background: #3dcd58;
}

.mobMenu ul li.wiserInMenu.active a {
  /* border-bottom: 2px solid #bf9a7b; */
  background: #009530;
  color: rgb(255, 255, 255);
}
.mobMenu ul li.wiserInMenu.active a::before {
  /*   content: "";
  position: absolute;
  top: -5px;
  left: -1px;
  height: 5px;
  width: calc(100% + 2px); */
  background: #009530;
}

.mobMenu ul li.active > a {
  /* color: #0f0303; */
  font-weight: bold;
  background: #4061aa;
}
/* Underline styles */
/* Fade in */
.mobMenu ul li a span.menuAni {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 3px;
}

.mobMenu ul li a span.menuAni::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 1;
  transition: opacity 500ms, transform 500ms;
}
.mobMenu ul li a:hover span.menuAni::after,
.mobMenu ul li a:focus span.menuAni::after {
  opacity: 1;
}
.mobMenu ul li a span.menuAni::after {
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
}
.mobMenu ul li a:hover span.menuAni::after,
.mobMenu ul li a:focus span.menuAni::after {
  transform: scale(1);
}
.mobMenu ul li ul li a {
  height: 40px;
  background: #6f8bc8;
  padding: 0 10px 0 10px;
  text-transform: unset;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 0;
  border-left: 2px solid #6f8bc8;
  color: #fff;
}
.mobMenu ul li ul li.active > a {
  border-bottom: 0;
}
.mobMenu ul li ul li > a:hover {
  border-bottom: 0;
  border-left: 2px solid #4061aa;
  background: #fff;
  color: #4061aa;
}
.mobMenu ul li ul li ul li a {
  background: #fff;
  color: #111;
}
.mobMenu ul li ul li ul ul li a {
  background: #fff;
  color: #111;
}
#closeMobMenu {
  display: none;
}
.menuArrow {
  display: block;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
ul li ul li .menuArrow {
  transform: rotate(-45deg);
  /*  border-right: 1px solid #252525;
  border-bottom: 1px solid #252525; */
  margin: 0;
}
#mobMenuLayer {
  display: none;
}
/* innentől mobil */
/* innentől mobil */
/* innentől mobil */
@media only screen and (max-width: 768px) {
  .logoHref img {
    height: 50px;
  }
  /* override ID */
  .mobMenuLayer {
    position: fixed;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    -webkit-animation: layerFadeIn 0.5s ease-in-out;
    animation: layerFadeIn 0.5s ease-in-out;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes layerFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes layerFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .menuArrow {
    border-right: 1px solid #252525;
    border-bottom: 1px solid #252525;
    transform: rotate(45deg);
  }
  ul li ul li .menuArrow {
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  nav {
    height: 50px;
    min-height: initial;
  }
  .mobMenu {
    padding: 0;
    margin: 0 auto;
    display: flex;
    height: 50px;
    gap: 20px;
  }
  #menuText {
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
  }
  #closeMobMenu {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 15px;
  }
  #closeMobMenu .x {
    cursor: pointer;
    width: 28px;
    height: 28px;
    /* background: #0d0d0d;
      */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
  }
  #menuUlBox {
    position: fixed;
    display: flex;
    /* background: rgba(0, 0, 0, 0.73);
      */
    padding-right: 0px;
    flex-direction: column;
    z-index: 25;
    height: 100%;
    width: 270px;
    overflow-x: hidden;
    left: -290px;
    top: 0;
  }
  .stickyClass {
    padding: 10px 10px 50px;
    min-height: 100vh;
    width: 270px;
    /* overflow-x: hidden;
      */
    position: relative;
    background: #282828;
    z-index: 30;
  }
  .menuToRight {
    -webkit-animation: menuToRight 0.5s ease-in-out;
    animation: menuToRight 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes menuToRight {
    0% {
      left: -290px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes menuToRight {
    0% {
      left: -290px;
    }
    100% {
      left: 0;
    }
  }
  .menuToLeft {
    -webkit-animation: menuToLeft 0.5s ease-in-out;
    animation: menuToLeft 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes menuToLeft {
    0% {
      left: 0;
    }
    100% {
      left: -290px;
    }
  }
  @keyframes menuToLeft {
    0% {
      left: 0;
    }
    100% {
      left: -290px;
    }
  }
  #menuTextOut {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  .burgerMenu {
    cursor: pointer;
    z-index: 99;
    position: relative;
    background: rgb(255, 255, 255);
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menuDott {
    /* border: 1px dotted #c96;
      */
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 20px;
    height: 3px;
    background-color: #4061aa;
    /* margin: 4px 0;
      */
    transition: 0.5s;
    /* box-shadow: 1.5px 1.5px #0e0d0d;
      */
  }
  .bar2 {
    margin: 4px 0;
  }
  .change .bar1 {
    /* -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px);
      */
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    /* -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px);
      */
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }
  .mobMenu ul {
    margin: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: initial;
    width: 250px;
    gap: 0;
    border: 2px solid #4061aa;
  }
  .mobMenu ul li ul {
    position: initial;
    width: initial;
    padding-left: 3px;
    background: #ffe7d3;
    border-left: 0;
    border-radius: 0;
  }
  .mobMenu ul li ul li ul {
    position: initial;
    width: initial;
    padding-left: 5px;
    background: #222;
  }
  .mobMenu ul li ul li ul li ul {
    position: initial;
    width: initial;
    padding-left: 5px;
    background: #333;
  }
  .mobMenu ul li {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li a {
    height: 40px;
    padding: 0 10px 0 10px;
    width: 100%;
    background: #fff;
    color: #252525;
    text-decoration: none;
    font-weight: 500;
    border: none;
  }
  .mobMenu ul li a:hover {
    background: #dce3f4;
  }
  .mobMenu ul li.active a {
    /* border-bottom: 2px solid #bf9a7b;
      */
    background: #4061aa;
    color: rgb(255, 255, 255);
  }
  .mobMenu ul li ul li a {
    padding: 10px 10px 10px 5px;
    /* background: #111; */
    /* color: #fff; */
    height: initial;
    min-height: 40px;
    white-space: initial;
    text-align: left;
  }
  .mobMenu ul li ul li ul li a {
    padding: 0 5px 0 10px;
    background: #222;
    color: #fff;
  }
  .mobMenu ul li ul li ul ul li a {
    padding: 0 5px 0 10px;
    background: #333;
    color: #fff;
  }
}
/* <===== MENU ******************************** */
/* <===== MENU ******************************** */
/* ************************************************ */
/* ************************************************ */
table {
  border-collapse: collapse;
}

.adatv-nincskeret tr td {
  border: 1px solid #ddd;
  padding: 3px;
}

.moduleRowFull {
  padding: 40px 0 0;
  /* margin: 0 0 30px; */
}
.position70 {
  max-width: 970px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #6f8bc8;
  margin: 0 auto;
  text-align: center;
  padding: 30px 40px;
  gap: 40px;
}
.position70 > div {
  color: #fff;
  border: 1px solid #b0bdd9;
  padding: 20px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  text-align: center;
  margin: 0;
  padding: 0px 0 0;
  background: #f9f9f9;
}
.footerPositions {
  padding: 0;
  color: #fff;
  margin: 0 auto;
}

.footer-inner {
  padding: 5px 10px 0 !important;
}
.three3 {
  font-size: 16px;
  line-height: 25px;
  display: grid;
  grid-gap: 15px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.three3 ul {
  margin: 0 0 20px 20px;
}
.footerPositions h3 {
  margin: 0 0 15px;
}
.footerPositions a {
  color: #fff;
}
.footerPositions img {
  max-width: 220px;
  padding: 3px;
  border: 1px solid #563498;
  border: 1px solid #515151;
}
@media only screen and (max-width: 768px) {
  .position70 {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 5px;
  }
  .three3 {
    grid-template-columns: 1fr 1fr;
  }
  .footerPositions img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 468px) {
  .three3 {
    grid-template-columns: 1fr;
  }
}
.footerLogo {
  height: 35px;
}
.footerTable tr td:first-of-type {
  font-weight: 700;
}
.copyRight {
  border-top: 2px solid #6f8bc8;
  padding: 10px 10px;
  text-align: center;
  /* color: #282315; */
  /* font-size: 17px; */
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
}
.copyRight a {
  /* color: #282315; */
  letter-spacing: 0.5px;
  font-weight: 500;
}
.copyRight a:hover {
  font-weight: 700;
}
.underLine {
  text-decoration: underline;
}
.docRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}
.docRow h3 a {
  color: #c10e0e;
  font-size: 17px;
  text-decoration: none;
}
.docRow h3 a:hover {
  color: #860505;
  text-decoration: underline;
}
.docRow img {
  height: 25px;
}
.docRow span {
  color: #777;
  font-size: 15px;
}
.footerDocRow h4 {
  margin: 0 0 5px;
}
.footerDocRow h4 a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
}
.footerDocRow h4 a:hover {
  color: #fff;
  text-decoration: underline;
}
.blogItemList {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .copyRight {
    flex-direction: column;
    gap: 10px;
  }
  .blogItemList {
    grid-template-columns: 1fr;
  }
}
.blogItemBox {
  opacity: 1;
}
.blogItemImgDiv {
  position: relative;
  margin: 0 0 0px;
  overflow: hidden;
}
.blogItemImgDivInner {
  position: relative;
  display: block;
}
.blogItemImgDiv img {
  width: 100%;
  transition: all 500ms;
}
.blogItemImgDiv:hover img {
  opacity: 1;
}
.blogItemCat {
  position: absolute;
  bottom: 0px;
  height: 24px;
  left: 21px;
  border-radius: 3px;
  padding: 0 10px;
}
.blogInfoBox {
  padding: 5px 5px;
}
.blogInfoTitle h3 {
  font-size: 19px;
  color: #083391;
  text-align: center;
}
.blogItemPageMainImg {
  padding: 3px;
  border: 1px solid #eee;
  margin: 0 0 20px;
  max-width: 600px;
}
.blogItemHeader {
  margin: 0 0 20px;
  text-align: left;
}
.blogItemMainOnly {
  margin: 0 0 20px;
}
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
.infoBox {
  margin: 0 0 25px;
  background: #fbf6f6;
  border: 2px solid #c1998a;
  border-radius: 7px;
  padding: 15px 15px 15px 20px;
  color: #8e2a2a;
}
.infoBox p:last-of-type {
  margin-bottom: 0;
}
button {
  cursor: pointer;
}
.center {
  text-align: center;
}
.dreamList {
  margin: 0 0 20px;
}
.pagination {
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.pagination a {
  padding: 3px;
  font-size: 15px;
  font-weight: 500;
}
.pagination span.selected {
  background: #e6e6e6;
  display: block;
  padding: 3px 5px;
  border-radius: 3px;
}
td.kep img {
  min-width: 100px;
  min-height: 100px;
}
.mainFlex {
  display: grid;
  gap: 30px;
  margin: 0;
  width: 100%;
  padding: 0 10px;
  grid-template-columns: 1fr 240px;
}
.mainFlex.white {
  background: #fff;
}
.hka-wrapper {
  padding: 0 0px;
  margin: 0 auto;
}
.fullMainWidth {
  background: #f9f9f9;
  padding: 30px 0 0;
}
.hka-wrapper-inner,
.footer-inner,
.header-inner {
  max-width: 990px;
  margin: 0 auto 0px;
  padding: 0px;
}
.header-inner {
  padding-top: 20px;
}
.content-mid {
  padding: 0px 0;
}
a {
  font-weight: 500;
}
.focim {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px 20px;
  margin-bottom: 15px;
}
.fejlec-h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.fejlec-h2 a {
  text-transform: uppercase !important;
  font-size: 17px;
  color: #323232;
  text-decoration: none;
  letter-spacing: 1px;
}
.headImg {
  max-width: 20%;
}
.fejlec-mobilszam {
  padding: 15px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 2px;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs a {
  border: 1px solid #c6c6c6;
  display: inline-block;
  background: #f7f7f7;
  color: #424242;
  border-radius: 5px;
  padding: 3px 10px;
  font-weight: 500;
  text-decoration: none;
}
.breadcrumbs a span {
  font-weight: 700;
  text-decoration: underline;
}
/* kiemelt leftbottom ---- */
#kiemelt {
  transition: 2000ms all;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px #000;
  border: 2px solid #c23910;
  min-width: 250px;
  z-index: 88;
}
#kiemelt h3 {
  margin: 0 0 10px;
  cursor: pointer;
  background: url(./images/close-2.png) no-repeat right center;
}
#kiemelt > div > div {
  display: flex;
  justify-content: center;
  border-top: 1px solid #c23910;
  padding: 5px 0 0;
}
.zarva > div > div {
  display: none !important;
}
.zarva h3 {
  margin-bottom: 0px !important;
  background: url(./images/open-2.png) no-repeat right center !important;
}
/* --- kiemelt leftbottom */
#hka-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 0 0 20px;
}
.gall-item {
  margin: 0;
}
.gall-item a {
  padding: 4px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px #888;
  background: #fff;
  display: block;
}
.gall-item a:hover {
  border: 1px solid #464646;
  background: #e8e8e8;
}
.gall-img {
  max-width: 200px;
  max-height: 100px;
  vertical-align: middle;
}
.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
#felso-sav {
  height: 10vh;
  background: #3f3f3f;
}
.modal-content {
  height: 70vh;
}
#also-sav {
  height: 20vh;
  background: #413d3d;
}
.modal-content img {
  width: auto;
  height: auto;
  max-height: 70vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999901;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 30px;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border-radius: 5px;
  width: auto;
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  display: flex;
  justify-content: center;
}
.inner {
  position: relative;
  height: auto;
  display: inline-flex;
  background: #f5f5f5;
  padding: 6px;
  flex-direction: column;
  border-radius: 5px;
}
.close {
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 25px;
  font-weight: 700;
  background: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #fff;
}
.close:focus,
.close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.cursor {
  cursor: pointer;
}
.next,
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgb(0, 0, 0, 0.3);
  transform: translate(0, -50%);
  width: 40px;
}
.next {
  right: 6px;
  border-radius: 3px 0 0 3px;
}
.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px 16px;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.focim h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  /* color: #3f0102;
  */
}
.zarva > div > div {
  display: none !important;
}
.zarva h3 {
  margin-bottom: 0px !important;
  background: url(./images/open-2.png) no-repeat right center !important;
}
hr {
  margin: 0 0 10px;
}
div.kutyanevlista {
  padding: 5px 0;
}
div.kutyanevlista.kan {
  background: #ceedff;
}
div.kutyanevlista.szuka {
  background: #fbdff8;
}
div.kutyanevlista.uniszex {
  padding: 5px 0;
}
.dogNameBlock {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
div.kutyanevlista h2 {
  padding: 0 5px;
  font-size: 15px;
}
div.kutyanevlista div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5px;
  font-size: 14px;
  color: #333;
  margin: 0 0 2px;
  /* background: red;
  */
  padding: 2px 0 2px 5px;
}
div.kutyanevlista.kan div:hover {
  background: #b1e1fd;
}
/* div.kutyanevlista div h3 {
}
*/

.loaderBox {
  width: 60px;
  margin: 30px auto;
}
.loader {
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid red;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#aform {
  max-width: 400px;
}
#aform h3 {
  padding: 5px 15px;
  margin: 0 0 20px;
  font-size: 18px;
}
#aform-inner p {
  margin: 0 0 20px;
}
#aform-inner ul {
  padding: 5px 0 5px 40px;
  margin: 0 0 15px;
}
#aform-inner ul li {
  margin: 0 0 5px;
}
.fr-blk {
  padding: 5px 10px;
  margin: 0 0 5px;
}
.fr-blk input,
.fr-blk textarea {
  width: 100%;
  max-width: 100%;
  min-width: 50%;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 0px #d7d7d7;
}
.fr-blk textarea {
  min-height: 40px;
}
.fr-blk.b {
  display: none;
}
.fr-blk input[type="checkbox"] {
  width: initial;
  min-width: initial;
}
.fr-blk input[type="button"] {
  width: initial;
  min-width: initial;
  color: #fff;
  background: #04c;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 6px 12px;
  cursor: pointer;
}
.fr-blk input[type="button"]:hover {
  background: #0037a5;
  text-decoration: underline;
}
.lable {
  padding: 0 0 2px 3px;
}
.gdpr-A {
  color: #222 !important;
}
.form-error {
  background: #fdcdc9;
}
.form-error input {
  border: 1px solid red;
  box-shadow: 0 0 2px red;
  background: #ffeded;
}
.fr-error {
  color: #c60000 !important;
  font-weight: 700;
  font-size: 15px !important;
  padding: 5px 0 5px !important;
}
.msgback {
  padding: 20px;
  background: rgb(247, 247, 255);
  border: 1px solid rgb(158, 158, 255);
  margin: 0 0 25px;
}
.msgback p:last-of-type {
  margin: 0 !important;
}
.fr-error {
  display: none;
}
.form-error .fr-error {
  display: block;
}
.fs-14 {
  font-size: 14px;
}
.terkep {
  background: #ededee;
  border: 2px solid #222;
  border-radius: 2px;
  margin: 0;
  min-height: 100px;
  height: 308px;
}
.honlap-ajanlo {
  background: #fff;
  text-align: left;
  padding: 15px;
  border: 2px solid #333;
}
.honlap-ajanlo p {
  margin: 0;
}
.honlap-ajanlo a {
  white-space: nowrap;
}
.hka-kiemeles {
  margin: 0 0 20px;
  background: #f7f7f7;
  border-left: 5px solid #f86d18;
  border-radius: 3px;
  padding: 5px 0 5px 10px;
}
.goToList {
  display: inline-block;
  background: #abe63c;
  text-decoration: none;
  font-size: 15px;
  padding: 2px 10px;
  color: #000;
  border-radius: 5px;
  border-bottom: 2px solid #2f670b;
  letter-spacing: 1.5px;
  margin: 0 0 1px;
}
.goToList:hover {
  background: #99cc00;
  border-right: 1px solid #2f670b;
  border-bottom: 3px solid #2f670b;
  margin: 0;
}
.kereso {
  background: #ffffff;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 20px;
  box-shadow: 0 0 3px 1px #555;
}
.kereso form {
  display: flex;
  gap: 5px;
}
.kereso form input[type="text"] {
  border: 1px solid #ff3737;
  border-radius: 2px;
  padding: 3px;
}
.kereso form input[type="submit"] {
  background: #db0000;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #f00;
  font-weight: 700;
  padding: 1px 10px;
  cursor: pointer;
}
.mobilon-hivas {
  color: #222;
  margin: 0 0 5px;
  padding: 5px 0;
  text-decoration: none;
}
.mobphone .bev {
  margin: 0 0 15;
}
.mobphone .cont {
  margin: 0;
}
.hivaslbl {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mainFlex {
    grid-template-columns: 1fr;
  }
  .content-mid {
    opacity: 1;
    /*     grid-template-columns: 1fr;
 */
  }
  .mobilon-hivas {
    background: #ff0000;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
  }
  .hivaslbl {
    display: initial;
  }
}
.logo-mod {
  padding: 0;
}
.artabla {
  padding: 3px 20px 3px 10px;
}
.artabla tr td:last-of-type {
  text-align: right;
}
.slider {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.slider img {
  width: 100%;
}
.ez-a-grides {
  display: flex;
  flex-direction: column;
}
.ez-a-grides {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 3px 1px #555;
  border-radius: 3px;
}
.dupla {
  display: flex;
}
.kiemeles {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 0;
  min-width: 250px;
}
.kiemeles table {
  flex-grow: 1;
}
.kiemeles div {
  flex-grow: 2;
  text-align: left;
  padding: 20px 0 0 00px;
}
.kereso p {
  margin: 0 0 5px;
}
table td {
  border: none;
  padding: 2px 5px;
  vertical-align: top;
}
.hka {
  color: #ccc;
  padding: 15px 0 10px;
  font-size: 15px;
}
.hka a:link,
.hka a:visited {
  color: #ccc;
}
.hka a:hover {
  font-weight: 700;
}

#flexDiv {
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
.ajanlok-inner {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 #777;
}
iframe {
  max-width: 100%;
  width: 100%;
  height: 300px;
}
#gdprD {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9em;
  transition: 1s all;
  display: flex;
  flex-wrap: wrap;
  z-index: 8888;
}
.gdprVis {
  opacity: 1;
}
.gdprHid {
  opacity: 0 !important;
}
#gdprD p {
  margin: 5px;
  align-self: center;
}
#gdprD > div {
  display: flex;
}
#gdprD button {
  border-color: transparent;
  border-radius: 5px;
  display: block;
  padding: 0 0.5em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 10px;
  height: 26px;
}
#gdpr-ok {
  color: #000;
  min-width: 140px;
  background-color: #f1d600;
}
#gdpr-ok:hover {
  background-color: #fffc26;
}
#gdprD a:link,
#gdprD a:visited {
  color: #eee;
  text-decoration: none;
}
#gdprInfo {
  color: #eee;
  min-width: 80px;
  background-color: #444;
}
#toTop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  cursor: pointer;
  padding: 0;
  z-index: 105;
  opacity: 0.8;
  border-radius: 50%;
  border: 0;
  overflow: hidden;
}
#toTop:hover {
  opacity: 1;
}
.topC {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6f8bc8;
  border: 2px solid #fff;
}
.topArrow {
  border: 2px solid white;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border-right: 0;
  border-bottom: 0;
  margin: 9px 0 0;
}
html {
  scroll-behavior: smooth;
}
.jobbra {
  float: right;
  margin: 4px 0 12px 12px !important;
}
.balra {
  float: left;
  margin: 4px 12px 12px 0 !important;
}
.imgGallery {
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
}
.gallery_A {
  display: inline-block;
}
.gallery_A img {
  padding: 3px;
  border: 1px solid #8fa0c6;
  box-shadow: 1px 1px 3px #7687ac;
  background: #fff;
  height: 80px;
  width: auto;
}
.gallery_A:hover img {
  border: 1px solid #4061aa;
  background: #6f8bc8;
}
.gall-img {
  max-width: 200px;
  max-height: 100px;
  vertical-align: middle;
}
.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
#felso-sav {
  height: 10vh;
  background: #3f3f3f;
}
.modal-content {
  height: 70vh;
}
#also-sav {
  height: 20vh;
  background: #413d3d;
}
.modal-content img {
  width: auto;
  height: auto;
  max-height: 70vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999901;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 30px;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border-radius: 5px;
  width: auto;
  max-width: 90vw;
  height: auto;
  max-height: 80vh;
  transition: 1s all;
  display: flex;
  justify-content: center;
}
.modal-content .inner {
  position: relative;
  height: auto;
  transition: 1s all;
  display: inline-flex;
  background: #f5f5f5;
  padding: 6px;
  flex-direction: column;
  border-radius: 5px;
  min-width: 150px;
  min-height: 150px;
}
.close {
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 25px;
  font-weight: 700;
  background: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #fff;
}
.close:focus,
.close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.cursor {
  cursor: pointer;
}
.next,
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgb(0, 0, 0, 0.3);
  transform: translate(0, -50%);
  width: 40px;
}
.next {
  right: 6px;
  border-radius: 3px 0 0 3px;
}
.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px 16px;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* WEBSHOP ******************************** */
/* WEBSHOP ******************************** */
.subCatBlock {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  padding: 10px;
  /* background: azure;
  */
}
.subCat {
  width: 242px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.subCatImgDiv {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productsBlock {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  padding: 10px;
}
.prodInCat {
  width: 200px;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
.prodInCat a {
  font-weight: 500;
  color: #e61c19;
  color: #c45b03;
  text-decoration: none;
}
.prodInCatImgDiv {
  width: 200px;
  /* height: 220px;
  */
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodInCatImgDiv img {
  border: 1px solid #ccc;
  padding: 4px;
}
.prodInCatImgDiv a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodImgDetails {
  display: flex;
  margin: 0 0 20px;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .prodImgDetails {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.productDetails tr td {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.productDetails tr td:first-of-type {
  font-weight: 700;
}
.webshopImgGall {
  display: flex;
  flex-direction: column;
  padding: 5px;
  /* background: aquamarine;
  */
  width: 300px;
}
.webshopImgGall .mainThumb {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: azure;
  */
  margin: 0 0 10px;
  width: 290px;
  /* height: 290px;
  */
  max-height: 290px;
}
.webshopImgGall .mainThumb .gallery_A {
  max-height: 100%;
  display: flex;
  /* background: black;
  */
  max-width: 100%;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.webshopImgGall .smallThumbs {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.smallThumbs .gallery_A {
  height: 70px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smallThumbs .gallery_A img {
  width: auto;
}
.productList {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: center;
}
.prodInfoCatList {
  text-align: center;
}
.catID_82 .prodImgThumb {
  width: 200px;
  height: 133px;
}
.prodS_Desc {
  margin: 0 0 10px;
}
.priceAndCart {
  margin: 0 0 15px;
  font-weight: 700;
}
.respoGrid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 900px) {
  .respoGrid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .respoGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 450px) {
  .respoGrid {
    grid-template-columns: 1fr;
  }
}
.carTypeInList {
  background: #ffefda;
  display: flex;
  justify-content: center;
}
.carTypeInListInner {
  text-align: center;
}
.searchDet {
  margin: 0 0 10px;
}
.prodResults {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  margin: 0 0 30px;
}
.resBox {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 100px 1fr;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
}
.resBox.odd {
  background: #fff;
}
.resImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.resImg a {
  background: #fff;
  padding: 3px;
  border: 1px solid #ddd;
}
.resImg a:hover {
  background: #c2272d;
}
.resImg img {
  max-height: 200px;
}
.linkList {
  margin: 0 0 10px;
}
.linkList a {
  background: #1a90df;
  border-radius: 3px;
  color: #fff;
  padding: 1px 5px;
  font-weight: 500;
}
.linkList a:hover {
  background: hsl(204, 97%, 31%);
}
/* WEBSHOP ******************************** */
/* WEBSHOP ******************************** */

/*diavetito*/
#diablokk {
  max-width: 990px;
  margin: 0 auto 20px;
  padding: 10px;
}
#slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 24px;
}
.diavetito {
  width: 100%;
}

#slider > div#bg {
  position: static;
  display: none;
}
#slider > div {
  width: 100%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: initial;
  top: 0;
  left: 100%;
}
#eloreBtn,
#hatraBtn {
  display: none !important;
}

#slider picture {
  display: block;
}
#slider img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.pic-title {
  display: block;
  position: relative;
}
.pic-title > h3 {
  font-size: 18px;
  text-align: center;
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
.pic-title > h3 > span {
  background: #f9eeee;
  color: #dd4d52;
  padding: 3px 6px;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 700;
}
.diaLink {
  /* border: 1px solid #B5B5B5;  */
  display: block;
  /* padding: 3px;  */
  /* border-radius: 3px; */
}

.diaLink:hover img {
  background: #c1998a;
}
.diaLink:hover h3 span {
  background: #fbf6f6;
  color: #8e2a2a;
}

#sliderEloreBtn,
#sliderHatraBtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  height: 30px;
  width: 30px;
  left: 5px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  padding: 3px 0;
  border: 0;
  display: none;
  border-radius: 3px;
  background: rgb(142, 42, 42);
  background: rgba(142, 42, 42, 0.3);
}
#sliderEloreBtn {
  left: initial;
  right: 5px;
}
.hka-disabled {
  opacity: 0.3;
}
#sliderEloreBtn:hover,
#sliderHatraBtn:hover {
  background: rgb(142, 42, 42);
  background: rgba(142, 42, 42, 0.8);
}

@media only screen and (max-width: 768px) {
  #sliderEloreBtn,
  #sliderHatraBtn {
    display: block;
  }
  .diavetito {
    border: 2px solid #c1998a;
    border-radius: 5px;
  }
  .diavetito:hover {
    background: #c1998a;
  }
  #slider > div#bg {
    display: block;
  }
  #slider img {
    border: 0;
  }
  #slider {
    width: 100%;
    /* background: #c7c7c7; */
    position: relative;
    /* border: 2px solid #1f1f1f; */
    overflow: hidden;
    /* box-shadow: 0 0 2px 0px #555; */
    /* border-radius: 5px; */
  }
  #slider > div {
    width: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .diaLink {
    border: 0px !important;
    padding: 0px !important;
  }
}
.fromRight {
  -webkit-animation: fromRight 1s ease-in-out;
  animation: fromRight 1s ease-in-out;
}
.toLeft {
  -webkit-animation: toLeft 1s ease-in-out;
  animation: toLeft 1s ease-in-out;
}
.fromLeft {
  -webkit-animation: fromLeft 1s ease-in-out;
  animation: fromLeft 1s ease-in-out;
}
.toRight {
  -webkit-animation: toRight 1s ease-in-out;
  animation: toRight 1s ease-in-out;
}
@-webkit-keyframes fromRight {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes fromRight {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes toLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes toLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes fromLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes fromLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes toRight {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes toRight {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

/* Diavetítő */
/* Diavetítő */
/* WISER EXTRA */
#wiserExtra {
  /* background: aqua; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}
.fullLayer {
  position: relative;
}
#wisRedony {
  height: 100vh;
  width: 100%;
  background: url("./images/redony.png") bottom center repeat;
  transform: translateY(-70%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999901;
}

#wisFuggony {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999902;
}
#wisFuggonyLeft {
  height: 100vh;
  width: 50%;
  background: url("./images/fuggony.png") bottom center repeat;
  transform: translatex(-70%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999902;
}
#wisFuggonyLeft::after {
  content: "";
  opacity: 1;
  height: 100%;
  position: absolute;
  width: 10px;
  background: url("./images/fuggony.png") bottom center repeat;
  top: 0;
  right: 0;
}
#wisFuggonyRight {
  height: 100vh;
  width: 50%;
  background: url("./images/fuggony.png") bottom center repeat;
  transform: translatex(70%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999902;
}
#wisFuggonyRight::after {
  content: "";
  opacity: 1;
  height: 100%;
  position: absolute;
  width: 10px;
  background: url("./images/fuggony.png") bottom center repeat;
  top: 0;
  right: left;
}

#wisDark {
  height: 100vh;
  width: 100%;
  background: #000;
  z-index: 9999902;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.189;
}

.appp {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  z-index: 9999909;
  flex-direction: column;
  gap: 10px;
  width: 200px;
  box-shadow: 0 0 5px 0 #333;
}
.appp > div {
  display: flex;
  gap: 10px;
}
