.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 70px;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.blc {
  font-size: 70px;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.coursecard {
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  margin: auto;
  width: 70%;
  padding: 3%;
  margin-top: 5%;
}

.btn.btn-primary.mgomb {
  color: #fff;
  background: linear-gradient(-67deg, rgba(210,75,0,0.71), rgb(255,153,33));
  border-color: #ffffff;
  border-radius: 10px;
}

.btn.btn-primary.mgomb:hover {
  background: linear-gradient(-62deg, rgb(255,107,0), rgb(255,138,0));
}

.footerlink {
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}

.service {
  width: 55%;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 57px;
  border-radius: 30px;
  border-width: 4px;
  border-style: solid;
  background: #ffffff;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  /*vertical-align: middle;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*display: none;*/
  transition: .2s;
  min-width: 100px;
}

.column {
  float: left;
  width: 50%;
  padding: 2%;
  height: 100%;
  /*min-height: 100%;*/
  align-items: center;
  background: #ffffff;
  vertical-align: middle;
  display: grid;
  transition: .1s;
}

.column:hover {
  background: linear-gradient(-51deg, rgba(255,255,255,0.13), white), url("../../assets/img/jean-philippe-delberghe-75xPHEQBmvA-unsplash.jpg?h=353c25414efadf2332e21710d3e7bed6") top left / cover, #e9f0f9;
  /*filter: grayscale(100%);*/
  border: 10px solid #ff9900 ;
  border-bottom-color: #ff9900;
}

div.fadeMe {
  opacity: 1;
  background: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  vertical-align: middle;
  display: grid;
  left: 0;
  /*position: fixed;*/
  /*justify-items: center;*/
  align-items: center;
  animation-name: hid;
  /*animation-duration: .1s;*/
  /*animation-delay: 2s;*/
  text-align: center;
}

.hcim:hover {
  text-decoration: none;
}

.list {
  border: 3px solid #ff9d00;
  border-radius: 11px;
  box-shadow: 1px 17px 53px -8px rgba(10,10,10,0.2);
  color: #ff9d00;
  list-style-type: disc;
  padding: 1%;
  padding-left: 4%;
  background: #f8f8f8;
  max-width: 1000px;
  transition: .3s;
}

li {
  color: rgb(0,0,0);
  font-size: 17px;
  font-family: 'Montserrat';
  line-height: 28.5px;
}

.team-clean .item img:hover {
  filter: grayscale(0%);
  border: 5px solid rgb(190,190,190) ;
}

.bluecim {
  padding-bottom: 5px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  color: rgb(0,111,146);
  width: 100%;
  max-width: 100%;
}

img {
  width: 100%;
  /*border-radius: 5px;*/
}

.bluecim.smaller {
  font-size: 31px;
}

.list.blue {
  color: rgb(255,157,0);
  border-color: rgb(0,137,180);
  box-shadow: 0px 0px 9px rgba(0,137,180,0.56);
}

.kontakt {
  font-size: 20px;
  margin-left: 1px;
  padding-left: 5px;
}

.list:hover {
  box-shadow: 0px 0px;
}

#kontakt:hover {
  box-shadow: 0px 0px 20px #ffb74a;
}

@media (max-width: 600px) {
  #kontakt {
    display: none;
    /*transition: .2s;*/
    /*box-shadow: 0px 0px;*/
    /*box-shadow: 0px 0px 12px rgb(167,167,167);*/
  }
}

.hvr-smallr {
  transform: scale(1);
  transition: ease-in-out 0.2s;
}

.hvr-smallr:hover {
  transform: scale(0.98);
  transition: ease-in-out .2s;
}

.service.szoveg {
  background: #ffffff;
  border-color: rgb(26,146,173);
  border-bottom-color: rgb(26,146,173);
}

.service.tanit {
  border-color: rgb(117,49,149);
}

@media (min-width: 1200px) {
  #services {
    margin-top: -488px;
  }
}

.servicecim {
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-left: 0px;
  color: rgb(26,146,173);
  border-bottom-color: rgb(26,146,173);
}

