 @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: 20px;
  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: #CEDFE3;
  position: absolute;
  left: -15px;
  bottom: -3px;
  z-index: -1;
}

.w_myprice_col3 a span {   	
	position: relative;
	line-height: 54px;
	vertical-align: middle;
	color: #11111F;
	/* 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: #11111F;
  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: #CEDFE3;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}

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



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


/* --- BASICS ------------------------------------------ */



body {
  background: #fff;
}

#mynav .container {
  max-width: calc(1140px - 1.5rem);
}






/* --- BASICS:END -------------------------------------- */



/* --- HEADER ------------------------------------------ */

.path-frontpage header {
  padding-top: 30px;
  padding-bottom: 20px;
}

header {
  padding-top: 30px;
  padding-bottom: 0px;
}

#mynav-sticky-wrapper {
  min-height: 50px;
}

#mynav .region-mynav {
  position: relative;
  
}


#betterheader {
  margin: 0 auto;
  margin-top: 20px;
  background: #11111F url(../images/daruline_hero.jpg) fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 90px;
  width: 90%;
  max-width: 1600px;
  position: relative;
  color: #fff;
}

#betterheader .container {

}

#betterheader:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(19, 64, 74);
  background: linear-gradient(90deg, rgba(19, 64, 74, 1) 20%, rgba(30, 100, 115, 0.304359243697479) 100%);
  z-index: 0;
  border-radius: 20px;
  display: none !important;
}

#mainanchor_subpage {
  bottom: -17px;
}

#betterheader .region-myheader {
  position: relative;
  z-index: 1;
}

header nav.navbar, header {
  background: #fff;
}

/* --- HEADER:END -------------------------------------- */



/* --- FULLWFRONTFIRST --------------------------------- */


#firstinfirst_right {
  display: none !important;
}

#fullwfrontfirst {
  display: block;
  width: 100%;
  max-width: 1660px;
  padding: 0px;
  margin: 0 auto;
  min-height: calc(100vh - 75px);
  margin-top: -30px;
  padding-top: 0px;
  background: #11111F url("../images/daruline_hero.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; 
  position: relative;
  border: 30px solid #fff;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}

/*
#fullwfrontfirst:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(19,64,74);
  background: linear-gradient(90deg, rgba(19,64,74,1) 20%, rgba(30,100,115,0.304359243697479) 100%);
  z-index: 0;
}
*/

#fullwfrontfirst .container {
  position: relative;
  z-index: 1;
}

#firstinfirst_left {
  padding-top: 160px;
}

#firstinfirst_cta_one a {
  background: #1C5EA8;
  border-color: #1C5EA8;
  border: 1px solid #1C5EA8;
  color: #fff !important;
  font-weight: 800;
  border-radius: 15px;
  min-width: 227px;

}

#firstinfirst_cta_one a:hover {
  color:#fff !important;
  border: 1px solid #11111F;
  background: #11111F;
  box-shadow: inset 15em 0 0 0 #11111F;
}

#firstinfirst_cta_two a {
  position: relative;
  display: block;
  background: rgba(0,0,0,0.6);
  border-color: #11111F;
  border-radius: 15px;
  -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;
}

#firstinfirst_cta_two a:after {
content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 16px;
    font: normal 900 1em / 1 "Font Awesome 6 Free" !important;
    content: '\f3cd' !important;
    font-size: 18px !important;
    line-height: 40px !important;
    text-indent: 0px;
    color: #fff;
}

#firstinfirst_cta_two a:hover {
  background: #1C5EA8;
  border-color: #1C5EA8;
}

#firstinfirst_cta_two a:hover:after {
  color: #11111F !important;
}

#block-bs5distro-heromember {
  width: calc(33.3333% - 1.5rem);
  margin-right: 1.5rem;
  float: left;
}

#block-bs5distro-views-bl1 {
  width: 66.6666%;
  float: right;
}

#heroinfo {
  width: 100%;
  max-width: calc(1140px - 1.5rem);
  border-radius: 20px;
  padding: 1.5rem;
  background: #fff;
  margin: 0 auto;
  margin-top: -120px;
  position: relative;
}

#heroinfo:after {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  background: url('../svgs/corner1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 1;
}

#heroinfo .container {
  padding: 0px;
  width: 100%;
}

