 @charset "UTF-8";



/* ANIMATE OBJECTS ------------------------------------- */
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); } }
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); } }
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
/* ANIMATE OBJECTS:END --------------------------------- */


/* --- RADAR ------------------------------------------- */

#radar{
  display: block;
  position: absolute;
  right: -475px;
  top: 0px;
  width: 950px;
  height: 950px;
}

.radar_circle {
  border-radius: 100%;
  border: 1px solid rgba(184,184,184,0.3);
  width: 100%;
  height: 100%;
}

#radar_circle1 {
  width: 100%;
  height: 100%;
}

#radar_circle2 {
  width: 75%;
  height: 75%;
  margin-left: 12.5%;
  margin-top: 12.5%;
}

#radar_circle3 {
  width: 65%;
  height: 65%;
  margin-left: 17.5%;
  margin-top: 17.5%;
}

#radar_circle4 {
  width: 55%;
  height: 55%;
  margin-left: 22.5%;
  margin-top: 22.5%;
}

#radar_dot{
  width: 3px;
  height: 3px;
  background: rgba(184,184,184,0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -1px;
}

#radar_dot:before{
  display: block;
  content: '';
  width: 600px;
  height: 1px;
  background: rgba(184,184,184,0.3);
  position: absolute;
  left: -600px;
  top: 1px;
}


/* --- RADAR:END --------------------------------------- */


/* --- FRONT TESTIMONIALS ------------------------------ */

#fronttesti {

}

#fronttesti .field--name-field-cimsor h2 {
  text-align: left;
}

#front_testimon_add_container_in {
  padding: 0px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.front_testimon_col {
  flex: 1 1 50%;
}

.testifaces {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  position: absolute;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(18,18,18,0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(18,18,18,0.25);
  box-shadow: 0px 0px 20px 0px rgba(18,18,18,0.25);
}

#testifaces1 {
  width: 130px;
  height: 130px;
  top: -25px;
  left: 15%;
  animation: scale-up-one 10s infinite linear;
}

#testifaces2 {
  width: 100px;
  height: 100px;
  top: -95px;
  left: 35%;
  animation: scale-up-two 8s infinite linear;
}

#testifaces3 {
  width: 140px;
  height: 140px;
  top: 13%;
  left: 41%;
  animation: scale-up-three 6s infinite linear;
}

#testifaces4 {
  top: -28%;
  left: 55%;
  animation: scale-up-two 10s infinite linear;
}

#testifaces5 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 70%;
  animation: scale-up-three 11s infinite linear;
}

#front_testimon_add_left_text {
  max-width: 100%;
  margin-top: 1.5rem;
}

#front_testimon_add_right_faces {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 25px;
}

#fronttesti .field--name-field-ajanlolevelek {
  margin-top: -60px;
}

/* --- FRONT TESTIMONIALS:END -------------------------- */


/* --- FRONT REFERENCIES ------------------------------- */

#front_references {
  display: table;
  width: 100%;
  margin: 0 auto;
  margin-top: calc(2 * 1.5rem + 65px);
  margin-bottom: 1.5rem;
}

#front_references_left {
  width: 50%;
  float: left;
}

#front_references_right {
  width: 50%;
  float: right;
  padding-left: 50px;
}

#front_references_left_text {
  max-width: 360px;
}

#front_references_left_ctas {
  width: 100%;
  margin-top: 1.5rem;
}

#front_references_left_ctas a {
  float: left;
}

#front_references_left_ctas a.btn-secondary {
  margin-left: 1.5rem;
}

#references_mobile_in_before {
  display: block;
  content: '';
  width: 300px;
  height: 300px;
  border: 15px solid #FBEA00;
  border-radius: 100%;
  left: -95px;
  top: -35px;
  position: absolute;
}

#references_mobile_in {
  width: 328px;
  height: 520px;
  position: relative;
  margin-top: -65px;
}

#references_mobile_in_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 328px;
  height: 520px;
  background: url('../images/project/webmestered/ref_mobile_canvas.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#references_mobile_small_out {
  display: block;
  position: absolute;
  left: 15px;
  top: 60px;
  width: 55px;
  height: 400px;
  background: #fff;
}

