*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Roboto";
  src: url("./fonts/subset-Roboto-Regular/subset-Roboto-Regular.eot");
  src: url("./fonts/subset-Roboto-Regular/subset-Roboto-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/subset-Roboto-Regular/subset-Roboto-Regular.woff2")
      format("woff2"),
    url("./fonts/subset-Roboto-Regular/subset-Roboto-Regular.woff")
      format("woff"),
    url("./fonts/subset-Roboto-Regular/subset-Roboto-Regular.ttf")
      format("truetype"),
    url("./fonts/subset-Roboto-Regular/subset-Roboto-Regular.svg#Roboto-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background: #ddd;
  padding: 0 10px;
  font: 16px Roboto;
  color: #222 !important;
  height: 100%;
  background: url(./images/hatter.gif) repeat right center;
}

.liAbc a {
  background: url(./images/abc-icon.png) no-repeat left center;
  padding-left: 35px !important;
}
.liGen a {
  background: url(./images/male-female-icon.png) no-repeat left center;
  padding-left: 35px !important;
}

.subMenu {
  padding: 10px;
  margin: 0 auto 20px;
  background: #daecfd;
  border: 1px solid #7bbfff;
  border-left: 4px solid #7bbfff;
}

.subMenu ul {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  list-style-type: none;
}

/*
.page_bg {
  color: #222 !important;
  background: #068fda url(./images/01.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}*/

.innerMenu {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  list-style-type: none;
  margin: 0 !important;
  padding: 10px;
}

.innerMenu li {
  display: flex;
  margin: 0 !important;
}

.innerMenu li a {
  background: #0099ff;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #036aae;
  border-bottom: 2px solid #036aae;
}
.innerMenu li a:hover {
  background: hsl(204, 100%, 30%);
}

.hkaSection {
  background: #ffffff;
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 0 3px 1px #555;
}

.hkaFlex ul {
  margin: 0 0 15px;
  padding: 0 0 0 25px;
}

.hkaFlex a:link,
.hkaFlex a:visited {
  background: hsl(0, 100%, 50%);
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 3px solid #bd0000;
  letter-spacing: 0.5px;
}

.hkaFlex a:hover {
  background: hsl(0, 100%, 30%);
}
#ads_1 {
  background: #ffffff;
  max-width: 100%;
  border: 1px solid #ddd;
  padding: 0px;
  box-shadow: 0 0 3px 1px #555;
}

.google_adsense_2 {
  background: #ffffff;
  max-width: 100%;
}

.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: normal;
}

.pagination span.selected {
  background: #e6e6e6;
  display: block;
  padding: 3px 5px;
  border-radius: 3px;
}

td.kep img {
  min-width: 100px;
  min-height: 100px;
}

.adsbygoogle {
  max-width: 100%;
}

#mainFlex {
  display: grid;
  grid-gap: 20px;
  margin: 0 0 20px;
  grid-template-columns: 300px auto;
  max-width: 100%;
  /*border: 2px solid blue;*/
}

#flexLeft {
  flex-direction: column-reverse;
  align-items: flex-start;
  /* background: #ff0;*/
  padding: 3px;
}

#flexLeftInner {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

#flexRight {
  max-width: 100% !important;
  /*background: red;*/
  padding: 2px;
}

.searchResult {
  background: #f2f6fc;
  margin: 0 0 15px;
  border: 1px solid #e6edf7;
  padding: 5px;
  color: #0909c6;
}

@media screen and (max-width: 768px) {
  .hka-wrapper {
    padding: 0 !important;
  }
  #mainFlex {
    grid-template-columns: auto;
  }
  #flexLeft {
    /* flex-direction: column; */
    max-width: 100% !important;
    /* justify-content: center; */
  }
  .content-mid {
    padding: 10px !important;
  }
}

.hka-wrapper {
  /* background: rgba(255, 255, 255, 0.3); */
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 2px;
}
.hka-wrapper-inner {
  padding: 10px;
  border-radius: 2px;
  /*border-top: 2px solid #ff6a6a;*/
}

.bott-wrap {
  padding: 0 20px 30px;
  margin: 0 auto;
  border-radius: 2px;
  max-width: 900px;
}
.bott-wrap-inner {
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 0 3px 0 #999999;
}

.jobbra {
  float: right;
  margin: 4px 0 5px 15px;
  max-width: 40%;
  /* border: 1px solid #bbb; */
  padding: 3px;
  border-radius: 2px;
  height: auto;
}
.balra {
  float: left;
  margin: 4px 15px 5px 0;
  max-width: 40%;
  /* 	border: 1px solid #bbb;  */
  padding: 3px;
  border-radius: 2px;
  height: auto;
}

a {
  font-weight: bold;
}

.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;
}