#heroinfo .field--name-field-szemely-kepe img, #block-bs5distro-heromember-2 .field--name-field-szemely-kepe img {
  width: 73px;
  height: 73px;
  border: 5px solid #F1F6F7;
  margin-right: 0.75rem;
}

#block-bs5distro-heromember-2 .field--name-field-szemely-kepe img {
  width: 91px;
  height: 91px;
  border: 5px solid #F1F6F7;
  margin-right: 1.5rem;
}

#heroinfo .field--name-field-szemelyek > .field__item, #block-bs5distro-heromember-2 .field--name-field-szemelyek > .field__item {
  border-radius: 0px;
  background: transparent;
  padding: 0px;
  text-align: left;
  margin-bottom: 0px;
}

#heroinfo .field--name-field-szemely-kepe, #block-bs5distro-heromember-2 .field--name-field-szemely-kepe {
  height: auto;
  float: left;
  margin-top: -5px;
}

#heroinfo .field--name-field-szemely-kepe .field__item, #block-bs5distro-heromember-2 .field--name-field-szemely-kepe .field__item{
  position: relative;
}

#heroinfo .field--name-field-szemely-telefonszama, #heroinfo .field--name-field-szemely-telefonszama a, #heroinfo .field--name-field-szemely-telefonszama, #block-bs5distro-heromember-2 .field--name-field-szemely-telefonszama, #block-bs5distro-heromember-2 .field--name-field-szemely-telefonszama a, #block-bs5distro-heromember-2 .field--name-field-szemely-telefonszama {
  border: 0px;
  font-size: 11pt;
  opacity: 1;
  text-align: left;
  font-weight: 400;
  color: #11111F;
  margin-top: 0px;
  padding-top: 0px;
}

#block-bs5distro-heromember-2 .field--name-field-szemely-telefonszama a {
  font-size: 13pt;
}

#heroinfo .paragraph--type--szemelyek-main .field--name-field-nev {
  font-size: 13.5pt;
  margin-top: 0px;
  margin-bottom: 3px;
}

#block-bs5distro-heromember-2 .paragraph--type--szemelyek-main .field--name-field-nev {
  font-size: 15.5pt;
  padding-top: 5px;
  margin-bottom: 3px;
}

#heroinfo .paragraph--type--szemelyek-main .field--name-field-titulus, #block-bs5distro-heromember-2 .paragraph--type--szemelyek-main .field--name-field-titulus {
  font-size: 11pt;
  opacity: 1;
  text-align: left;
  font-weight: 400;
}

#block-bs5distro-heromember-2 .paragraph--type--szemelyek-main .field--name-field-titulus {
  font-size: 13pt;
  opacity: 1;
  text-align: left;
  font-weight: 400;
}

#block-bs5distro-heromember-2 {
  display: table;
  min-width: 280px;
  margin: 0 auto;
  margin-bottom: 0.75rem;
}

#heroinfo .field--name-field-szemely-telefonszama a:before, #block-bs5distro-heromember-2 .field--name-field-szemely-telefonszama a:before {
  opacity: 0.3;
  display: none;
}

#heroinfo .paragraph--type--szemelyek-items {
  position: relative;
  border-right: 1px solid #F1F6F7;
}

#block-bs5distro-views-bl1 h2 {
  font-size: 13.5pt;
  color: #1C5EA8;
  margin-bottom: -2px;
  margin-top: -2px;
}

#heroinfo .views-field-title {
  margin-bottom: -4px;
}

#heroinfo .views-field-title a {
  font-size: 11pt;
  opacity: 1;
  text-align: left;
  font-weight: 400;
  color: #11111F;
  line-height: 1;
}

#heroinfo .views-field-body {
  font-size: 11pt;
  opacity: 1;
  text-align: left;
  font-weight: 400;
  color: #11111F;
  display: inline-block;
}  

#heroinfo .views-field-body a {
  color: #11111F;
}

#heroinfo .views-field-body p {
  margin-bottom: 0px;
  line-height: 1.3;
}


#heroinfo .views-field-view-node {
  display: inline-block;
  margin-left: 1.5rem;
}

#heroinfo .views-field-view-node a {
  font-size: 0px;
  text-indent: -9000px;
  width: 13px;
  height: 11px;
  background: url('../svgs/arrow-right_btn.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: table;
}

#heroinfo .field--name-field-szemely-kepe {
  margin-bottom: 0px;
}

body.path-frontpage article.node--type-page {
  margin-top: 0px;
}

