.wp-caption {
font-size: smaller;
}
.wp-caption-text {
font-size: smaller;
}
.sticky {}
.screen-reader-text {}
.gallery-caption {
font-size: smaller;
}
.bypostauthor {}
.alignright,
.align-right {
text-align: right;
}
.alignleft,
.align-left {
text-align: left;
}
.aligncenter,
.align-center {
text-align: center;
} *,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
img {
margin: 0;
padding: 0;
border: 0;
line-height: 0;
vertical-align: top;
max-width: 100%;
height: auto;
width:100%
}
figure{
margin-bottom: 0 !important
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
code,
pre,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
iframe {
display: block;
max-width: 100%;
}
header{
position: relative;
min-height:7rem
}
header:after{
background: url(//3dmesslabor.at/wp-content/themes/gyorsmeres/img/hero-bg.jpeg) no-repeat center center;
background-size: cover;
content: "";
width: 100%;
height: 65%;
position: absolute;
top:0;
left:0;
z-index: -1;
}
header:before, .action-section:before{
content: "";
width: 100%;
height: 65%;
background:  linear-gradient(147.06deg, rgba(20, 102, 90, 0.6) 47.91%, rgba(26, 47, 36, 0.44) 87.24%);
position: absolute;
top:0;
left:0;
}
.action-section:before{
height: 100%
}
header .content-box{
z-index: 1;
position: relative
}
header li,
#main-menu li {
list-style-type: none;
} @media screen and (max-width: 479px) {
html {
font-size: 14px;
}
}
@media screen and (min-width: 480px) and (max-width: 1199px) {
html {
font-size: 16px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
html {
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
html {
font-size: 18px;
}
} :root {
--main-color: #ff7b5b;
}
.ease {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
margin: 0;
padding: 0;
overflow-x: hidden;
text-rendering: optimizeLegibility;
scroll-behavior: smooth;
font-family: 'Open Sans', sans-serif;
color:#0D1310
}
ul,
ol {
padding: 0;
}
ul ul,
ul ul ul,
ol ol,
ol ol ol {
margin: 0.5rem 0;
}
ol ol,
ol ol ol {
padding-left: 1rem;
}
ul li {
list-style-type: disc;
margin-bottom: 0.25rem;
margin-left: 1rem;
}
ol {
list-style: none;
counter-reset: my-counter;
}
ol li {
counter-increment: my-counter;
margin-bottom: 0.25rem;
}
ol li::before {
content: counter(my-counter) '.';
background: var(--main-color);
width: 1.5rem;
height: 1.5rem;
border-radius: 50%;
display: inline-block;
line-height: 1.5rem;
color: white;
text-align: center;
margin-right: 0.5rem;
}
p {
line-height: 1.5;
}
a {
color: var(--main-color);
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
h1 {
font-size: 2rem;
font-weight: 500;
margin-top: 0;
}
h2 {
margin-top: 0;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.2;
text-transform: uppercase;
color:#000;
position: relative
}
h3,
h4 {
font-size: 1.3rem;
font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a {
color: inherit;
}
blockquote {
background: #eee;
margin-left: 0;
margin-right: 0;
padding: 0.5rem 1.5rem;
overflow: hidden;
border-left: solid 5px var(--main-color);
}
h1 + p{
margin-top: 0 !important;
margin-bottom: 0rem;
}
hr {
border: none !important;
height: 3px;
background: #eee;
}
table {
border-spacing: 0;
border: solid 1px #ddd;
}
td,
th {
padding: 0.5rem 1rem;
border: solid 1px #ddd;
}
th {
background: #eee;
text-align: left;
}
#logo {
text-align: center;
max-width:8rem;
margin:auto 0.5rem;
}
#logo a {
display: inline-block;
margin: 1rem 0 0.5rem;
display: flex;
}
#logo svg {
max-width: 120px;
height: auto;
}
body:not(.home) main {
padding: 3rem 0;
}
body:not(.home) header:after, body:not(.home) header:before{
height: 100% !important;
padding-bottom: 7rem
}
section{
padding:3vw 0 3vw 0
}
.post-meta ul {
overflow: hidden;
display: inline-block;
margin: 0 auto;
font-size: smaller;
}
.post-meta ul li {
display: inline-block;
float: left;
margin-right: 20px;
margin-left: 0;
}
.post-tags a,
.tagcloud a {
display: block;
float: left;
padding: 0.15rem 0.25rem;
border: solid 2px transparent;
font-size: small !important;
text-transform: uppercase;
display: inline-block;
margin: 0 5px 5px 0;
cursor: pointer;
background: var(--main-color);
color: #fff;
}
.post-tags a:hover,
.tagcloud a:hover {
background: #000;
}
footer {
background: #eee;
font-size: smaller;
padding: 1rem 0;
}
#copyright {
padding: 0.75rem 0;
text-align: center;
font-size: smaller;
}
.pagination {
clear: both;
text-align: center;
margin-top: 2rem;
}
.nav-links .current {
color: var(--main-color);
font-weight: bold;
}
.nav-links {
display: inline-block;
border-right: solid 1px #ddd;
border-top: solid 1px #ddd;
border-bottom: solid 1px #ddd;
}
.nav-links a,
.nav-links span {
display: block;
float: left;
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
color: inherit;
border-left: solid 1px #ddd;
}
.nav-links a:hover {
background: #eee;
}
#searchform {
position: relative;
width: 100%;
}
#searchform input[type="text"] {
width: 100%;
margin: 0;
}
#searchform button {
border: none;
height: 100%;
width: 30px;
position: absolute;
right: 10px;
background: none;
padding: 0;
border-radius: 0;
}
#searchform svg {
border: none;
height: 60%;
width: 30px;
}
#gotop {
width: 2rem;
height: 2rem;
line-height: 2rem;
background: var(--main-color);
position: fixed;
bottom: 1rem;
right: 1rem;
border-radius: 50%;
box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
padding: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 10000;
}
#gotop svg {
width: 1rem;
height: 1rem;
display: block;
}
#gotop svg path {
fill: #fff;
}
#top-head .contact-box{
display: flex;
display: none
}
#top-head{
position: relative;
z-index: 1;
}
@media screen and (max-width: 360px) {
h1{
font-size: 2rem !important;
}
#top-head .contact-box span >span{
display: none
}
.contact-box span:before{
width: 1.2rem !important
}
}
@media screen and (max-width: 479px) {
h1{
font-size: 2rem !important;
}
h2 {
font-size: 1.5rem !important;
}
}
.contact-box a >span{
position: relative;
padding-left:1.5rem;
margin-left: 1rem;
}
.contact-box span:before{
content:"";
position: absolute;
left:0;
top:0.2rem;
width: 1rem;
height: 1rem;
}
.contact-box span.phone:before{
background: url(//3dmesslabor.at/wp-content/themes/gyorsmeres/img/phone.svg) no-repeat center center;
background-size: auto 120%
}
.contact-box span.e-mail:before{
background: url(//3dmesslabor.at/wp-content/themes/gyorsmeres/img/e-mail.svg) no-repeat center center;
background-size: cover
}
.contact-box span.website:before{
background: url(//3dmesslabor.at/wp-content/themes/gyorsmeres/img/website.svg) no-repeat center center;
background-size: cover
}
.contact-box span.place:before{
background: url(//3dmesslabor.at/wp-content/themes/gyorsmeres/img/place.svg) no-repeat center center;
background-size: auto 100%
}
.contact-box a{
color:white;
opacity: 0.9
}
.contact-box a:hover{
opacity: 1
}
.results .contact-box a, .order .contact-box a{
color:inherit !important
}
.results .contact-box a:hover, .order .contact-box a:hover{
color:var(--main-color) !important
}
.order .contact-box{
margin:1.8rem 0
}
.order .contact-box a{
display: block;
margin-bottom: 0.7rem;
font-size: normal
} .calculator{
position: relative;
z-index: 0
}
.calculator h2{
font-size: 1.5rem !important;
}
.calculator-title{
color:#FAFAFA;
margin-bottom: 0rem;
text-align: center;
}
.calculator-title h1{
margin-bottom: 0 !important
}
.calculator .contact-box{
margin-bottom: 1.5rem;
}
.calculator .contact-box span{
display: block;
margin-bottom: 0.7rem;
}
.calculator .contact-box a:last-of-type span{
display: block;
margin-bottom: 1.5rem;
}
.process-box, .testimonials{
background: #EBEFED url(//3dmesslabor.at/wp-content/themes/gyorsmeres/img/logo_wh.png);
background-size: 80%;
position: relative;
border-radius: 10px
}
.process-box:before, .testimonials:before{
content:"";
background: linear-gradient(180deg, #EBEFED 0%, rgba(235, 239, 237, 59%) 100%);;
position: absolute;
width: 100%;
height: 100%;
top:0;
left:0;
border-radius: 10px
}
.process-box h2{
margin-bottom: 0.5rem;
position: relative
}
.process-box h2+span{
font-size: 1.2rem;
font-weight: 300;
text-transform: uppercase;
position: relative
}
.calculator >.row>div{
border-radius: 10px;
padding:1rem
}
.decor{
font-weight: bold;
color:#fafafa;
margin-top:0;
margin-bottom: 0.5rem
}
.decor li{
display: inline-block;
padding-right: 1.2rem;
margin-right: 0.8rem;
margin-left:0;
position: relative
}
.decor li:after{
content:"/";
position: absolute;
right: 0;
top:0;
}
.decor li::marker{
color:transparent
}
.decor li:last-of-type{
padding-right: 0;
margin-right: 0;
}
.decor li:last-of-type:after{
display: none
} .process{
}
.process ul{
position: relative;
margin-left: 2rem;
margin:3.5vw 1vw 1vw 1vw;
}
.process> ul:before{
content:"";
position: absolute;
width: 1px;
left: calc(0.7rem + 1px);
height: 100%;
top:0;
background: #C1C8C5
}
.process >ul> li{
list-style-type: none;
padding-bottom: 1rem;
position: relative;
padding-left: 3rem;
margin-left: 0;
min-height: 5rem;
font-weight: 300;
transition:all 0.2s ease-in-out
}
.information{
padding:2rem 0 0 0rem;
font-weight: 300;
font-size: 0.9rem;
font-style: italic;
opacity: 0.8;
margin-bottom: 0
}
.information p{
margin: 0
}
.hidden-box{
display: none
}
.process > ul >li:before{
content:"";
width:1.5rem;
height: 1.5rem;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
position: absolute;
left:0;
border:1px solid #C1C8C5;
outline:0.8rem solid #EBEFED;
background: #EBEFED
}
.process> ul >li:last-of-type{
padding-bottom: 0;
min-height: auto
}
.desktop .info-hover{
content:"?";
color:white;
width:1.2rem;
height: 1.2rem;
line-height: 1.2rem;
text-align: center;
border-radius: 50%;
position: absolute;
border:1px solid #C1C8C5;
background: rgba(26, 47, 36, 0.2);
outline: none
}
.info-hover:before{
left:0.5rem;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.process li.ready:after{
content:"";
width:1.5rem;
height: 1.5rem;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
position: absolute;
top:0;
left:0;
opacity: 0;
box-shadow: 0 0 0 0.4rem #D9D9D9;
background: #14665A;
color:white;
line-height: 1.5rem;
text-align: center;
animation: 0.1s fadein ease 0.1s forwards;
-webkit-animation: 0.1s fadein ease 0.1s forwards;
-moz-animation: 0.1s fadein ease 0.1s forwards;
-o-animation: 0.1s fadein ease 0.1s forwards
}
.process li .ok{
opacity: 0;
height: 1.3rem;
width: 1.3rem;
position: absolute;
left:0.4rem;
top:0rem;
z-index: 3;
display: inline-block;
}
.process li.ready .ok{
opacity: 0;
animation: 0.1s fadein ease 0.2s forwards;
-webkit-animation: 0.1s fadein ease 0.2s forwards;
-moz-animation: 0.1s fadein ease 0.2s forwards;
-o-animation: 0.1s fadein ease 0.2s forwards
}
.process li.ready .accordion-title{
font-weight: 500;
}
.process li.ready {
min-height: 5.5rem !important
}
.process li.ready:last-of-type{
min-height: auto !important
}
.process li.ready + li:before, .process li:first-of-type:before{
border:1px solid #15665a !important
} .results-box{
display: flex;
justify-content: center;
align-items: center
}
.results-box h2{
margin-bottom: 0;
padding-bottom: 0
}
.calculator .results-box{
background: #FAFBFB
}
.calculator .results{
background: #FFFFFF;
box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
border-radius: 5px;
padding:1rem 1.5rem
}
.results .button.link, .results .button.link2{
display: block;
margin-top: 1rem;
width:100%
}
.results h3{
margin-top:0;
margin-bottom:0rem;
}
.results p{
margin:0;
font-size: 0.9rem !important;
position: relative
}
.prices{
transition: all 0.2s ease-in-out
}
.prices >div{
margin: 1rem 0;
transition: all 0.5s ease-in-out
}
.prices >div:last-of-type{
margin-bottom: 0
}
.price{
display: inline-block;
align-items: center;
justify-content: center
}
.price input{
width:55%;
border:none!important;
background: transparent;
border-radius: 5px!important;
justify-content: flex-end;
align-items: center;
font-size: 1.3rem!important;
position: relative;
padding-right: 0 !important;
padding:0 !important;
display: none
}
.price >span{
height: 5rem !important;
padding:1rem 0.5vw;
border:1px solid #D9D9D9!important;
background: #FAFBFB!important;
border-radius: 5px!important;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.2rem!important;
position: relative;
font-weight: 500;
white-space: nowrap
}
span.currency{
width: 40%;
}
.data-box{
position: relative
}
.data-box .showbefore{
width:100%;
height: 100%;
background: transparent;
z-index: 10;
position: absolute;
display: none
}
.data label{
text-transform: uppercase;
font-weight:600;
font-size: 0.9rem;
margin-bottom: 1rem;
display: inline-block
}
.data {
position: relative; 
}
.data .range{
margin-bottom: 2rem;
padding-left: 3.2rem;
padding-right: 3.2rem;
position: relative; 
}
.data .layer{
position: absolute;
width:100%;
height: 100%;
background: transparent;
top:0;
left:0;
z-index: 2;
}
.data-box{
position: relative;
padding-right: 1rem
}
.data-box h2{
margin-top: 0rem;
margin-bottom: 2rem
}
:root {
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
--time: 0.9s;
}
.results .info, .results .info3{
border-bottom: 1px solid #D9D9D9;
padding-bottom: 1rem;
}
.results{
overflow: hidden;
min-height: 95%
}
.results .info2{
transform: translateY(100%);
border-top: 1px solid #D9D9D9;
padding-top: 1rem;
opacity: 0;
position: absolute
}
.results.step2 .info2{
transform: translateY(0);
opacity: 1;
transition: transform var(--time) var(--ease-in-out), opacity var(--time) var(--ease-in-out);
position: relative
}
.results.step2 .row:last-of-type{
margin-bottom:1rem
}
.address{
display: none;
}
.address b span{
color:#14665A
}
.step3 .prices{
display: flex;
justify-content: space-between;
}
.step3 .prices h3{
text-align: center
}
.step3 .prices .row p{
display: none
}
.step3 .prices .row >div{
width: 100%
}
.step3 .prices .row{
display: block;
margin:0 !important;
width:28%
}
.step3 .info2{
display: none;
}
.step3 .address{
display: block;
margin-top:1.5rem
}
.step3 .prices{
margin-top: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid #D9D9D9;
padding-bottom: 1.5rem
}
.step3 form{
margin-top:1rem
}
.step3 .price span{
background: none;
border:none
}
.step3 .form label{
display: inline-block;
bottom: -0.7rem;
background: white;
z-index: 3;
position: relative;
margin-left: 1rem;
padding: 0 0.5rem;
}
.step3 .address input{
margin-top:-0.8rem;
margin-bottom: 0.5rem
}
.wpcf7-not-valid-tip{
margin-bottom: 1rem
}
.step3 .address label{
z-index: 1;
position: relative;
background: white;
padding:0.5rem;
margin-left:0.5rem;
font-size: small
}
.step3 .address  input[type="submit"]{
margin-top:1rem !important;
width:100%
}
.wpcf7-acceptance label{
margin-left: 0!important;
padding-left: 0 !important
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
transition: background-color 5000s;
-webkit-text-fill-color: #333 !important;
border:1px solid green
}
.wpcf7 form .wpcf7-response-output{
margin: 0 !important
}
.thankyou{
display: none !important
}
.step4 .thankyou{
display: block!important
}
.thankyou .content{
margin-top:1.5vw
}
.thankyou .content p{
margin-bottom: 1rem
}
.mobile .accordion-content{
display: none
}
.mobile .step4 .address{
display: none !important
}
.process ul+.rekalkulacio{
margin: 2rem 1rem;
width: calc(100% - 2rem);
}
.rekalkulacio span{
display: inline-block;
position: relative;
padding-left: 2rem
}
.rekalkulacio span:before{
width: 1.5rem;
height: 1.5rem;
background: url(//3dmesslabor.at/wp-content/themes/gyorsmeres/img/Refresh.svg) no-repeat center center;
background-size:cover;
content: "";
position: absolute;
left:0;
top:-0.25rem
}
.wpcf7-spinner{
position: absolute !important;
top: 38%;
right: 1rem;
margin: 0 !important;
}
span.currency{
display: none
}
.step2 span.currency{
display: inline-block
}
.value{
opacity: 0;
transition: all 0.5s ease-in-out
}
.value.fadein{
opacity: 1
}
#technologies h2{
margin-bottom: 2rem;
margin-top:0rem
}
#technologies h3{
margin-top:0;
margin-bottom: 1rem
}
#technologies .wp-block-column{
background: #F9FAFA;
position: relative;
box-shadow:0px 8px 24px rgba(149, 157, 165, 0.2);
}
#technologies .text-box{
padding:1rem 1rem 4rem
}
#technologies .hourlyfee{
border-top: 1px solid #dddddd;
position: absolute;
bottom: 0;
left: 1rem;
padding-top: 1rem;
font-weight: 500;
padding-left: 1.8rem;
width: calc(100% - 2rem);
}
#technologies .hourlyfee:before{
content:"";
position: absolute;
left:0;
top:1.25rem;
width: 1rem;
height: 1rem;
background: url(//3dmesslabor.at/wp-content/themes/gyorsmeres/img/hourlyfee_green.svg) no-repeat center center;
background-size: cover
}
#technologies .attributes li{
list-style-type: none !important;
margin-left: 0;
margin-right: 0.125rem;
display: inline-block;
background: white;
padding: 0.2rem 0.4rem;
color: #14665A;
font-size: smaller;
font-weight: 500
}
:where(.wp-block-columns.is-layout-flex) {
gap: 1rem !important
}
.action-section{
padding:3rem 1rem;
color:#F9FAFA !important;
background: url(//3dmesslabor.at/wp-content/themes/gyorsmeres/img/hero-bg.jpeg) no-repeat center center;
background-size: cover;
position: relative;
border-radius: 10px;
overflow: hidden;
}
.action-section a:not(.wp-block-button__link){
color:var(--main-color) !important
}
.action-section h3{
margin:0 !important;
font-weight: 500
}
.action-section .wp-block-group__inner-container{
z-index: 1;
position: relative
}
.about{
padding-top: 2rem;
padding-bottom: 2rem
}
.about .numbers{
background: white;
box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
z-index: 1;
position: relative;
padding:1rem
}
.about li{
margin-bottom:1rem;
position: relative;
padding-left:1.5rem
}
.about li:before{
content:"";
width: 1rem;
height: 1rem;
position: absolute;
left:0;
top:0.3rem;
background: url(//3dmesslabor.at/wp-content/themes/gyorsmeres/img/list-icon.svg) no-repeat center center;
background-size: 100% auto
}
.about li::marker{
color:transparent
}
.about ul{
margin:2rem 2rem 1.5rem 0rem
}
.about .textwidget{
padding-right: 2rem
}
.about figure{
overflow: hidden;
position: relative
}
.about figure img{
transition: all 0.7s ease-in-out
}
.about figure:hover img{
transform: scale(1.04)
}
.numbers p{
margin:0 !important
}
.numbers strong, strong.counter  {
color:#14665A ;
font-size: 1.2rem;
display: block
}
.counter-box{
font-weight: 300;
width: 85%;
margin:0 auto;
display: flex;
justify-content: center;margin-bottom: 0.5rem
}
.counter-box
.wp-block-group__inner-container{
display: flex;
gap:1rem
}
strong.counter  {
font-weight: 500 !important
}
.counter-box, strong.counter  {
color:#fafafa;
line-height: 1
}
.counter-box .is-layout-flex{
justify-content: center;
margin-bottom: 0 !important
}
.counter-box .is-layout-flow{
display: flex;
align-items: center;
}
.counter-box .is-layout-flow:first-of-type{
justify-content: flex-end
}
.testimonials{
background-size: 20% auto;
text-align: center;
padding:3rem 4rem
}
.partners {
background: #F9FAFA;
padding:1rem
}
.partners .item{
padding: 0 2vw
}
footer img{
width: 60%;
padding: 1rem 0
}
footer{
background: #0F5245;
color:#FAFBFE !important;
}
footer h3{
text-transform: uppercase;
font-weight: 500;
}
#copyright{
background: #27685C;
color:rgba(250, 251, 254, 0.8) !important;
}
.grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 10rem 10rem 10rem;
grid-gap: 1rem;
margin:2rem 5rem 0 5rem;
}
.grid >figure{
border-radius: 5px;
height: 100%;
}
.grid >figure img{
border-radius: 5px;
height: 100%;
object-fit: cover;
object-position: right center;
}
.grid figure:first-of-type{
grid-row: span 2;
grid-column:span 1;
}
.grid figure:nth-of-type(2){
grid-row: span 3;
grid-column:span 1;
}
.grid figure:last-of-type{
grid-row: span 1;
grid-column:span 1;
}
body .is-layout-flex {
justify-content: space-between;
}
footer .contact-box{
text-align: center;
font-size: 1rem;
margin-bottom: 1rem;
}
.madeby{
text-align: right;
}
.crinfo{
text-align: left !important 
}
.crinfo>div{
display: inline-block;
padding-right: 2rem;
}
#copyright a{
color:#EBEFED !important
}
.plyr__control--overlaid, .plyr--video .plyr__control:hover {
background: var(--main-color) !important;
}
.plyr--full-ui input[type=range]{
color:var(--main-color) !important;
box-shadow: none !important
}
#count2{
display: none 
}
@media screen and (max-width: 768px){
.desktop-title{
display: none
}
}
@media screen and (min-width: 768px){
.mobile-title{
display: none
}
.counter-box{
top: 0;
width: 100%;
gap:1rem
}
header:after,.action-section{
background-attachment: fixed
}
.technologies h2{
margin-left: auto;
margin-right: auto;
}
}
.important{
color:#14665A !important;
} :root {
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
--time: 0.9s;
}
.on {
transform: translateX(0) translateY(0) translateZ(0) !important;
opacity: 1!important;
transition-delay: 0.2s!important;
} 
.slidebottom{
transform: translateY(100px);
opacity: 0;
transition: transform var(--time) var(--ease-in-out), opacity var(--time) var(--ease-in-out);
}
.slideinright{
transform: translateX(5rem);
opacity: 0;
transition: transform var(--time) var(--ease-in-out), opacity var(--time) var(--ease-in-out);
}
.slideinleft{
transform: translateX(-5rem);
opacity: 0;
transition: transform var(--time) var(--ease-in-out), opacity var(--time) var(--ease-in-out);
} .modal {
display: none; position: fixed; z-index: 1; left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.4); }
.modal-content {
background-color: white;
margin: 10% auto; padding: 20px;
border: 1px solid #888;
width: 30%;
border-radius: 10px;
box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
}
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.countinfo{
font-weight: bold;
display: none;
padding-top:1.5rem
}
.profil p{
margin:0 0 0.25rem 0!important
}
.profil p:first-of-type{
border-bottom: 1px solid #dddddd;
padding-bottom: 0.5rem!important;
margin-bottom: 0.5rem!important
}
.profil-name{
background: #f9fafa;
padding: 1rem 0.5rem;
border-radius: 5px;
align-items: center;
width: 49%
}
.profil-name .col-1-3{
text-align: center
}
.desktop .info-title{
position: relative;
display: inline-block;
}
.desktop .info-title h2{
position: relative;
display: inline-block;
}
.desktop .info-title h2,    .process-box h2{
margin-top:1rem
}
.desktop .info-hover{
right: -2rem;
top: -0.5rem;
font-size: 0.8rem;
cursor: pointer;
font-weight: 500;
border:none;
transition: all 0.2s ease-in-out
}
.desktop .info-hover:hover {
background: var(--main-color)
}
.desktop .info-title .information{
position: absolute;
width: 100%;
left: calc(100% + 3rem);
background: white;
border-radius: 10px;
padding: 1rem;
top: 0.8rem;
z-index: 10;
box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
display: none;
font-style: normal;
opacity: 1
}
.netto{
margin-bottom: 0.5rem
}
.rekalkulacio{
display: none
}
@media screen and (max-width: 1280px) {
.modal-content {
width: 90% !important
}
.price input {
height: 4rem !important;
font-size: 1rem!important;
}
.price >span {
height: 4rem !important;
}
.prices >div{
margin: 1.5vw 0;
}
}
@media screen and (min-width: 782px) {
.about .numbers{
margin-top: -2rem;
margin-left: -10%;
margin-right: 30%;
}
.calculator{
margin-top:-2rem
}
}
@media screen and (max-width: 781px) {
.counter-box{
display: none !important
}
}
@media screen and (max-width: 767px) {
.results-box.desktop{
display: none;
}
}
@media screen and (max-width: 768px) {
.results-box.desktop>.row{
flex-wrap: nowrap !important
}
.profil-name img{
width:5rem
}
section {
padding: 10vw 0 10vw 0;
}
.wp-block-columns{
margin-bottom: 0 !important
}
:where(.wp-block-columns.is-layout-flex) {
gap: 2rem !important;
}
.profil-name{
text-align: center
}
.ok svg{
height: 8px !important;
width: 10px!important;
}
.results .info, .results .info3 {
padding-bottom:1rem;
padding-top:0.5rem
}
.step-up, .step-down{
padding: 0.5rem !important;
top:8%!important;
}
.prices >div{
margin-bottom: 1rem !important;
padding-top:0.5rem
}
.accordion {
margin: 2rem 0 2rem 0;
clear: both;
}
.accordion .accordion-content {
display: none;
}
.data-box{
padding-right: 0
}
.accordion .accordion-title h2,
.accordion .accordion-title h3,
.accordion .accordion-title h4 {
margin: 0;
}
.accordion .accordion-title {
cursor: pointer;
}
.accordion .accordion-title.active,
.accordion .accordion-title:hover {
font-weight: 500; 
}
.process .accordion-content{
margin-top:1rem;
padding: 0.5rem
}
.calculator >.row>div{
padding: 1rem
}
.process >ul>li{
padding-left: 2.2rem !important
}
.process >ul>li:before, .information:before{
outline: none
}
.kalkulacio{
width:100% !important;
display: block
}
.prices .col-2-3{
width: 68%
}
.prices .col-1-3{
width: 25%
}
.mobile h2{
margin-bottom: 0
}
.wpcf7 form .wpcf7-response-output{
margin-top:1rem !important
}
.information {
}
.information:before {
left:0
}
.calculator-title{
margin-top: 1rem;
margin-bottom: 1rem
}
}
@media screen and (max-width: 580px) {
#top-head .contact-box span{
font-size: 0.6rem
}
#logo{
max-width: 5rem
}
.contact-box span:before{
top:0 
}
}
@media screen and (min-width: 768px) {
.process ul+.rekalkulacio{
display: none !important
}
.about .text-box{
padding:0rem 0 0rem 2rem !important
}
.mobile .accordion-content{
display: none !important
}
.step4 >.hidden-box +div{
display:  none
}
}
@media screen and (min-width: 480px) {
.partners div.my_gallery{
width: 80%;
margin:0 auto
}
}
@media screen and (max-width: 480px) {
.prices .col-2-3{
width: 53%
}
.prices .col-1-3{
width: 40%
}
.partners .item {
padding: 0 10vw;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.process ul{
display: flex;
justify-content: space-between;
margin: 3.5vw 0 1vw 0;
}
.process ul:before{
display: none
}
.process ul li{
width:33%;
min-height: auto
}
.process li.ready{
min-height: auto !important
}
}
.link.disable, .wpcf7 .wpcf7-submit:disabled, .wpcf7-submit.disable{
pointer-events: none!important;
background: gray!important;
color: white!important;
opacity: 0.3!important
}
.pulse-button:hover {
-webkit-animation: none;
}
.pulse-button{
position: relative;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
transform: scale(1);
animation: pulse 2s infinite;
}
.change{
opacity: 0.1 !important
}
@keyframes pulse {
0% {
transform: scale(0.99);
box-shadow: 0 0 0 0 rgba(252,128,118, 0.7);
}
70% {
transform: scale(1);
box-shadow: 0 0 0 10px rgba(252,128,118, 0);
}
100% {
transform: scale(0.99);
box-shadow: 0 0 0 0 rgba(252,128,118, 0);
}
}
@media screen and (min-width: 768px) and (max-width: 1280px){
.profil{
flex-wrap: wrap !important
}
.profil-name{
width: 100%!important;
padding:0.5rem
}
.profil-name figure{
text-align: center!important
}
}
.profil-name img{
width: 65%;
max-width: 200px!important;
min-width: 80px;
}
.cky-switch input[type="checkbox"]{
display: block !important
}