/*diavetito ---*/
#slider {
  width: 100%;
  background: #c7c7c7;
  position: relative;
  border: 1px solid #1f1f1f;
  overflow: hidden;
  box-shadow: 0 0 2px 0 #555;
  border-radius: 2px;
}
.diavetito {
  max-width: 900px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #999;
}
#slider > div {
  width: 100%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  left: 100%;
}
.diaLink {
  border: 0 !important;
  padding: 0 !important;
}
#diablokk {
  display: flex;
  margin: 0 0 20px;
}
#fiximg {
  max-width: 290px;
  position: relative;
  border: 2px solid #343434;
  border-radius: 5px;
}
#fiximg img {
  width: 100%;
  vertical-align: middle;
}
#fixspan {
  background: none repeat scroll 0 0 #df1b1b;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 48px;
  left: 50%;
  letter-spacing: 0.7px;
  line-height: 22px;
  opacity: 0.9;
  padding: 1px 0;
  position: absolute;
  text-align: center;
  bottom: 10px;
  transform: translate(-50%);
  width: 90%;
}
#slider picture {
  display: block;
}
#slider img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#slider > div#bg {
  position: static;
}
.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%;
  }
}
#eloreBtn,
#hatraBtn {
  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;
  -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: block;
  height: 30px;
  width: 30px;
  left: 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
#eloreBtn {
  left: initial;
  right: 5px;
}
.hka-disabled {
  opacity: 0.3;
}
#eloreBtn:hover,
#hatraBtn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.pic-title {
  display: block;
  position: relative;
}
.pic-title > span {
  position: absolute;
  width: 100%;
  background: rgba(255, 0, 0, 0.85);
  color: #f7f7ff;
  bottom: 5px;
  left: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: 700;
  letter-spacing: 1px;
}
.diaLink {
  border: 1px solid #b5b5b5;
  display: block;
  padding: 3px;
  border-radius: 3px;
}
/*--- diavetito*/

/* 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 {
  background: #f7f7f7;
  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 {
} */
div.kutyanevlista h3 a {
  font-size: 16px;
  color: #00f;
  text-decoration: none;
}

.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;
}

.footer-mod {
  text-align: center;
  /* padding: 5px 0 10px; */
  margin: 0;
  padding: 0;
  background: #353535;
  position: relative;
  z-index: 99;
}
.terkep {
  background: #ededee;
  border: 2px solid #222;
  border-radius: 2px;
  margin: 0;
  min-height: 100px;
}

.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: bold;
  padding: 1px 10px;
  cursor: pointer;
}

.content-mid {
  background: #ffffff;
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 0 3px 1px #555;
}

.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) {
  .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;
}

li.active > a {
  background: #ff3000;
  color: #fff !important;
}

.hka {
  color: #ccc;
  padding: 15px 0 10px;
  font-size: 15px;
}

.hka a:link,
.hka a:visited {
  color: #ccc;
}
.hka a:hover {
  font-weight: bold;
}

.ajanlasok {
  display: flex;
}
.ajanlasok > div {
  margin: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.menuArrow {
  display: block;
  width: 8px;
  height: 8px;
  float: right;
  margin: 18px 0 2px 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
ul li ul li .menuArrow {
  transform: rotate(-45deg);
}

.module_picitle {
  margin: 0 0 15px;
}

h1 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 12px;
  text-align: left;
  background: #ff3a28;
  padding: 3px 10px;
  border-radius: 1px;
  border-bottom: 1px solid #b50e00;
  border-top: 1px solid #b50e00;
  letter-spacing: 0.5px;
  position: relative;
}

h1::before,
h1::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: #ff8c82;
  position: absolute;
  top: 0;
  left: 0;
}
h1::after {
  top: initial;
  bottom: 0;
}

h2 {
  margin: 0 0 20px;
  font-size: 18px;
}

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

.main-image-mod {
  padding: 0px;
  overflow: hidden;
}

.left-side-mod ul,
.content-mid ul {
  margin: 10px 0 20px 25px;
}

.left-side-mod ul li,
.content-mid ul li {
  margin-bottom: 5px;
}
.main-image-mod img {
  width: 100%;
}

#flexDiv {
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  #flexDiv {
    flex-direction: column;
  }
  .ajanlok {
    padding: 20px 0 0 0;
    width: auto;
    min-width: 10px;
  }
}

.ajanlok-inner {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 #777;
}

#menuUl-box {
  background: #222;
  box-shadow: 0 0 3px #aaa;
  z-index: 55;
  /* position: fixed; */
  width: 100%;
  top: 0;
  left: 0;
}

/* desktop */
@media only screen and (min-width: 769px) {
  .content-mid {
    grid-row: 1;
    grid-column: 1 / span 2;
  }

  #menuText,
  #bars {
    display: none;
  }

  .mobMenu {
    padding: 0;
    margin: 0 0 15px;
  }

  .mobMenu ul {
    margin: 0;
    background: #222;
    border-radius: 2px;
  }

  .mobMenu ul li {
    /* float: left; */
    list-style-type: none;
    display: inline-flex;
    border-right: 1px solid #444;
  }

  .mobMenu ul li a {
    padding: 0 10px;
    color: #eee;
    text-decoration: none;
    font-size: 16px;
    display: block;
    line-height: 46px;
  }
}