.headersocial {
  z-index: 1;
}

#headersocial1 {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -37px;
}

.field--name-field-tovabbi-torzs-elemek > .field__item:has(#frontprojektpara4) {
  margin: 0 auto;
  width: 100vw; /* Teljes viewport szélesség */
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  left: 0px;
  margin-top: 1.5rem;
}

.field--name-field-tovabbi-torzs-elemek #frontprojektpara4 {
  padding: 1.5rem;
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0 auto;
  max-width: 1660px;
  border: 30px solid #fff;
  width: 100%;
  border-radius: 50px;
  background: #F1F6F7;
  background: #F1F6F7 url('../images/daruline_daru.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  z-index: 0;
  position: relative;
}

.field--name-field-tovabbi-torzs-elemek #frontprojektpara4 .field--name-field-szamok {
  max-width: 1176px;
  margin: 0 auto;
}

#frontprojektpara4 .field--name-field-szamok > .field__item:last-child {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#frontprojektpara4 .field--name-field-szamok > .field__item:nth-child(3) {
  border-right: 0px solid rgba(27, 43, 66, 0.15);
}

#rootlogo {
  border: 10px solid #fff;
  width: 210px;
  height: 105px;
  border-radius: 20px;
  top: -10px;
  background: #fff url(../svgs/daruline_herologo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


#mynav ul#horizontal-menu {
  padding-left: 85px;
}

#mynav ul#horizontal-menu > li > a {
  padding-left: 17px;
  padding-right: 17px;
  font-size: 12.5pt;
  font-weight: 400;
  border-radius: 15px;
  padding-bottom: 11px;
}

.is-sticky #mynav ul#horizontal-menu > li > a {
  padding-left: 16px;
  padding-right: 16px;
}

.is-sticky #mynav ul#horizontal-menu {
  padding-left: 50px;
}

.is-sticky #rootlogo {
  display: block;
  width: 130px;
  height: 47px;
  background: url(../svgs/daruline_herologo_sticky.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 1px;
  border-radius: 0px;
  border: 0px;
  left: 0.75rem;
}

.is-sticky #navigation_extra {
  right: 0.75rem;
}


/* --- FULLWFRONTFIRST:END ---------------------------- */


#frontprojektpara3 .field--name-field-kephasab {
  display: block;
  position: relative;
  border-radius: 20px;
}

/*
#frontprojektpara3 .field--name-field-kephasab:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(19,64,74);
  background: linear-gradient(90deg, rgba(19,64,74,1) 20%, rgba(30,100,115,0.304359243697479) 100%);
  z-index: 0;
  border-radius: 20px;
}
*/

#frontprojektpara3 .field--name-field-kephasab:before {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  background: url('../svgs/corner2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 1;
}

.field--name-field-ajanlo-kartya > .field__item:last-child:after {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  background: url('../svgs/corner2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -12px;
  bottom: -12px;
  z-index: 1;
  transform: rotate(90deg);
}

#bottomform .block-webform-block:after {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  background: url('../svgs/corner1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -12px;
  top: -12px;
  z-index: 1;
  transform: rotate(270deg);
}

.region-bottomformright {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 40px;
}

#block-bs5distro-urlapleiras {
  background: transparent;
  padding: 0px;
  border-radius: 0px;
}

.field--name-field-tovabbi-torzs-elemek > .field__item:has(#frontprojektpara8) {
  margin: 0 auto;
  width: 100vw; /* Teljes viewport szélesség */
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  left: 0px;
  margin-top: 1.5rem;
}

.field--name-field-tovabbi-torzs-elemek #frontprojektpara8 {
  padding: 1.5rem;
  padding-top: 75px;
  padding-bottom: 75px;
  margin: 0 auto;
  max-width: 1660px;
  border: 30px solid #fff;
  width: 100%;
  border-radius: 50px;
  background: rgb(243,243,243);
  background: linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(115,45,45,0) 100%);
  z-index: 0;
  position: relative;
}

.field--name-field-tovabbi-torzs-elemek #frontprojektpara8 .field--name-field-latvanyos-felsorolas-eleme {
  max-width: 1116px;
  margin: 0 auto;
}

body.mm-wrapper_opened #fullwfrontfirst { 
  margin-top: 0px;
}

.page-node-type-kapcsolati_egyseg #bigfoot {
  margin-top: 0px;
}