#references_mobile_small {
  display: block;
  width: 55px;
  height: 400px;
  background: #fff;
  background: #fff url('../images/project/webmestered/referencia_big_1.jpg');
  background-size: 450% !important;
  background-position: left top;
  background-repeat: repeat !important;
}

#references_mobile_big_out {
  display: block;
  position: absolute;
  left: 83px;
  top: 12px;
  width: 230px;
  height: 495px;
  background: #fff;
}


#references_mobile_big {
  display: block;
  width: 230px;
  height: 495px;
  background: #fff;
  background: #fff url('../images/project/webmestered/referencia_big_1.jpg');
  background-size: cover !important;
  background-position: center top;
  background-repeat: repeat !important;
}

#references_mobile_csicsa1 {
  width: 270px;
  height: 145px;
  position: absolute;
  left: -120px;
  top: -17px;
  background: url(../images/project/webmestered/csicsafent_1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


#references_mobile_csicsa2 {
  width: 160px;
  height: 160px;
  position: absolute;
  right: -90px;
  bottom: -75px;
  background: url('../images/project/webmestered/csicsalent_1.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#references_mobile_control {
  width: 120px;
  margin-top: 10px;
  margin-left: 138px;
  display: flex;
  flex-wrap: wrap;
}

#references_mobile_control > div {
}

#references_mobile_control_middle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 4px solid #D9D9D9;
  margin-top: 8px;
}

#references_mobile_control_left {
  display: block;
  background-color: transparent;
  background: url(../svgs/arrow-left_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
  font-size: 0px;
  text-indent: -9000px;
  cursor: pointer;
}

#references_mobile_control_right {
  display: block;
  background-color: transparent;
  background: url(../svgs/arrow-right_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
  font-size: 0px;
  text-indent: -9000px;
  cursor: pointer;
}

.references_mobile_title {
  position: absolute;
  right: -105px;
  bottom: 185px;
  color: #D9D9D9;
  font-weight: bold;
  transform: rotate(90deg);
  text-align: right;
  width: 200px;
  display: none;
}

/* --- FRONT REFERENCIES:END --------------------------- */


/* --- WHYME ------------------------------------------- */

#whyme {
  background: #fbea00;
  overflow: visible;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

#whyme:before, #whyme:after {
  display: block;
  content: '';
  background: #fbea00;
  width: 9000px;
  height: 100%;
  position: absolute;
  top: 0px;
}

#whyme:before {
  left: -8990px;
}

#whyme:after {
  right: -8990px;
}

.webmindex {
  font-size: 0px;
  text-indent: -9000px;
  display: block;
  background: url('../svgs/project/webmestered/web.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 33px;
  height: 13px;
  position: absolute;
  top: -6px;
  left: 160px;
}

#whyme_leftinner {
  position: relative;
}

#whyme h2 {
  width: 100vw;
  position: relative;
  margin-bottom: 45px;
}

#whyme h2:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: '';
  width: 120px;
  height: 17px;
  /* z-index: -1; */
  z-index: 0;
  margin-bottom: -1px;
  margin-left: -15px;
  background: rgba(18,18,18,0.2);
}

#whyme_circle {
  display: block;
  width: 154px;
  height: 154px;
  border: 9px solid #121212;
  border-radius: 100%;
  left: -65px;
  top: -77px;
  position: absolute;
}

.whyme_left_signavatar {
  border-radius: 100%;
  width: 84px;
  height: 84px;
  display: block;
  float: left;
  margin-right: 20px;
}