@media only screen and (max-width: 768px) {
  .kiemeles {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-self: self-start;
  }

  .dupla {
    display: flex;
    flex-direction: column;
  }
  .kiemeles div {
    flex-grow: 2;
    text-align: center;
    padding: 0 0 0 10px;
    align-self: center;
  }

  .ajanlasok {
    display: flex;
    flex-wrap: wrap;
  }

  #flex > div {
    width: 100%;
    margin: 0px;
  }
  body {
    padding: 40px 0 0 !important;
  }

  .mobMenu {
    display: inherit;
  }
  .mobMenu {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }

  #menuText {
    background: #121212;
    position: absolute;
    width: 100vw;
    z-index: 77;
    height: 40px;
    color: #eee;
    line-height: 40px;
    font-size: 20px;
    padding-left: 10px;
    cursor: pointer;
    border-bottom: 1px solid #444;
  }

  .mobMenu ul {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #181818;
    transform: translate(0, calc(-100% - 40px));
    transition: 300ms transform;
  }

  .xDown ul {
    width: 100%;
    transform: translate(0, 0);
  }

  .mobMenu ul li a:link,
  .mobMenu ul li a:visited {
    padding: 10px;
    font-size: 16px;
    /* background: red; */
    display: block;
    color: #fff;
    text-decoration: none;
    /* font-family: roboto; */
  }

  .burgerMenu {
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 99;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 5px;
    background-color: #ff5100;
    margin: 6px 0;
    transition: 0.4s;
    box-shadow: 1.5px 1.5px #0e0d0d;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    box-shadow: 1.5px 1.5px #0e0d0da1;
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
}

/* mobil reszlet vege*/
/* fomenu foleg asztali  */

.mobMenu ul li {
  position: relative;
}
.mobMenu ul li ul {
  position: absolute;
  top: 46px;
  background: #333;
  display: none;
  width: 220px;
  animation-name: ul-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
  z-index: 99;
  border-radius: 0px;
}

@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;
  left: 220px;
  top: 0px;
  background: #555;
  display: none;
  width: 200px;
  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: 0px;
  }
}

.mobMenu ul li ul li ul li {
  display: block;
  white-space: nowrap;
}

/* fomenu asztali vege */

/* fomenu mobilon */
@media only screen and (max-width: 768px) {
  .mobMenu ul li ul {
    position: initial;
    background: #333;
    display: none;
    width: 100%;
  }
  .mobMenu ul li ul li ul {
    position: initial;
    top: 0;
    left: 0;
    background: #777;
    display: block;
    width: 100%;
  }
}

iframe {
  max-width: 100%;
  width: 100%;
}

#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: hsl(204, 100%, 40%);
}
.topArrow {
  border: 2px solid white;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border-right: 0;
  border-bottom: 0;
  margin: 10px 0 0;
}

html {
  scroll-behavior: smooth;
}

#lablecmenu {
  padding: 10px 0 5px;
  text-align: center;
}

ul.sigProClassic {
  margin: 0 auto !important;
  padding: 0 0 7px !important;
}
#fancybox-buttons.top {
  display: none;
}
.fancybox-nav span {
  opacity: 0.35;
  visibility: visible;
}
.fancybox-nav:hover span {
  opacity: 1;
  visibility: visible;
}
.fancybox-close {
  bottom: -18px !important;
  left: -18px !important;
  top: inherit;
  z-index: 9999;
}
div.sigProModulePosition {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 0 solid #cc0033;
  border-top: 0 solid #cc0033;
  margin: 4px 0 0;
  padding: 0px;
  text-align: center;
}
.forrasok {
  height: 100px;
  padding-top: 25px;
}
.clr {
  clear: both;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

form {
  padding: 0;
  margin: 0;
}
iframe {
  border: none;
}
dl dd {
  padding: 0 0 0 10px;
  margin: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0px 0 15px;
}
table {
  border-collapse: collapse;
}
table,
table th,
table td {
  border: none;
}
#system-message {
  margin: 0;
}
#system-message dt.warning {
  color: #be4e4c;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
}
#system-message dd.warning li {
  line-height: 20px;
  padding: 0 0 0 20px;
}

@media only screen and (min-width: 769px) {
  .mobMenu ul {
    transition: 500ms all;
  }
  .stickyUlDiv ul {
    padding: 10px 0 !important;
  }
  #stickyLay {
    max-width: 910px;
    margin: 0px auto;
  }
  .mobMenu ul li ul {
    position: absolute;
    top: 50px;
    width: 235px;
  }
  .mobMenu ul li ul li ul {
    position: absolute;
    left: 235px;
    width: 235px;
  }
}