#frontprojektpara3 {
  padding-top: 25px;
  padding-bottom: 50px;
  display: table;
}

.field--name-field-tovabbi-torzs-elemek > .field__item:has(.paragraph--type--video-media) {
  width: calc(33.3333% - 1.5rem);
  float: left;
  margin: 0.75rem;
}

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


@media (max-width: 1440px) { 

}

@media (max-width: 1380px) { 

}

@media (max-width: 1280px) { 
  #heroinfo .views-field-view-node {
    display: none;
  }

  #heroinfo {
    max-width: 80%;
  }
}

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

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

  #fullwfrontfirst {
    border: 0.75rem solid #fff;
    border-radius: calc(20px + 0.75rem);
  }

  .field--name-field-tovabbi-torzs-elemek #frontprojektpara4 {
    border: 0.75rem solid #fff;
    border-radius: calc(20px + 0.75rem);
  }

  .field--name-field-tovabbi-torzs-elemek #frontprojektpara8 {
    border: 0.75rem solid #fff;
    border-radius: calc(20px + 0.75rem);
  }

  #betterheader {
    width: calc(100% - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

@media (max-width: 992px) { 

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

  #heroinfo {
    max-width: 80%;
    max-width: calc(100% - 1.5rem);
    background: #fff;
    border: 3px solid #F1F6F7;
    margin: 0 auto;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-top: 1.5rem;
  }

  .is-sticky #rootlogo {
    left: 50%;
    margin-left: -58px;
  }

  #fullwfrontfirst {
    margin-top: 0px;
  }

  #rootlogo {
    border: 10px solid #fff;
    width: 163px;
    height: 79px;
    top: 0px;
  }

  #mynav-sticky-wrapper {
    min-height: 0px;
    max-height: 0px;
  }

  header {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #mynavhamburger {
    margin-right: 20px;
    margin-top: 30px;
  }

  .path-frontpage #mynavhamburger {
    margin-right: 20px;
    margin-top: 30px;
  }

  body.mm-wrapper_opened #mynavhamburger {
    margin-top: 40px;
  }

  #fullwfrontfirst {
    margin-top: -6px;

  }

  #betterheader {
    margin-top: 80px;
    padding-top: 30px;
  }

  .path-frontpage header {
    padding-top: 0px;
    padding-bottom: 0px;
  } 

  body.mm-wrapper_opened #fullwfrontfirst {
      margin-top: -16px;
  }

}

@media (max-width: 880px) { 

.field--name-field-tovabbi-torzs-elemek > .field__item:has(.paragraph--type--video-media) {
  width: calc(50% - 1.5rem);
  float: left;
  margin: 0.75rem;
}

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

  #block-bs5distro-heromember, #block-bs5distro-views-bl1 {
    width: 100%;
    margin: 0 auto;
    float: none;
    display: table;
    max-width: 260px;
    margin-top: 0.75rem;
  }

  #block-bs5distro-views-bl1 {
    max-width: 100%;
    text-align: center;
  }

  #heroinfo .paragraph--type--szemelyek-items {
    position: relative;
    border-right: 0px;
    border-bottom: 1px solid #F1F6F7;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #heroinfo .views-field-body a {
    text-align: center;
  }

  #heroinfo .views-field-body p {
    text-align: center;
  }

  #heroinfo .views-field-title {
    line-height: 1.3;
    margin-bottom: 3px;
  }

  #block-bs5distro-views-bl1 h2 {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .field--name-field-tovabbi-torzs-elemek #frontprojektpara4 {
        background: #F1F6F7;
  }


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

  #frontprojektpara4 .field--name-field-szamok > .field__item:nth-child(3) {
    border-right: 1px solid rgba(27, 43, 66, 0.15);
  }

  #betterheader {
    background: #11111F url(../images/daruline_hero.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}


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


  .field--name-field-tovabbi-torzs-elemek > .field__item:has(.paragraph--type--video-media) {
    width: calc(100% - 1.5rem);
    float: none;
    margin: 0 auto;
    margin: 0.75rem;
  }
}

@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%;
  }
}	

@media (max-width: 500px) {
  #frontprojektpara4 .field--name-field-szamok > .field__item:nth-child(3) {
    border-right: 0px solid rgba(27, 43, 66, 0.15) !important;
    border-bottom: 0px solid rgba(27, 43, 66, 0.15) !important;
  }
}



