.whyme_left_signtitle {
  font-size: 0px;
  text-indent: -9000px;
  width: 212px;
  height: 74px;
  background: url('../svgs/project/webmestered/szabogabor_webmestered_alairas.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-top: 10px;
  float: left;
}

.whyme_left_sign {
  display: table;
  margin-top: 30px;
}

.whyme_rightgrid_col {
  width: calc(33.3333% - 3px);
  display: table;
  padding-top: 16px;
  padding-bottom: 38px;
  float: left;
  min-height: 206px;
}

.whyme_rightgrid_col:nth-child(1) {
  border-right: 1px solid rgba(18,18,18,0.15);
  border-bottom: 1px solid rgba(18,18,18,0.15);
}

.whyme_rightgrid_col:nth-child(2) {
  border-right: 1px solid rgba(18,18,18,0.15);
  border-bottom: 1px solid rgba(18,18,18,0.15);
  padding-top: 31px;
}

.whyme_rightgrid_col:nth-child(3) {
  border-bottom: 1px solid rgba(18,18,18,0.15);
  /* padding-top: 49px; */
  padding-top: 0px;
  padding-bottom: 0px;
}

.whyme_rightgrid_col:nth-child(4) {
  padding-top: 65px;
  border-right: 1px solid rgba(18,18,18,0.15);
}

.whyme_rightgrid_col:nth-child(5) {
  padding-top: 65px;
  border-right: 1px solid rgba(18,18,18,0.15);
}

.whyme_rightgrid_col:nth-child(6) {
  padding-top: 65px;
}

.eh_dij {
  width: 56px;
  display: table;
  margin: 0 auto;
}

.es_dij {
  width: 103px;
  display: table;
  margin: 0 auto;
}

.google_rating {
  width: 96px;
  display: table;
  margin: 0 auto;
}

.google_rating_num {
  text-align: center;
  font-weight: 500;
  font-size: 38pt;
  padding-bottom: 17px;
  -webkit-font-smoothing: antialiased;
}

.numtable {
  display: table;
  margin: 0 auto;
  margin-top: 18px;
}

.numnum {
  float: left;
  border-right: 1px solid #121212;
  padding-right: 10px;
  line-height: 34px;
  font-size: 17pt;
  font-weight: 500;
}

.numtext {
  float: left;
  line-height: 1;
  padding-left: 10px;
  padding-top: 2px;
}

.animnumer {
  text-align: center;
  width: 100%;
}

.animnumer_inner {
  display: table;
  margin: 0 auto;
  font-weight: 500;
  font-size: 36.5pt;
  -webkit-font-smoothing: antialiased;
}

#whyme_rightgrid {
  display: table;
  margin: 0 auto;
  margin-top: 60px;
}

.wmrc4 .numtext, .wmrc5 .numtext, .wmrc6 .numtext{
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.whyplus {
  color: #ccbf04;
  position: absolute;
}

/* --- WHYME:END --------------------------------------- */


/* --- PRICES ------------------------------------------ */

.w_mypricetable {
  display: table;
  width: 100%;
}

.w_mypricetable_title {
  text-align: center;
}

.w_myprice_row {
  display: table;
  width: 100%;
  padding: 1.5rem;
}

.w_myprice_row:nth-child(even) {
  /* background: rgba(243,243,243,0.5); */
}

.w_myprice_row:nth-child(odd) {
  background: rgba(243,243,243,0.7);
  border-radius: 40px;
  backdrop-filter: blur(10px);
}

.w_myprice_col {
  display: inline-block;
  float: left;
}

.w_myprice_col1 {
  width: 60%;
  padding-right: 20px;
}

.w_myprice_col2 {
  width: 20%;
}

.w_myprice_col3 {
  width: 20%;
}

.w_myprice_col1_title {
  font-weight: 700;
  font-size: 16pt;
  margin-bottom: 3px;
}

.w_myprice_col1_text {
  /* line-height: 1.2; */
}

.w_myprice_extrainfo {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  margin-top: 0.75rem;
  font-size: 11pt;
  /* line-height: 1.2; */
}

#w_mypricetable2 {
  margin-top: 60px;
}

.w_myprice_col2, .w_myprice_col3 {
  display: table-cell;
  vertical-align: middle;
  padding-top: 22px;
}

.w_myprice_col2 {
  padding-top: 26px;
}

.w_myprice_price, .w_myprice_cur {
  font-weight: 700;
  font-size: 16pt;
  /*opacity: 0.5;
  filter: alpha(opacity=50);*/
}

.w_myprice_price {
  position: relative;
  display: inline-block;
}

.w_myprice_price:before {
  content: '';
  display: block;
  width: 66px;
  height: 16px;
  background: #D4EAFF;
  position: absolute;
  left: -15px;
  bottom: -3px;
  z-index: -1;
}

.w_myprice_col3 a span {    
  position: relative;
  line-height: 54px;
  vertical-align: middle;
  color: #1B2B42;
  /* font-family: Gilroy,sans-serif; */
  font-weight: 600;
  font-size: 13pt;
}

