html{
font-family:"Poppins", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
color:#2A2D2C;
}
body{
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/pixelben-background.png);
background-size: 100% auto;
background-repeat: repeat-y;
}
@media only screen and (max-width: 768px) {
html {
font-size: 16px;
line-height: 1.4;
}
}
.content-box {
max-width: 1200px;
width: 90%;
margin: 0 auto;
}
.white-box, .white{
margin-bottom: 60px;
background-color: #fff;
padding: 40px;
}
.white-box{
border-radius: 60px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
} .yellow-border{
border: 2px solid #F3D003;
padding: 40px;
border-radius: 20px;
margin-bottom: 40px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.cta-bottom{
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/cta-bottom-bg-orange2.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
color: #fff;
margin-bottom: 0;
}
.cta-bottom h3{
margin-top: 0;
}
.cta-bottom .wp-block-buttons{
flex-direction: row;
}
.cta-bottom .content-box{
padding: 40px 0;
}
.yellow-border h3{
margin-top: 0;
}
.price{
font-family: "Marcellus", serif;
font-weight: 400;
font-style: normal;
font-size: 1.38rem;
}
a{
text-decoration: none;
color: #88A112;
cursor: pointer;
}
a:hover{
color: #2A2D2C;
}
.wp-block-buttons{
display: flex;
flex-direction: row;
align-items: center;
}
.wp-block-buttons>.wp-block-button{
margin-left: 30px;
}
.wp-block-buttons>.wp-block-button:first-of-type{
margin-left: 0px;
}
.wp-block-button__link{
padding: 0.5em 1em;
margin-top: 27px;
border-radius: 10px;
text-transform: uppercase;
text-align: center;
font-size: 1rem;
display: inline-block;
border: solid 2px #f69328;
background-color: #f69328;
color: #fff;
height:fit-content;
}
.is-style-outline > .wp-block-button__link{
padding: 0.5em 1em;
background-color: #fff;
color: #f69328;
border: solid 2px #f69328;
}
.wp-block-button__link:hover{ color:#fff;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.is-style-outline > .wp-block-button__link:hover{ -webkit-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
color: #f69328;
}
.row{
display: flex;
justify-content: space-between;
align-items: center;
}
.center{
text-align: center;
margin: 0 auto;
}
#go-to-top{
} h1, h2, h3{
font-family: "Marcellus", serif;
font-weight: 400;
font-style: normal;
line-height: 1.4;
}
h1{
font-size: 2.77rem;
margin-bottom: 60px;
margin-top: 60px;
text-align: center;
}
h2{
font-size: 2rem;
margin-bottom: 1.5rem;
margin-top: 2rem;
}
h2.wp-block-heading:first-of-type{
margin-top: 0;
}
h2+h3{
margin-top: 1rem;
}
section + section{
margin-top: 60px;
}
h3{
font-size: 1.5rem;
margin-top: 40px;
margin-bottom: 1rem;
}
h4{
font-size: 30px;
margin-bottom: 1.5rem;
margin-top: 40px;
}
h5{
font-size: 25px;
}
p{
line-height: 1.6;
margin-bottom: 0.5rem;
}
p:last-of-type{
margin-bottom: 0;
}
.bigger-text{
font-size:1.2rem;
line-height: 1.5;
} main ul>li, main ol>li{
position: relative;
padding-left: 4rem;
}
main ul>li:before{
content:url();
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/square.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center ;
width: 0.75rem;
height: 0.75rem;
position: absolute;
left: 30px;
top: 7px;
}
ul>li:has(li), ol>li:has(li){
font-size: 20px;
}
ul>li>ul>li, ol>li>ul>li{
font-family:"Poppins", sans-serif;
font-size: 1rem;
padding-left:2rem;
padding-left:0;
}
ul>li>ul>li:before, ol>li>ul>li:before{
display:none;
}
main ol{
counter-reset: my-li-counter;
}
main ol>li{
counter-increment: my-li-counter;
}
main ol>li::before{
content:counter(my-li-counter)".";
display: inline-block;
color:#88A112;
font-family: "Marcellus", serif;
font-size: 25px;
position: absolute;
left: 30px;
}
ol, ul{
margin-bottom: 27px;
}
main .wp-block-image img{
max-width: 100%;
max-height: 500px;
width: auto;
height: auto;
border-radius: 20px;
}
.pagination .nav-links{
font-family: "Marcellus", serif;
font-size: 1.4rem;
text-align:center;
margin-top: 40px;
margin-bottom: 40px;
}
.pagination .nav-links .page-numbers{
color:#2A2D2C;
margin: 0 1rem;
padding: 0.3em 0.5em;
}
.pagination .nav-links a.page-numbers:hover{
color:#88A112;
}
.pagination .page-numbers.current{
border:#F3D003 2px solid;
}  .title{
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/pixelben-background.png);
background-size: 100% auto;
background-repeat: repeat-y;
padding: 0.5rem 0;
margin: 1rem auto 1rem auto;
text-align: center;
position:relative;
}
.title h1{
margin: 30px auto;
text-align: center;
}
.full-bleed {
width: 100vw; position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
max-width: 100vw;
margin-bottom: 60px;
}
.full-bleed.cta-bottom{
margin-bottom:0;
}
.white{
background-color: #fff;
}
.prologue{
padding-bottom:40px;
}
main ul>li>ul>li{
font-size: 18px;
}
#go-to-top{
position: fixed;
height: 32px;
width: 50px;
bottom: 40px;
right: 40px;
background: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/go-to-top.png);
cursor: pointer;
z-index: 8;
} .service-grid > *{
gap: 40px!important;
display: grid;
margin-bottom: 40px;
grid-template-columns: 1fr 1fr 1fr;
}
.flipcard {
width: 100%;
height: 300px;
perspective: 150rem;
}
.flipcard-inner {
width: 100%;
height: 100%;
position: relative;
}
.flipcard-side {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
backface-visibility: hidden;
transition: transform 0.8s ease;
border-radius: 12px;
overflow: hidden;
padding: 20px;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 40px;
} .flipcard-front {
background-color: #fff;
color:#2A2D2C;
transform: rotateY(0);
} .green{
background: #88A112;
}
.yellow{
background: #F3D003;
}
.orange{
background: #f69328;
}
.flipcard-back {
color: #2A2D2C;
transform: rotateY(180deg);
} .flipcard:hover .flipcard-front {
transform: rotateY(-180deg);
}
.flipcard:hover .flipcard-back {
transform: rotateY(0);
} .flipcard-img {
max-width: 120px;
height: auto;
margin-bottom: 15px;
} .flipcard-title {
font-size: 1.4rem;
text-align: center;
text-transform: uppercase;
color:#2A2D2C;
} .flipcard-link{
margin-top: 20px;
color:#2A2D2C;
text-align: left;
background-color: transparent;
border-color:#2A2D2C;
display: block;
}
.flipcard-link:hover{
color:#2A2D2C;
}
.flipcard,
.flipcard-inner,
.flipcard-side {
overflow: visible !important;
} #blog-home .content-box{
background-color: #fff;
padding:60px 40px;
} .portfolio-grid{
display:grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap:40px;
align-items: center;
}
.portfolio-item,
.portfolio-item .hover-text{
max-width: 390px;
width:100%;
height: 100%;
aspect-ratio:1/1;
}
.portfolio-item{
position:relative;
}
.portfolio-title,
.hover-caption{
opacity: 0;
}
.cat-title{
display: inline-block;
position: absolute;
top: 0;
right: 0;
background-color: #88A112;
color: #fff;
border-bottom-right-radius: 10em;
padding: 0.5em 1.5em 0.5em 0.75em;
}
.cat-title a{
color: #fff;
}
.portfolio-item .hover-text{
content: "";
position: absolute;
top: 0;
z-index: 5;
padding: 30% 0.5em;
font-size: 2rem;
text-align: center;
color: #fff;
display:flex;
flex-direction: column;
justify-content:center;
}
.portfolio-item:hover .hover-text{
background-color:#88A112CC;
opacity: 1;
}
.portfolio-item:hover .portfolio-title{
font-size: 1.8rem;
opacity: 1;
}
.portfolio-item:hover .hover-caption{
font-size: 1.22rem;
opacity:1;
} .portfolio-thumbnail img{
z-index:3;
object-fit: cover;
max-width: 390px;
width: 100%;
height:auto;
aspect-ratio: 1/1;
}
p.contact-mail, p.contact-phone{
margin-bottom: 1rem;
margin-top: 1rem;
}
.contact-mail a, .contact-phone a{
position: relative;
margin-left: 3rem;
}
.contact-mail a:before,
.contact-phone a:before{
position: absolute;
content:"";
background-position: center center;
background-repeat: no-repeat;
object-fit: contain;
width:29px;
height:28px;
margin-right:10px;
left: -3rem;
}
.contact-mail a:before{
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/paper-plane-regular-green.svg);
}
.contact-phone a:before{
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/phone-solid-green.svg);
} .wpcf7-acceptance{
border: none;
}
input[type="text"],
input[type="email"],
textarea, .wpcf7-select {
width: 100%;
line-height: 1.5;
padding: 0.5em 1em;
font-family: "Poppins", sans-serif;
font-size: 1rem;
background-color: #F4F4F4;
color: #2A2D2C;
border: none;
}
input[type="checkbox"] {
border:#88A112 solid 1px;
width: 30px;
height: 30px;
-webkit-appearance: auto;
display: inline-block;
}
#cmplz-document{
font-size: 1rem;
max-width: 100%;
} @media only screen and (max-width: 1300px){
}
@media only screen and (max-width: 1040px) {
.service-grid > *{
grid-template-columns: 1fr 1fr;
}
.portfolio-grid{
grid-template-columns: 1fr 1fr;
grid-gap:20px;
}
}
@media only screen and (max-width: 768px) {
.bigger-text{
font-size: 20px;
}
section + section{
margin-top: 40px;
}
.white-box, .white{
padding: 40px 20px;
}
.white-box{
border-radius: 40px;
}
.yellow-border{
padding: 20px;
margin-bottom: 30px;
}
.wp-block-button:first-of-type{
margin-top: 0px;
margin-left: 0;
}
.cta-bottom .wp-block-buttons{
flex-direction: column;
align-items:flex-start;
}
.cta-bottom .wp-block-buttons>.wp-block-button{
margin-left: 0px;
}
.cta-bottom .wp-block-button:first-of-type{
margin-left: 0;
}
main ul>li:before{
width: 0.75rem;
height: 0.75rem;
}
.flipcard-img{
max-width: 100px;
}
}
@media only screen and (max-width: 552px) {
h1{
font-size:2.25rem;
}
h2{
font-size: 1.8rem;
}
h3{
font-size:1.4rem;
}
.wp-block-buttons{
flex-direction: column;
}
.wp-block-buttons>.wp-block-button{
margin-left: 0;
}
.title h1{
margin: 20px auto;
}
.service-grid >*{
grid-template-columns: 1fr;
}
.portfolio-grid{
grid-template-columns:  1fr;
grid-gap:20px;
}
main ul>li,
main ol>li{
padding-left: 1.5rem;
}
main ul>li:before,
main ol>li:before{
left:0;
}
main ol>li:before{
top: -3px;
}
.pagination .nav-links{
font-size: 1.2rem;
}
p.contact-mail a,
p.contact-phone a{
margin-left:1.4rem;
}
.contact-mail a:before,
.contact-phone a:before{
left:-1.4rem;
width: 1.2rem;
height: 1.2rem;
}
}.row{
display: flex;
justify-content: space-between;
align-items: center;
} #header{
background-color: #fff;
display: flex;
justify-content: space-between;
padding: 0.8em 0;
align-items:center;
}
#main-menu ul, .portfolio-menu ul{
display: flex;
justify-content: space-between;
margin-bottom: 0;
align-items: center;
}
#main-menu li, .portfolio-menu li{
margin:0 1em;
display: inline-block;
}
#main-menu li:last-of-type, .portfolio-menu li:last-of-type {
margin-right:0;  
}
#main-menu li>a {
color: #2A2D2C;
text-transform: uppercase;
font-size: 18px;    
} .menu-item-has-children{
position: relative;
}
.submenu-open {
background-size: 100% 150% !important;
}
#main-menu .sub-menu {
opacity: 0;
background-color: #fff;
position: absolute;
display: block;
overflow:visible;
z-index: 10;
top: 30px;
text-align: left;
transition: opacity 0.7s ease, max-height 0.7s ease, visibility 0.7s ease;
}
#main-menu .sub-menu li {
display: block;
width: 180%;
padding: 1rem 0.5rem;
background-color: #fff;
border-bottom: solid 2px #88A112;
margin: 0;
}
#main-menu .sub-menu li:last-of-type{
border-bottom: none;
}
#main-menu .sub-menu li a {
text-transform:unset;
} #top-menu{
color: #2A2D2C;
background-color:#ACB75F;
color: #fff;
padding: 0.8em 0;
}
#top-menu a{
color:#fff;
}
#logo{
max-width: 250px;
}
.mail-icon, .phone-icon{
height: 1.5rem;
width: auto;
margin-right: 10px;  
}
#top-menu-in-opened-hamburger{
display: none;
}
#top-menu-in-opened-hamburger .row{
justify-content:initial;
}
#top-menu-in-opened-hamburger>div{
margin-bottom: 20px;
}
#top-menu-in-opened-hamburger>div:last-of-type{
margin-bottom: 0px;
} .portfolio-menu{
margin-bottom: 60px;
}
.portfolio-menu ul>li:before{
display: none;
}
.portfolio-menu ul{
justify-content: center;
}
.portfolio-menu li{
border-bottom: solid 4px #F3D003;
padding: 10px 4%;
margin: 0;
}
.portfolio-menu li>a{
color: #2A2D2C;
text-transform: uppercase;
font-family:"Poppins", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1.25rem;
}
.portfolio-menu .current-menu-item{
border-top-left-radius: 10%;
border-top-right-radius: 10%;
border-bottom: none;
border-top: solid 4px #F3D003;
border-left: solid 4px #F3D003;
border-right: solid 4px #F3D003;
}
#portfolio-menu-bottom{
margin-top: 2rem;
} footer, #copyright{
color: #fff;
padding: 1rem 0;
}
footer{
background-color: #ACB75F;
}
#copyright{
text-align: center;
background-color: #88A112;
}
footer .row>*{
width: 25%;
}
footer h2, footer h3, footer nav ul>li{
font-family:"Poppins", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
text-transform: uppercase;
}
footer h2{
margin-bottom: 1rem;
margin-top: 0;
}
footer h3{
text-transform:none;
}
footer a{
text-decoration: none;
color:#fff;
}
footer a:hover{
color:#2A2D2C;
}
footer .row{
align-items: flex-start;
}
#copyright-text{
margin: 0;
}
#footer-services div,
#foot-menu li{
margin-bottom: 0.5rem;
}
main#portfolio-taxonomy + footer{
margin-top: 40px;
} @media only screen and (min-width: 1025px) {
#main-menu li.menu-item-has-children> .sub-menu{
max-height: 0px;
opacity: 0;
visibility: hidden; }
#main-menu li.menu-item-has-children:hover > .sub-menu {
max-height: 500px;
opacity: 1;
top: 30px;
display: block;
visibility: visible; padding-top: 10px;
transition: opacity 0.7s ease, max-height 0.7s ease, visibility 0.7s ease;
}
}
@media only screen and (max-width: 1060px) {
#header>.row{
flex-direction: column;
}
#main-menu{
margin-top: 2rem;
}
.portfolio-menu li{
padding:0.5em 2%;
}
}
@media only screen and (min-width: 769px){
#main-menu-content{
display: block!important ;
}
}
@media only screen and (max-width: 768px){ #top-menu{
display: none;
}
#header>.row{
flex-direction: row;
}
#logo{
max-width: 200px;
}   
#main-menu{
margin-top: 0;
}
#main-menu-content{
display: none;
background-color: #ACB75F;
position: absolute;
top: 0;
left:0;
width: 60%;
z-index: 8;
padding: 20px;
}
#main-menu ul{
flex-direction: column;
align-items: stretch;
}
#main-menu li{
margin: 0 0 20px 0 ;
display: block;  
}
#main-menu li>a {
color: #fff;
font-size: 1rem;
}
#header{
position: relative;
}
#main-menu .menu-item-has-children > .sub-menu{
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height 0.7s ease, opacity 0.7s ease;
}
#main-menu .sub-menu.submenu-open {
max-height: 500px;
opacity: 1;
position: relative;
top: 20px;
}
#main-menu .sub-menu li {
display: block;
width: 100%;
padding: 1rem 0.5rem 1rem 1.5rem;
background-color: #ACB75F;
border-bottom: solid 2px #fff;
}
.open-sub {
display: inline-block;
cursor: pointer;
}
.open-sub:before,
.close-sub:before{
content: "";
position: absolute;
width:30px;
height:30px;
top: 0px;
right: 60px;
display: inline-block;
}
.open-sub:before{
background: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/caret-down-solid.svg);  
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
.close-sub:before{
transform:rotate(180deg);
}
.hamburger {
display: inline-block;
cursor: pointer;
text-align: right;
}
.hamburger:after {
content: "";
height: 30px;
width: 30px;
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/bars-solid.svg);
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
transition: all 0.7s ease-in-out;
z-index: 9;
}
.hamburger-open:after {
content: "";
height: 30px;
width: 30px;
transition: all 0.7s ease-in-out;
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/x-solid.svg);
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
position: absolute;
top: 20px;
right: 45%; 
z-index: 9;
}
.portfolio-menu li>a{
font-size: 1rem;
}
.portfolio-menu ul{
flex-wrap:wrap;
align-items:center;
}
.portfolio-menu li>a{
font-size: 1rem;
}
#top-menu-in-opened-hamburger{
display: block;
}
#top-menu-in-opened-hamburger a{
color: #fff;
}
footer .row{
flex-direction: column;
}
footer .row>*{
width: 100%!important;
margin-bottom: 1rem;
}
footer ol,
footer ul{
margin-bottom: 0;
}
footer h2{
margin-top: 1rem;
}
#foot-menu{
margin-top: 1rem;
}
}
@media only screen and (max-width: 552px) {
#main-menu-content{
width: 100%;
}
.hamburger-open:after {
right: 5%;
}
.portfolio-menu .current-menu-item{
border: none;
}
.portfolio-menu li{
padding: 0.25em 4%;
border: none;
}
.portfolio-menu .current-menu-item{
border: #F3D003 4px solid;
border-radius: 15%;
}
#main-menu-content{
width: 100%;
}
.hamburger-open:after {
right: 5%;
}
footer h2{
font-size: 1.4rem;
}
}main #hero{
padding: 40px 0;
}
#hero-content{
flex-direction: column;
align-items: flex-start;
position: relative;
}
#hero-text-box{
width: 70%;
} 
#hero-title{
font-size: 40px;
line-height: 1.4;
margin-bottom: 1.5rem;
margin-top: 0;
}
#hero-text-box p{
width: 80%;
}
#hero .wp-block-buttons{
display: flex;
flex-direction: column;
align-items: flex-start;
}
#hero-text-box .wp-block-buttons>.wp-block-button{
margin-left: 0;
}
#hero-profil-img{
max-width: 560px;
width: 100%;
height: auto;
right: 0px;
position: absolute;
bottom: -4%;
z-index: 5;
border-radius:60px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#hero-profil-img>img{
border-radius: 60px;
}
#hero-decor-img{
width: 400px;
position: absolute;
z-index: -1;
height: auto;
right: 10%;
top: 5%;
}
@media only screen and (max-width: 1300px){
#hero-profil-img{
width: 46%;
bottom: 5%;
z-index: 5; 
}
#hero-decor-img{
width:400px;
position: absolute;
z-index: -1;
height: auto;
right: 10%;
bottom: 35%;
}
}
@media only screen and (max-width: 1040px) {
#hero-text-box{
width: 100%;
}
#hero-profil-img{
width: 100%;
bottom: -15%;
position: static;
margin: 0 auto;
}
#hero-decor-img{
display: none;
}
#hero-text-box p{
width: 100%;
}
}
@media only screen and (max-width: 767px){
#hero-title{
font-size: 35px;
}
}
@media only screen and (max-width: 552px){
#hero .wp-block-buttons{
flex-direction:column;
}
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #2a2d2c; --cmplz_hyperlink_color: #88a112; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #f69328; --cmplz_button_accept_border_color: #f69328; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f69328; --cmplz_button_deny_text_color: #f69328; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f69328; --cmplz_button_settings_text_color: #f69328; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #88a112; --cmplz_slider_inactive_color: #ececec; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}#cmplz-manage-consent .cmplz-manage-consent { left: 40px; right: initial;}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-close { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}