.navigation-clean {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

ol > li::marker {
  font-weight: bold;
}

.aloldal-tartalom {
  position: relative;
}

.bevezeto-szoveg {
  position: relative;
}

.bevezeto-szoveg::before {
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 60px;
  position: absolute;
  top: -30px;
  left: -15px;
  opacity: 0.1;
}

@media (min-width: 768px) {
  .aloldal-tartalom:not(.aloldal-rapidshop, .aloldal-rolunk, .aloldal-egyedi-fejlesztes, .aloldal-technologiak, .aloldal-kapcsolat, .aloldal-referenciak, .aloldal-eletkepek)::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 720px;
    background: url(../../assets/img/design-bg.png?h=cff639ee7b7d9b546690090a0a6204bf) no-repeat scroll right center / contain;
    z-index: -1;
  }
}

.aloldal-tartalom h1, .aloldal-tartalom h4 {
  font-family: 'Anton';
}

.aloldal-tartalom h1 i {
  color: var(--bs-primary);
}

/* REFERENCIÁK */

.weboldal-referenciak {
  position: relative;
  background: #e8e8e8;
  padding: 70px 0;
}

.weboldal-referenciak::before, .weboldal-referenciak::after {
  content: '';
  position: absolute;
  background-image: url(../../assets/img/design-csik.png?h=614b5e21569ab669d948a2871110331b);
  width: 100%;
  height: 45px;
  background-repeat: repeat-x;
  z-index: 1;
}

.weboldal-referenciak::before {
  top: -1px;
  transform: rotate(180deg);
  z-index: 1;
}

.weboldal-referenciak::after {
  bottom: 0;
  z-index: 1;
}

.weboldal-referenciak h2 {
  font-family: 'Anton';
}

.weboldal-referenciak .elerhetoseg-kor {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 65px;
  right: 25px;
  border-radius: 50%;
}

.weboldal-referenciak .projekt-szeriaszam {
  transform: rotate(-90deg);
  position: absolute;
  right: 20px;
  top: 95px;
  font-weight: 700;
  font-size: 11px;
}

.weboldal-referenciak .referencia-ssl {
  position: absolute;
  bottom: 0;
  right: 75px;
  width: 85px;
  height: auto;
}

.promo-videok [class*=col-] {
  margin: 1rem;
}

.promo-videok h2::after, .egyedi-fejlesztesek-dobozok h2::after {
  content: '';
  display: block;
  margin: 10px auto 0;
  width: 135px;
  height: 3px;
  background: var(--bs-primary);
}

.promo-videok h4 {
  font-family: 'Anton';
  color: var(--bs-primary);
}

.promo-videok a {
  text-decoration: none;
  font-weight: bold;
  font-family: 'Alata';
}

.promo-videok a i {
  color: red;
}

.egyedi-fejlesztesek-dobozok [class*=col-] {
  padding: 20px;
}

.egyedi-fejlesztesek-dobozok [class*=col-] img {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.egyedi-fejlesztesek-dobozok h2 {
  font-family: 'Alata';
}

.egyedi-fejlesztesek-dobozok h2::after {
  margin: 15px 0 25px !important;
}

.facebook-oldalak [class*=col-] {
  text-align: center;
}

/* TECHNOLÓGIÁK */

@media (min-width: 768px) {
  .technologiak-bevezeto-szoveg {
    column-count: 2;
    margin: 30px 0;
  }
}

/* RÓLUNK */

.vezetok [class*=col-] {
  text-align: center;
}

.vezetok [class*=col-] img {
  width: 145px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 8px 15px var(--bs-gray-500);
  margin-bottom: 20px;
}

/* KAPCSOLAT */

.kapcsolat-ugyvezetok {
  background: #E0E0E0;
  padding: 130px 0 75px;
  position: relative;
}

.kapcsolat-ugyvezetok::before, .kapcsolat-ugyvezetok::after {
  content: '';
  width: 100%;
  height: 99px;
  background-repeat: repeat-x;
  position: absolute;
}

.kapcsolat-ugyvezetok::before {
  top: 0;
  background-image: url(../../assets/img/bg-testimonial-top.png?h=2b0c03c1f23fc37102b8afd33651ab24);
}

.kapcsolat-ugyvezetok::after {
  bottom: 0;
  background-image: url(../../assets/img/bg-testimonial-bottom.png?h=e901d63bc14cf2f4407b2d46731792ff);
}

.kapcsolat-ugyvezetok [class*=col-] {
  text-align: center;
}

.kapcsolat-ugyvezetok [class*=col-] h2 {
  font-family: 'Anton';
  margin: 0;
}

.kapcsolat-ugyvezetok [class*=col-] ul li {
  text-align: left;
  line-height: 2;
}

.kapcsolat-ugyvezetok [class*=col-] ul li a {
  text-decoration: none;
}

.kapcsolat-ugyvezetok img.profilkep {
  width: 180px;
  border-radius: 50%;
  box-shadow: 0 8px 15px var(--bs-gray-500);
  margin-bottom: 20px;
}

.kapcsolat-ugyvezetok .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--bs-primary);
  margin: 5px;
  opacity: 0.75;
  transition: all 0.3s;
}