.w_myprice_col3 a.distro_btn2 {
 position: relative;
 margin: auto;
 padding: 0px 23px;
 transition: all 0.2s ease;
 -webkit-font-smoothing: antialiased;
  padding: 0px 18px;
  padding-top: 2px;
}

.w_myprice_col3 a.distro_btn2 svg {
  width: 13px;
    height: 10px;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #1B2B42;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  top: 0px;
  left: 20px;
}

.w_myprice_col3 a.distro_btn2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 16px;
  background: #D4EAFF;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}

.w_myprice_col3 a.distro_btn2:hover:before {
  width: 100%;
  background: #D4EAFF;
}



/* --- PRICES:END -------------------------------------- */


#ruler {
  position: absolute;
  right: -1px;
  height: 100%;
  width: 37px;
  background: url(../svgs/ruler.svg);
  background-repeat: repeat-y;
  background-position: right;
  background-size: 37px;
  z-index: 4;
}

.region-bigfoot .block-webform-block {
  margin: 0 auto;
  border-radius: 40px;
  max-width: 540px;
  background: #FEB544;
  background: linear-gradient(180deg,rgba(254, 181, 68, 1) 0%, rgba(219, 51, 129, 1) 100%);
  padding: 65px;
  padding-bottom: 35px;
  box-shadow: 0px 0px 30px 0px rgba(27,43,66,0.2);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(27,43,66,0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(27,43,66,0.2);
  position: relative;
  z-index: 1;
}

#block-bs5distro-lablecszoveg {
  position: relative;
}

#block-bs5distro-lablecszoveg:after {
  position: absolute;
  content: '';
  display: block;
  width: 790px;
  height: 870px;
  background: url('../svgs/formbg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -880px;
  left: -80px;
}

#webform-submission-altalanos-kapcsolatfelveteli-url-node-1-add-form {
  position: relative;
  z-index: 1;
}

.region-bigfoot .block-webform-block h2 {
  text-align: center;
}

.region-bigfoot  input[type=text], .region-bigfoot input[type=checkbox], .region-bigfoot input[type=email], .region-bigfoot input[type=tel], .region-bigfoot textarea, .region-bigfoot textarea.form-control {
  background: #FF9F4B;
  color: #1B2B42;
  font-weight: 300;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder, textarea.form-control::placeholder {
    color: rgba(27,43,66,0.5);
    opacity: 1;
}

.region-bigfoot .form-type-textfield label, .region-bigfoot .form-type-email label, .region-bigfoot .form-type-tel label, .region-bigfoot .form-type-textarea label {
      background: #FF9F4B;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: 500;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8px;
    margin-bottom: -8px;
    display: table;
    position: relative;
}

.region-bigfoot input[type=checkbox] {
  padding-left: 0px;
  padding-right: 0px;
}

.page-node-type-kapcsolati_egyseg #fullw20 {
  margin-top: 0px !important;
}

#fullw20 {
  background: #FFA24A;
  background: linear-gradient(90deg, rgba(255, 162, 74, 1) 0%, rgba(251, 87, 148, 1) 100%);
  margin-top: 3rem;
}

#fullw20 .views-element-container {
  width: 33.3333%;
  display: block;
  float: left;
  padding: 65px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}

#fullw20 .views-element-container a {
  color: #001433;
  position: relative;
}

#fullw20 .views-element-container a:hover {
  color: #fff;
}

#fullw20 .container {
  width: 100%;
  max-width: 1660px;
  padding-left: 0px;
  padding-right: 0px;
}

#block-bs5distro-views-block-telefonszam-blokk-block-1-5 {
  background: #DB3481;
}

#block-bs5distro-views-block-emailcim-blokk-block-1-2 {
  background: #FF9F4B;
}

#block-bs5distro-views-block-facebook-blokk-masolata-block-1 {
  background: #FF0468;

}

#fullw20 .views-field-field-telefonszam a:before {
  display: block;
  content: '\f3cd' !important;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-right: 15px;
}

#fullw20 .views-field-field-e-mail-cim a:before {
  display: block;
  content: '\f0e0' !important;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-right: 15px;
}

#fullw20 .views-field-field-facebook-oldal-linkje a:before {
  display: block;
  content: '\f39e' !important;
  font-family: "Font Awesome 6 Brands";
  display: inline-block;
  margin-right: 15px;
}