#segith {
  /*position: absolute;*/
  /*top: 50%;*/
}

.service:hover {
  border-width: 8px;
  transform: scale(0.98);
}

.absoluted {
  position: relative;
  top: 50%;
  /*right: 50%;*/
  /*margin-top: 30%;*/
}

h6 {
  font-family: Montserrat, sans-serif;
  margin-top: 0px;
}

.servicelink {
  width: 78px;
  transition: .2s;
  margin-right: 2%;
  margin-left: 4%;
}

.servicelink:hover {
  transform: scale(0.95);
}

footer {
  width: 100%;
  background: #ffffff;
  border-top: 4px solid rgb(232,232,232) ;
  height: auto;
}

.dropdown {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ikon.blue {
  color: rgb(0,111,146);
}

.btn.btn-primary:hover {
  background: #000000;
  border-color: #ff5c00;
  color: #ffffff;
}

.btn.btn-outline-primary {
  transition: .4s;
  font-family: 'Inter';
  background: rgba(0,98,204,0);
  border: 2px solid #e65300 ;
  border-radius: 8px;
  color: #e65300;
  font-weight: 600;
}

.dropdown-toggle.blue {
  color: rgb(8,115,149);
}

.bluecim.orange {
  color: rgb(255,138,0);
}

.bluecim.lila {
  color: var(--purple);
}

.purple {
  border-color: var(--purple);
  box-shadow: 0px 0px 0px rgb(143,0,255);
  color: var(--purple);
}

.grafdiv {
  width: 100%;
  height: 100%;
  padding: 5%;
  margin: auto;
  justify-content: center;
  display: grid;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  border-left: 9px solid #ffa800 ;
  background: linear-gradient(90deg, rgb(255,237,201), white 17%);
}

.grafdiv.jobbline {
  border-right: 9px solid rgb(255,168,0) ;
  border-left-style: none;
  background: linear-gradient(270deg, rgb(255,237,201), white 15%);
}

.gnc {
  display: block;
  max-width: 300px;
}

@media (max-width: 600px) {
  .gnc {
    display: none;
  }
}

@media (min-width: 600px) {
  .gkc {
    display: none;
  }
}

.mesediv {
  margin: 3%;
  background: rgba(255,255,255,0.76);
  border-radius: 10px;
  padding: 2%;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.bblur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cardiv {
  width: 71%;
  height: auto;
  margin-top: 2%;
  padding: 2%;
  border-radius: 10px;
  transition: .2s;
  box-shadow: 0px 0px 20px rgb(203,203,203);
}

.cardiv:hover {
  box-shadow: 0px 0px 11px rgb(214,214,214);
}

#segitcolumn:hover {
  background: linear-gradient(64deg, rgba(255,255,255,0.26) 17%, rgba(255,255,255,0.84) 97%), url("../../assets/img/jean-philippe-delberghe-75xPHEQBmvA-unsplash.jpg?h=353c25414efadf2332e21710d3e7bed6") right / cover;
}

#segitcolumn.honlapbg:hover {
  /*background: linear-gradient(rgba(255,255,255,0.57) 0%, rgba(255,255,255,0.02) 100%), url("../../assets/img/honlapkbg.png?h=c6af8a5fca623cb74329cc6ce89d88f7");*/
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

#segitcolumn.honlapbg {
  background: white;
}

#segitcolumn.tanitbg {
  background: inherit;
}

#segitcolumn.tanitbg:hover {
  /*background: linear-gradient(white 0%, rgba(255,255,255,0.64) 100%), url("../../assets/img/jessica-ruscello-OQSCtabGkSY-unsplash.jpg?h=c9401b16fbbf1273924f0e43122c34cc");*/
}

#segitcolumn.szovegbg {
  background: inherit;
}

#segitcolumn.szovegbg:hover {
  /*background: linear-gradient(white 0%, rgba(172,212,217,0.64) 48%), url("../../assets/img/marcel-strauss-moReXaMWSzQ-unsplash.jpg?h=8102c6b53b2c0d99dc3706495d50ba6f") center / cover;*/
}