.kapcsolat-ugyvezetok .item.social > a:hover {
  opacity: 1;
  box-shadow: 0 0 0 1px var(--bs-gray-700);
  color: var(--bs-gray-700);
}

/* TERMÉKEK - RAPIDSHOP */

.rapidshop-webshop-funkciok {
  background: #E0E0E0;
  position: relative;
  padding: 130px 0 75px;
}

.rapidshop-webshop-funkciok::before, .rapidshop-webshop-funkciok::after {
  content: '';
  width: 100%;
  height: 99px;
  background-repeat: repeat-x;
  position: absolute;
}

.rapidshop-webshop-funkciok::before {
  top: 0;
  background-image: url(../../assets/img/bg-testimonial-top.png?h=2b0c03c1f23fc37102b8afd33651ab24);
}

.rapidshop-webshop-funkciok::after {
  bottom: 0;
  background-image: url(../../assets/img/bg-testimonial-bottom.png?h=e901d63bc14cf2f4407b2d46731792ff);
}

.rapidshop-webshop-ar {
  background: url('../../assets/img/termekek/rapidshop-sec-bg.jpg?h=0b66def560d94f98fa83e08c0e55a1b1');
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Anton';
}

/* WEBOLDALAK FEJLESZTÉSE */

@media (min-width: 768px) {
  .weboldalak-fejlesztese-tematika {
    width: 90%;
    margin: 0 auto;
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .weboldalak-fejlesztese-tematika {
    width: 80%;
  }
}

.weboldalak-fejlesztese-tematika li {
  padding: 5px 10px 5px 0;
}

.weboldalak-fejlesztese-banner {
  position: relative;
  background: url('../../assets/img/weboldal_banner.jpg?h=aaccd2126cd7ef39d2879c4605baddb5');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 80px 0;
  font-family: 'Anton';
  color: var(--bs-light);
}

.weboldalak-fejlesztese-banner::before, .weboldalak-fejlesztese-banner::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 54px;
  background: url('../../assets/img/design-csik.png?h=614b5e21569ab669d948a2871110331b');
}

.weboldalak-fejlesztese-banner::before {
  top: -1px;
  transform: rotate(180deg);
}

.weboldalak-fejlesztese-banner::after {
  bottom: -1px;
}

.weboldalak-fejlesztese-banner p {
  font-family: 'Alata';
}

/* EGYEDI SZOFTVERFEJLESZTÉS */

.aloldal-szoftverfejlesztes h4, .aloldal-szoftverfejlesztes ul li, .aloldal-szoftverfejlesztes ol li {
  line-height: 1.5;
}

.egyedi-szoftverfejlesztes-nehezsegek i {
  font-size: 55px;
  color: #949494;
  margin: 0 8px;
}

@media (min-width: 768px) {
  .egyedi-szoftverfejlesztes-nehezsegek ul {
    column-count: 2;
  }
}

.egyedi-szoftverfejlesztes-banner {
  position: relative;
  background: url('../../assets/img/csomagajanlo.jpg?h=53163ce321fefd49a7425b4eda8ddd2b');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 80px 0;
  font-family: 'Anton';
  color: var(--bs-light);
}

.egyedi-szoftverfejlesztes-banner::before, .egyedi-szoftverfejlesztes-banner::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 54px;
  background: url('../../assets/img/design-csik.png?h=614b5e21569ab669d948a2871110331b');
}

.egyedi-szoftverfejlesztes-banner::before {
  top: -1px;
  transform: rotate(180deg);
}

.egyedi-szoftverfejlesztes-banner::after {
  bottom: -1px;
}

/* WEBALAPÚ RENDSZER KARBANTARTÁS */

.webalapu-rendszer-karbantartas-dobozok [class*=col-] div:not(.alert) {
  background: var(--bs-secondary);
  color: white;
  padding: 20px;
  margin: 10px;
  height: 100%;
}