.field__item:has(#frontprojektpara4) {
  background: url(../images/mathh.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 100px;
  margin: 0 auto;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  left: 0px;
  margin-top: 1.5rem;
  position: relative;
  overflow: visible;
}


.field__item #frontprojektpara4 {
  width: 100%;
  margin: 0 auto;
  max-width: 1116px;
  z-index: 0;
  position: relative;
}

#frontprojektpara1 {
  overflow: visible;
}

#frontprojektpara1:after {
  position: absolute;
  right: -40px;
  bottom: -40px;
  display: block;
  content: '';
  width: 113px;
  height: 85px;
  background: url(../svgs/frontsvg1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#frontprojektpara3 .twocol_left:before {
  position: absolute;
  left: -65px;
  top: 70px;
  display: block;
  content: '';
  width: 140px;
  height: 170px;
  background: url(../svgs/frontsvg2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#frontprojektpara4:after {
  position: absolute;
  right: -150px;
  top: -50px;
  display: block;
  content: '';
  width: 160px;
  height: 160px;
  background: url(../svgs/frontsvg4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#frontprojektpara4:before{
  position: absolute;
  left: -170px;
  bottom: -70px;
  display: block;
  content: '';
  width: 126px;
  height: 115px;
  background: url(../svgs/frontsvg5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.field__item:has(#frontprojektpara4):before {
  display: block;
  content: '';
  position: absolute;
  left: -10px;
  bottom: -135px;
  width: 110px;
  height: 260px;
  background: url(../svgs/shape2.svg);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: bottom;
}

#frontprojektpara9 {
  overflow: visible;
}

#frontprojektpara9:after {
  position: absolute;
  right: -95px;
  bottom: 180px;
  display: block;
  content: '';
  width: 134px;
  height: 116px;
  background: url(../svgs/frontsvg6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.field__item:has(#frontprojektpara8) {
  background: url(../svgs/gradient.svg);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  left: 0px;
  margin-top: 1.5rem;
  position: relative;
  overflow: visible;
}


.field__item #frontprojektpara8 {
  width: 100%;
  margin: 0 auto;
  max-width: 1116px;
  z-index: 0;
  position: relative;
}

.field__item:has(#frontprojektpara8):before {
  display: block;
  content: '';
  position: absolute;
  right: -10px;
  top: -135px;
  width: 110px;
  height: 260px;
  background: url(../svgs/shape1.svg);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: top;
}

#frontgallery .photoswipe-gallery:after {
  position: absolute;
  right: -150px;
  bottom: -60px;
  display: block;
  content: '';
  width: 185px;
  height: 165px;
  background: url(../svgs/frontsvg3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

#frontgallery {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item + .breadcrumb-item:before {
  color: rgba(255,255,255,0.5);
}

#edit-actions-submit--2 {
  color: #fff !important;
}

#cursor-follower {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  width: 24px;
  height: auto;
  display: none; /* Kezdetben rejtve */
  transition: transform 0.05s linear;
}

#block-bs5distro-urlap #edit-actions-submit {
  color: #fff !important;
}

/* 
=================================================================================
RESPONSIVE
=================================================================================
*/


@media (max-width: 1440px) { 

}

@media (max-width: 1380px) { 

}

@media (max-width: 1280px) { 
  .field__item:has(#frontprojektpara4):before {
    display: none !important;
  }

  .field__item:has(#frontprojektpara8):before {
    display: none !important;
  }
}

@media (max-width: 1180px) {
 
}

@media (max-width: 1140px) {
  #front_references_right {
    padding-left: 0px;
  }

  #fullw20 .views-element-container {
    width: 100%;
    display: block;
    float: none;
    padding: 65px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
  }

  .field__item #frontprojektpara8 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

}