@media (max-width: 500px) {
  .column {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 500px) {
  #kikcolumn {
    height: 350px;
  }
}

@media (max-width: 600px) {
  .navbar.navbar-light.navbar-expand-md {
    position: fixed;
    z-index: 10000000000;
    bottom: 0px;
    width: 100%;
    margin-top: 22px;
    /*height: 80px;*/
  }
}

@media (max-width: 602px) {
  #ar {
    max-width: 260px;
  }
}

.hidden {
  color: rgba(255,255,255,0);
}

@media (max-width: 900px) {
  .service {
    width: auto;
  }
}

@media (max-width: 600px) {
  .fullwmobile {
    width: 300px!important;
    margin-left: 3px;
  }
}

.divf.big {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 5%;
}

@media (max-width: 1400px) {
  #antal {
    display: none;
  }
}

.mh500 {
  width: auto;
  max-height: 500px;
  border-radius: 7px;
  box-shadow: 0px 0px 20px rgba(33,37,41,0.57);
}

.p5 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.arc.h4 {
  color: white;
  text-align: right;
  margin-bottom: 8px;
  margin-top: 11px;
}

.arccard {
  padding-top: 17px;
  color: white;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 11px;
  border-radius: 10px;
}

.arccard.right {
  text-align: left;
  padding-left: 20px;
  padding-right: 46px;
  border-radius: 8px;
}

@media (max-width: 700px) {
  #oldsite {
    display: none;
  }
}

.fiwx {
  /*height: 100%;*/
  margin-top: 5px;
}

@media (max-width: 350px) {
  #giff {
    margin: 5%;
    width: 95%!important;
  }
}

#te {
  background: linear-gradient(10deg, #000000, #0038ff, #ff6b00, #000000, #9d1858, #0249ff, #d7571b);
  background-size: 1000% 1000%;
  -webkit-animation: AnimationName 10s ease-in-out infinite;
  -moz-animation: AnimationName 20s ease infinite;
  animation: AnimationName 15s ease-in-out infinite;
}

.arccard.dark {
  color: black;
  background: rgb(235,235,235);
  border: .5px solid #b7b7b7 ;
}

.arc.dark.h4 {
  color: rgb(0,0,0);
}

@media (max-width: 500px) {
  #oldsite-1 {
    /*display: none;*/
  }
}

@media (max-width: 500px) {
  #giff {
    display: none;
  }
}

@media (max-width: 400px) {
  #ajanlat {
    margin-top: 10px!important;
  }
}

.number {
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  font-size: 20px;
  width: 33px;
  height: 33px;
  background: rgba(255,255,255,0);
  font-family: Montserrat, sans-serif;
}

.number > h4 {
  width: 33px;
  height: 33px;
  text-align: center;
}

h5 {
  font-family: 'Inter';
  color: rgb(33,37,41);
}

.arccard.dark.fix {
  height: 150px;
}

@media (min-width: 992px) {
  .arccard.fixbig {
    height: 245px;
  }
}

@media (min-width: 1000px) {
  .negy {
    height: 275px;
  }
}

@media (max-width: 500px) {
  #cim {
    font-size: 27px;
  }
}

#spinner {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  justify-content: center;
  position: fixed;
}

.help {
  width: 30px;
  height: 30px;
  border: 1px #fff solid;
  border-radius: 50%;
  -webkit-animation: rotation 1s ease-in-out infinite;
  -moz-animation: rotation 1s ease-in-out infinite;
  animation: rotation 1s ease-in-out infinite;
  margin: 30px auto;
}

