/*
Theme Name: akcioalapeuropa2023
Author: Szilasy Imola
Author URI: https://designzone.hu/
Description: Theme by Szilasy Imola
Tags: one-column, custom-colors, custom-menu
Version: 1.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: akcio2023

*/
.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;
}

/* === RESET === */

*,
*: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;
}

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 li,
#main-menu li {
    list-style-type: none;
}

/* === RESPONSIVE TYPO === */




/* === STYLE === */


:root {
    --main-color: #5B9279;
    --white-color: #F4F9FC;
    --decor-color: #4F7CAC
}

.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;
    color: #333;
    background: #F4F7FA;
   font-family: 'IBM Plex Sans', sans-serif;
}

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;
}

ul li::marker {
    color: var(--decor-color);
}

ol {
    list-style: none;
    counter-reset: my-counter;
    margin-top:2rem
}

ol >li {
    counter-increment: my-counter;
    margin-bottom: 2rem;
    padding-left:2rem;
    position: relative

}



ol >li::before {
    content: counter(my-counter) '.';
    background: var(--decor-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;
        font-size: small;
    position: absolute;
    left:0;
    font-weight: 500
}

ol >li.price::before {
    display: none !important
}

p {
    line-height: 1.5;
}

h1,
h2,
h3 {
    text-transform: uppercase;
    line-height: 1.2
}

a {
    color: var(--main-color);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


h1 {
    font-size: clamp(1.688rem, 1.25rem + 1.458vw, 3rem);
    font-weight: 600;
    margin-top: 1rem;
}

h2 {
   font-size: clamp(1.5rem, 1rem + 0.417vw, 2rem);
    font-weight: 500;
    margin-bottom: 2.5rem;
    margin-top: 0;


}

h3,
h4 {
    font-size: clamp(1rem, 0.917rem + 0.278vw, 1.25rem);
    font-weight: 500 !important
}

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);
}

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:1rem 0
}

#logo a {
    display: inline-block;
    margin: 0.5rem 0;
}

body:not(.home) main {
    padding: 3rem 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;
}

.accordion {
    margin: 0 0 2rem 0;
    clear: both;
}

.accordion .accordion-content {
    display: none;
}

.accordion .accordion-title h2,
.accordion .accordion-title h3,
.accordion .accordion-title h4 {
    margin: 0;
}

.accordion .accordion-title {
    cursor: pointer;
    margin: 0 0 2rem;
    color: inherit;
    padding: 0 2rem;
    position: relative;
    display: block
}

.accordion .accordion-title:after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 0.6rem;
    width: 0.6rem;
    background: transparent;
    position: absolute;
    top: 0.3rem;
    right: 0;
    margin-top: 0;
    transform: rotate(135deg);
    vertical-align: top;
        -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.accordion .active h4 {
    border-bottom: none;
}

.accordion .accordion-title.active:after,
.accordion .accordion-title:hover:after {
    transform: rotate(-45deg);

}

.accordion .accordion-content {
    margin: 0;
   
    overflow: hidden;
}

.accordion li ul {
   
    padding: 1rem 0 0 0;
    
}

.accordion .accordion-content p {
    line-height: 1.4 !important;
}

.accordion .accordion-content p:last-of-type {
    margin: 0 !important;
}

.light-bg {
    background: #eee;
    padding-top: 6vw;
    padding-bottom: 6vw;
}

footer {
    background: #2C3E50;
    padding: 3rem 0 0;
    color: var(--white-color);
    margin-top: 6rem;
    font-size: smaller
}

footer a {
    color: var(--white-color) !important
}

footer .row {
    justify-content: center;
    align-items: flex-start !important
}

footer h2{
    font-size: 1rem;
    text-transform: inherit;
    font-weight: bolder;
    margin-bottom: 1rem
}


footer p{
   margin:0 !important
}

footer .col-1-4{
   display: flex;
    align-items: center
}

#copyright {
    padding: 0.75rem 0;
    text-align: center;
    font-size: smaller;
    background: #2C3E50;
    color: white
}

#copyright .content-box{
    padding-top:1rem;
    border-top:1px solid rgba(255,255,255,.2);
}
#copyright a{
color:white !important;
    text-decoration: underline
}


.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;
    left: 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;
}