.webalapu-rendszer-karbantartas-dobozok [class*=col-] div i {
  display: block;
  text-align: center;
  margin: 0 0 10px;
  font-size: 35px;
}

.webalapu-rendszer-karbantartas-banner {
  position: relative;
  background: url('../../assets/img/csomagajanlo.jpg?h=53163ce321fefd49a7425b4eda8ddd2b');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 80px 0;
  font-family: 'Anton';
  color: var(--bs-light);
}

.webalapu-rendszer-karbantartas-banner::before, .webalapu-rendszer-karbantartas-banner::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 54px;
  background: url('../../assets/img/design-csik.png?h=614b5e21569ab669d948a2871110331b');
}

.webalapu-rendszer-karbantartas-banner::before {
  top: -1px;
  transform: rotate(180deg);
}

.webalapu-rendszer-karbantartas-banner::after {
  bottom: -1px;
}

/* RENDSZERGAZDAI FELADATOK */

.rendszergazdai-feladatok-banner {
  position: relative;
  background: url('../../assets/img/irodai_dolgozo.jpg?h=fd759387142e7689af4297440be9c0c5');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 80px 0;
  font-family: 'Anton';
  color: var(--bs-light);
}

.rendszergazdai-feladatok-banner::before, .rendszergazdai-feladatok-banner::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 54px;
  background: url('../../assets/img/design-csik.png?h=614b5e21569ab669d948a2871110331b');
}

.rendszergazdai-feladatok-banner::before {
  top: -1px;
  transform: rotate(180deg);
}

.rendszergazdai-feladatok-banner::after {
  bottom: -1px;
}

/* SZOLGÁLTATÁSOK */

.aloldal-szolgaltatasok-doboz {
  margin-top: 0 !important;
}

/* MAPEI FŐNIX CSOMAG */

.kedvezmenyes-ar, .fonix-egyeb {
  position: relative;
  padding: 80px 0;
}

.kedvezmenyes-ar::before, .kedvezmenyes-ar::after, .fonix-egyeb::before, .fonix-egyeb::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 54px;
  background: url('../../assets/img/design-csik.png?h=614b5e21569ab669d948a2871110331b');
}

.kedvezmenyes-ar::before, .fonix-egyeb::before {
  top: -1px;
  transform: rotate(180deg);
}

.kedvezmenyes-ar::after, .fonix-egyeb::after {
  bottom: -1px;
}

/* TERMÉKEK */

.aloldal-tartalom.aloldal-termekek .simple-slider .swiper-pagination {
  bottom: auto !important;
  top: 5px !important;
}

.aloldal-tartalom.aloldal-termekek .simple-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--bs-primary) !important;
  width: 15px !important;
  height: 15px !important;
  vertical-align: middle;
}

.aloldal-tartalom.aloldal-termekek .simple-slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: white !important;
  opacity: 0.7 !important;
  width: 10px !important;
  height: 10px !important;
}

/* HIRDETMÉNYEK */

.aloldal-hirdetmenyek [class*=col-] img, .aloldal-hirdetmenyek [class*=col-] iframe {
  margin: 10px 0 20px;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

.aloldal-hirdetmenyek [class*=col-] a {
  text-decoration: none;
  font-weight: bold;
}

/* PÉNZÜGYI FEDEZET */

@media (min-width: 300px) {
  #iframe {
    width: 320px;
  }
}

@media (min-width: 768px) {
  #iframe {
    width: 530px;
  }
}

/* ZOLIXPLORER FEJLÉC */

.zolixplorer-fejlec {
  background: url('../../assets/img/zolixplorer-hatterkep.jpg?h=13497cb92e7066bbb9b22d3898abcbe9');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  padding: 40px 0;
}

.zolixplorer-fejlec .zolixplorer-arrow-1 {
  width: 200px;
  height: auto;
}

.zolixplorer-fejlec .zolixplorer-arrow-2 {
  width: 100px;
  height: auto;
}

.zolixplorer-fejlec ul {
  list-style: none;
  margin-left: 30px;
  padding-left: 0;
}

.zolixplorer-fejlec li {
  padding-left: 1em;
  text-indent: -1.3em;
}

.zolixplorer-fejlec li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f14a";
  padding-right: 5px;
  color: #ff9e01;
}

.zolixplorer-fejlec .btn {
  background: #ff9e01;
  border-color: #ff9e01;
}