.help::after {
  width: 5px;
  height: 5px;
  background-color: rgba(255,255,255,1);
  border-radius: 100%;
  position: absolute;
  content: "";
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff7714;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

@keyframes load {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes load {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .arccard.left {
    margin-right: 2.2vh;
  }
}

li:: {
}

@media (max-width: 800px) {
  #szovegdiv {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .arccard.right {
    margin-left: 2vh;
  }
}

.shd {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.rounded {
  border-radius: 13px!important;
}

.container {
  margin-top: auto;
  margin-bottom: auto;
}

s {
  box-shadow: 3px 13px 20px rgba(33,37,41,0.25);
}

.hovershadow:hover {
  box-shadow: 0px 5px 10px rgba(33,37,41,0.04);
  background: rgba(255,255,255,0.8)!important;
  /*backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);*/
  /*filter: contrast(104%) saturate(110%);*/
}

.hovershadow {
  transition: ease-in-out 0.2s;
  box-shadow: 0px 10px 20px rgba(33,37,41,0.14);
  background: rgb(255,255,255);
}

html {
  height: 100%;
}

.btn.btn-outline.lila {
  border-color: var(--purple);
  color: var(--purple);
  background: var(--white);
}

.btn.lila:hover {
  color: white;
  background: var(--purple);
  border: var(--purple);
}

@keyframes AnimationName {
  0% {
    background-position: 0% 60%;
  }
  50% {
    background-position: 100% 41%;
  }
  100% {
    background-position: 0% 60%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 60%;
  }
  50% {
    background-position: 100% 41%;
  }
  100% {
    background-position: 0% 60%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 60%;
  }
  50% {
    background-position: 100% 41%;
  }
  100% {
    background-position: 0% 60%;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.btn-primary.black {
  border: 1.8px solid black;
  color: black;
}

h2.black {
  color: black;
}

.contact-clean form > span {
  color: black;
}

@media (min-width: 600px) {
  .bblur-lg {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}

.hv3 {
  font-family: 'Inter'!important;
}

.btn-light {
}

.btn:hover > .bi-arrow-right-short {
  transition: background-color 300ms ease-out;
  height: 1.3em;
  opacity: 1;
  transform: translateX(-60%);
  /*right: 3px;*/
  transition: all 400ms ease-out;
  will-change: right, opacity;
}

.btn > .bi-arrow-right-short {
  position: absolute;
  width: 1.1em;
  right: 0rem;
  opacity: 0;
  top: 25%;
  transform: translateX(-80%);
  transition: all 400ms ease-out;
  will-change: right, opacity;
}

.btn.btn-arrow {
  position: relative;
  transition: all 300ms ease-out;
}

.btn-arrow:hover {
  padding-right: 2.4rem;
}

.gridwrap {
  grid-template-columns: repeat(auto-fill, minmax(18rem, 5fr));
  grid-auto-rows: minmax(23rem, auto);
  column-gap: 20px;
  row-gap: 20px;
  display: grid;
  font-family: 'Inter';
}

.btn.btn-outline-primary.lila {
  color: var(--purple);
  border-color: var(--purple);
}

@media (min-width: 992px) {
  .gridtwo {
    grid-column: auto / span 2 !important;
  }
}

g {
}

p.hide {
  opacity: 0%;
}

.arccard.h4 {
  color: rgb(33,37,41);
}

.gridextrawrap {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.funkcwrap {
  grid-template-columns: repeat(auto-fit, minmax(auto, 28em));
  column-gap: 20px;
  row-gap: 20px;
  display: grid;
  font-family: 'Inter';
}

.funkcwrap > div {
  aspect-ratio: 1 / 1;
}

.icon {
  font-size: 19px;
}

.process-gridwrap {
  display: grid;
  grid-template-rows: 20rem;
  grid-template-columns: repeat(4, 23rem) 100%;
  overflow-x: scroll;
  height: auto;
  overflow-y: hidden;
  padding-bottom: 15px;
  grid-gap: 25px;
}

@media (max-width: 800px) {
  .hide.sm-show {
    opacity: 100%;
  }
}

@media (max-width: 800px) {
  .process-gridwrap {
    grid-template-columns: repeat(4, 23rem) 100% 100%;
  }
}

@keyframes scrolltext {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - .25rem));
  }
}

.banner {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  background: #272f40;
  overflow: hidden;
  transition: .3s;
}