.linear {
    background: linear-gradient(90deg, #566E9F 0.94%, #5D729A 99.9%);
    position: relative
}





.h3 {
    padding-top: 4vw;
    padding-bottom: 2vw;
}

.diagonal {
    position: relative;
    background: url(img/kep.jpg) no-repeat top right;
    background-size: cover;
  

}

.hero .layer{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    height: 100%;
    width:100%;
    background: linear-gradient(90deg, #566E9F 0.94%, #5d729a00 99.9%);
    margin:0;
    z-index: 0
}

.hero > div{
   padding-bottom: 6rem !important
}

.diagonal.top {
    margin:2rem 0 10rem;
    padding-bottom: 3rem;
     padding-top:6rem ;
    

}

.diagonal>div{
   z-index: 2;
    position: relative
}

.diagonal.top:after {
    content: "";
    width: 100%;
    background:  #FaFaFA;
    transform: skewY(-2deg);
    height: 15rem;
    z-index: 1 !important;
    position: absolute;
    left: 0
}


.diagonal.top:after {
  
       top:-12rem!important;
}


.diagonal.bottom:after {
    bottom: -12rem;
}

.diagonal:before {
   z-index: 1 !important
}

.hero-text {
    padding-top: 1rem !important;
    color:white
}

.hero-text h1 a{
   transition:all 0.3s ease-in-out;
    position: relative;
    padding-bottom: 0rem;
text-decoration: none !important;
display: inline-block;
    

}

.hero-text h1 a:after{
    content:"";
    background: url(img/line.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    height: 0.5rem;
    z-index: -1;
     animation: underline 0.2s ease-in-out 0.6s forwards;
}

.hero-text h1 a:hover{
   color:var(--main-color) !important
}




.hero-text p {
    font-size: clamp(1rem, 0.917rem + 0.278vw, 1.25rem)
}

.hero-text .wp-block-buttons{
    position: relative;
    z-index: 1;
}


.form-content {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    padding: 2rem 1rem;
    margin: 0
}

.form-content h2 {
    margin: 0 0 2rem 0;
    padding-top:1.5rem
}

.form-content p:last-of-type {
    margin-bottom: 0 !important
}



.negative div {
    z-index: 2
}

        .negative .first strong{
font-weight: 500 !important
    }
    

.faq-label {
    background: transparent !important;
    margin-bottom: 0 !important
}

.faq-label h3 {
    text-transform: none;
    padding-left: 2.5rem
}

.faq-label:after {
    background: var(--main-color) !important;
    position: absolute;
    left: 0
}


.threepoint{
    margin-top:6rem;
    z-index: 2;
    position: relative
}

.countdown {
    padding-left: 1rem;
    padding-right: 1rem;
   
    text-align: center;
    background-position: center right !important
}


.diagonal a{
    text-decoration: underline
}

.wp-element-button{
    text-decoration: none !important
}


.count-down {
    color: white !important;
    margin: 2rem !important
}



.count-down span {
    font-weight: 300;
 
}

.count-down> div {
    border:1px solid white !important;
       padding:0.25rem 0.5rem
}

.contact .subtext {
    margin: 1rem auto 2rem !important
}


/*services*/
.wp-block-media-text__content {
    background:white;
   padding:2rem 3.5rem 2rem 2rem !important;
    border-radius: 10px
}

.wp-block-media-text {

    gap: 2rem;
    margin-bottom: 2rem
}

.wp-block-media-text figure {
    border-radius: 10px;
    overflow: hidden !important
}

.services {
    margin: 8vw 0;
    z-index: 2;
    position: relative
}


.services h3 {
    font-weight: 600 !important;
    margin-top: 0;
    max-width: 80%
}

:where(.wp-block-columns) {
    margin-bottom: 0 !important
}




.wpcf7-spinner {
    position: absolute !important
}

.wpcf7-list-item-label {
    width: 100% !important
}
@media screen and (min-width: 530px) and (max-width: 781px) {
    #arkalkulator li{
    padding-right: 30vw
}

    
}


@media screen and (max-width: 781px) {
    .wp-block-column.relative {}

    .linear .wp-block-column {
        padding-left: 2rem;
        padding-right: 2rem
    }
    
    .diagonal {
    background-position: bottom;
}
    
    .relative .mobile-img {
    width: 60vw !important;
    right: -5%;
}
    
    .hero:before {
    opacity: 0.6;
}
    
    .hero-text h1 a:after{
        width:100%
    }
    

    
    .threepoint{
        margin:3rem 0 3rem
    }
}



.two-column-list li::marker {
    display: none !important;
    color: transparent !important
}

.two-column-list li {
    position: relative !important;
    padding-left: 2.5rem;
    margin-bottom: 0.5rem
}

.two-column-list li:before {
    content: url(img/checked_2_.svg);
    position: absolute !important;
    width: 1rem;
    height: 1rem;
    left: 0;
    top: 0;
    background: var(--decor-color);
    border-radius: 50%;
    text-align: center;
    line-height: 0.8rem
}

.action,
.action .wp-block-media-text__content {
    position: relative;
    overflow: hidden
}

.price {
    padding: 0.5rem;
    background: white;
    border-radius: 10px;
    display: inline-block
}

.info {
   position: absolute;
    top: 1rem;
    right: -6rem;
    transform: rotate(35deg);
    background: var(--decor-color);
    color: white;
    padding: 0.5rem 5rem;
    font-size: smaller;
    text-align: center;
    z-index: 3;
    width: 20rem;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.20);

}

.info a{
  color:white !important;
    text-decoration: underline
}



.info.red {

    background: red;


}

.faq-label:after {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.faq-label h3 {
    font-weight: 400 !important
}

.wp-block-media-text__content .faq-label:after {
    margin-left: 0 !important
}

.wp-block-media-text__content .faq-label {
    font-weight: 500 !important;
    padding: 0 0 1rem 0 !important
}

.wp-block-media-text__content .wp-block-cb-faqs {
    margin-top: 2rem
}


.honor {
    padding: 1rem;
    background-size: cover;
    color: #333 !important;
    font-size: 1rem;
    padding-left: 5rem;
    position: relative;
    font-weight: 600;
    border-radius: 5px;
    background: white;
    margin-top:3rem

}

.honor:before {
    content: "";
    height: 3rem;
    width: 3rem;
    background: url(img/honor.png) no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: 1.1rem;
    left: 1rem;
}

.contact {
    text-align: center;
    justify-content: center
}


.contact p {
    margin: 0 !important
}

.contact .profil {
    background: #f2f8f8;
    padding: 1rem;
    border-radius: 10px
}

.contact .profil a{
   color:inherit !important
}

.contact .profil a:hover{
   color:var(--main-color) !important
}


.relative .mobile-img {
    position: absolute;
    bottom: -8rem;
    width: 65vw;
   
    max-width: 800px;
}

.contact-form .price{
    padding:1rem;
    display: block;
    background: #f2f4f8;
    margin-top:3rem
}

.contact-form ol>li{
   opacity: 0;
    position: relative;
    left:1rem
}

/*Submit thankyou massage*/

.wpcf7submit{
    width: 100%;
    height: 100%;
    margin: 0;
    padding:2rem;
    background: white;
    transition: all 0.2s ease-in-out
}

.wpcf7submit.show{
    opacity: 1;
    visibility: visible;
    
}


.wpcf7submit .wp-block-media-text {
   margin:2rem 0 0 !important;
    gap:1rem !important
}
.wpcf7submit .wp-block-social-links{
    margin:0 !important
}

.wpcf7submit .wp-block-social-links li{
    margin-left:0 !important
}

.icon-box{
    gap:1.5rem !important
}

.wpcf7submit .wp-block-media-text__content{
   padding:1rem !important
}

.wpcf7submit .wp-block-media-text__content p{
   margin:0 !important
}

.wpcf7submit .wp-block-media-text__content p:first-of-type{
   padding-bottom:0.5rem !important;
    border-bottom: 1px solid #475e861c
}

.wpcf7submit .wp-block-media-text__content p:last-of-type{
   padding-top:0.5rem !important
}

.wpcf7submit ul li{
  position: relative;
    padding-left:2rem;
        margin:1rem 0 0 1rem!important
}

.wpcf7submit .wp-social-link{
      padding-left:0rem!important
}

.wpcf7submit .contact-list{
    margin-top:3rem
}

.wpcf7submit .contact-list strong{
    font-weight: 500 !important
}


.wpcf7submit ul li::marker{
 color:white;

}

.wpcf7submit ul li:before{
 width:1rem;
    height: 1rem;
    left:0;
    top:0;
    content: "";
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.wpcf7submit ul li.tel:before {
    background-image: url(img/icon/Phone_fill.svg);
    background-size: auto 100%;
}

.wpcf7submit ul li.email:before {
    background-image: url(img/icon/mail.svg);
}

.wpcf7submit ul li.web:before {
    background-image: url(img/icon/Vector%20123.svg);
}

.wpcf7submit ul li.place:before {
    background-image: url(img/icon/Gps_fixed_fill.svg);
    background-size: auto 140%;
}


/*Animation*/
    
    :root {
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --time: 0.9s;
    --timelater: 2s;
}




    
.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);
}


.fadein.show{
    opacity: 0;
     animation: fadein 0.8s ease-in-out 2s forwards;
}


@keyframes fadein {
    0% {
        opacity: 0;
        transform: scale(0.8)
    }
    
    50% {
         opacity: 1;
        transform: scale(1.1)
    }
    100% {
         opacity: 1;
        transform: scale(1)
    }
}

@media screen and (min-width: 1280px) {
        .contact-form ol>li:first-of-type{
            position: relative;
            padding-bottom: 2.5rem
    }
    
    .contact-form ol>li:first-of-type ul{
            position: absolute;
    left: 0;
    top: 0;
       padding-top: 0;
    padding-left: 12rem;
    }
    
}
@media screen and (max-width: 1280px) {
    .services h3 {
padding-right: 3rem
}
    
}





@media screen and (min-width: 781px) {

    
    .negative {
    margin-top: -10rem
}
    
        .negative .first {
        padding-top: 12rem;

    }


    .negative .first {
        padding-right: 2rem;
        padding-left: 2rem;

    }
    
    
    .negative .first h2{
margin-bottom: 3rem
    }
    

            .negative .first li{
font-weight: 300 !important
    }
    
    

    .services {
        padding: 0 3rem
    }
        .services h2 {
    margin-bottom: 4rem !important;
}

    

    .form-content {
        margin: 0 2vw 0 1vw;
        padding: 2.5rem 2rem;
        opacity: 0;
        right: -3rem

    }
    
    .wpcf7submit{
        padding: 2.5rem 2rem;
    }

    .contact .subtext {
        width: 70%;
    }
    
    .relative {
    position: relative
}

    .two-column-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
        margin-top:2rem
}
    
     .relative .mobile-img {
       
        bottom: -10rem;
        width: 78vw;
        left: -39%;
      
    }
    
    /*ol >li:first-of-type:after {
    content: "";
    width: 6rem;
    height: 2rem;
    background: url(img/arrow.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -3rem;
    top: -0.5rem;
    opacity: 0.8;
        transform: rotate(-10deg)
} */
    
    @keyframes underline {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
    
    .sticky +.services{
	margin-top:25rem
}
}

@media screen and (max-width: 600px) {
    
    .mobile-bg .wp-block-media-text__media{
        background-position: left top!important;
    background-size: 143%!important;
    background-repeat: no-repeat!important;
    }
}


@media screen and (max-width: 480px) {
    .info{
        top: 0;
    right: -8rem;
        font-size: 0.6rem
    }
    
    .wp-block-media-text:last-of-type .info strong{
        display: block
    }
    
    .info em{
  font-size: 0.4rem!important;
    font-style:normal
}
  
    

    
    #logo {
    max-width: 3rem !important;
}
        .relative .mobile-img {
    width: 80vw !important;
    right: -25%;
            bottom:-12rem !important
}
    
    .honor{
        padding:1rem 1rem 1rem 5rem
    }
    
    .diagonal.top{
        margin:1rem 0 10rem 
    }
    
    .wp-block-media-text, .contact-form .is-layout-flex {
    gap: 1rem;
}
    
    footer{
        margin-top:3rem
    }
    .wp-block-media-text__content{
        padding:1rem !important
    }
    .diagonal .is-layout-flex {
        display: block
    }

    
    .contact{
        padding-top:2rem
    }
}
    
    
@media screen and (min-width:781px) and (max-width: 1340px) {
    .relative .mobile-img {
        width: 70vw;
        left: -60%;
    }
    
    .form-content {

    padding: 1.5rem;
}
}