@media (max-width: 992px) { 

    #ruler {
    z-index: 2;
  }

  #fullwfrontfirst {
    margin-top: -195px;
  }

  .is-sticky #mynav {
    display: none !important;
  }

  #rootlogo {
    display: none;
  }

  #rootlogo:before {
    display: none;
  }

  #whyme_left, #whyme_right {
    float: none;
    margin: 0 auto;
    max-width: 620px;
  }

  #whyme_leftinner {
    max-width: 620px;
    margin: 0 auto;
  }

  .whyme_left_sign {
    width: 100%;
  }

  #whyme_left, #whyme_right {
    float: none;
    width: 100%;
    max-width: 100%;
    flex: inherit;
  }

  #whyme_left {
    max-width: 100%;
  }

  #whyme h2 {
    width: auto;
    position: relative;
    margin: 0 auto;
    display: table;
    margin-bottom: 45px;
  }

  .whyme_left_sign {
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
  }

  .w_myprice_col1, .w_myprice_col2, .w_myprice_col3 {
    display: block;
    float: none;
    width: 100%;
  }

  .w_myprice_col3 {
    position: absolute;
    right: 1.5rem;
    bottom: 1.4rem;
    width: auto !important;
  }

  .w_myprice_col3 a.distro_btn2:hover:before {
    width: 32px;
  }


}

@media (max-width: 880px) { 
  #fronttesti .field--name-field-cimsor h2 {
    text-align: center;
  } 

  .front_testimon_col {
    flex: 1 1 100%;
  }

  .testifaces {
    top: 0px !important;
    bottom: auto !important;
  }

  #front_testimon_add_right_faces {
    max-width: 560px;
    height: 160px;
    margin: 0 auto;
  }

  #fronttesti .field--name-field-ajanlolevelek {
    margin-top: 0px;
  }

  #front_testimon_add_left_text {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {

  #references_mobile {
    display: table;
    margin: 0 auto;
  }

  #front_references_container_in {
    display: flex;
    flex-direction: column;
  }
  #front_references_left, #front_references_right {
    float: none;
    margin: 0 auto;
    width: 100%;
    flex: 1 1 100%;
  } 

  #front_references_right {
    order: 1;
    margin-top: 1.5rem;
  }

  #front_references_left {
    order: 2;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #references_mobile_in {
    margin: 0 auto;
    margin-left: -71px;
  }

  #front_references h2 {
    text-align: center;
  }

  #front_references_left_text {
    margin: 0 auto;
    text-align: center;
  }

  #front_references_left_ctas {
    width: auto;
    margin: 0 auto;
    display: table;
    margin-top: 1.5rem;
  }

  #references_mobile_control {
    margin-left: 67px
  }

  #references_mobile_in_before {
    right: -95px;
    left: auto;
  }

  .field__item:has(#frontprojektpara4) {
    background: url(../images/mathh.jpg);
    background-size: 300%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 60px;
    padding-bottom: 100px;
    margin: 0 auto;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    left: 0px;
    margin-top: 1.5rem;
    position: relative;
    overflow: visible;
  }

  #frontprojektpara3 .twocol_col {
    margin-top: 3rem;
  }
}


@media (max-width: 660px) {
  #references_mobile_csicsa1 {
    left: 50%;
    top: -65px;
    margin-left: -190px;
  } 
}

@media (max-width: 600px) { 

  #whyme h2 {
    font-size: 28pt;
  }
  .whyme_rightgrid_col:nth-child(2) {
    border-right: 0px;
  }

  .whyme_rightgrid_col:nth-child(3) {
    border-right: 1px solid rgba(18,18,18,0.15);
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .whyme_rightgrid_col:nth-child(4) {
    border-right: 0px;
    border-bottom: 1px solid rgba(18,18,18,0.15);
  }

  .whyme_rightgrid_col {
    width: calc(50% - 1px);
    display: table;
    padding-top: 16px;
    padding-bottom: 38px;
    float: left;
    min-height: 206px;
  }
}

@media (max-width: 578px) {
  #front_references_left_ctas a {
    float: none;
    margin: 0 auto;
  }

   #front_references_left_ctas a.btn-primary {
    margin-bottom: 1.5rem;
  }

  #front_testimon_add_right_faces {
    max-width: 100%;
    height: 160px;
    margin: 0 auto;
    margin-left: -10%;
  }

      #signboxlink {
        margin-top: -60px;
        margin-bottom: 140px;
    }

  .region-bigfoot .block-webform-block {
    padding: 35px;
    padding-top: 55px;
  }

  #block-bs5distro-urlap-2 h2 {
    position: relative;
    font-size: 0px;
  }

  #block-bs5distro-urlap-2 h2:before {
    content: 'Kapcsolat';
    display: block;
    font-size: 33pt;
  }
} 

@media (max-width: 500px) {
  
}



