.countdown.sticky{
	position: fixed !important;
	top: 0 !important;
	left: 0;
	width: 100%;
	z-index: 6;
    padding-top:0.6rem !important;
    padding-bottom:0.6rem !important;
    transition: all 0.2s ease-in-out;
    margin:0 !important;
    box-shadow:  0px 7px 29px 0px rgba(100, 100, 111, 0.20);
    opacity: 0;
    visibility: hidden
}

.countdown.sticky:before{
	background: linear-gradient(93deg, #00A9F8 0.6%, rgba(32, 164, 243, 0.66) 45.12%, rgba(0, 120, 218, 0.52) 100%);
}
.countdown.sticky.show {
    opacity: 1;
    visibility: visible
}




.sticky:after {
	display: none
}


.sticky .wp-block-group__inner-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0.5rem;
    flex-wrap: wrap
}

.sticky .wp-block-group__inner-container>*, .sticky .wp-block-button__link{
    margin:0 !important
}

.sticky .count-down div {
      min-width: 2rem;
    aspect-ratio: 2 / 1;
    font-size: 0.7rem !important;
    padding:0.1
}

.sticky .count-down div span{

    font-size: 0.7rem !important;
}

.sticky h2 {
    font-size: 0.7rem !important;
    text-align: left
}

.sticky a {
   padding:0.5rem 1rem;
    font-size: 0.7rem
}

@media screen and (max-width: 480px) {
    
    .sticky h2, .sticky a, .sticky .count-down div span {
    font-size: 0.6rem !important;

}


.sticky h2 {
    text-align: center
}
}

#arkalkulator{
        padding-right: 2rem;
}

.cky-switch input[type="checkbox"]{
    display: block !important
}

#visszahivjuk .is-layout-flex{
    gap: 2rem
}

.banner{
    position: fixed;
    bottom:0;
    right: 0;
    z-index: 1000;
    width: 25%;
    min-width: 300px
}

.wc-block-product>.wp-block-group{
    height: 100%
}
