button#szechenyi-toggle {
display: block;
position: fixed;
bottom: 160px;
right: 20px;
margin: 0;
padding: 0;
width: 40px;
height: 40px;
border: 0;
border-radius: 20px;
background-color: #ffffff;
transition: all .4s ease;
outline: 0;
z-index: 999;
}
#szechenyi-toggle.closed {
bottom: 10px;
transform: rotate(180deg);
}
button#szechenyi-toggle svg {
width: 30px !important;
height: 30px !important;
color: #000000 !important;
margin-top: 5px;
}
button#szechenyi-toggle-mobile svg.szechenyi-mobile-close {
width: 38px;
height: 38px;
position: fixed;
z-index: 98;
left: 315px;
top: 75px;
}
#szechenyi {
display: block;
position: fixed;
bottom: 0;
right: 0;
width: 500px;
height: 150px;
background-image: url(//lanber.hu/wp-content/uploads/2025/12/kedvezmenyezetti-infoblokk-keretes.jpg);
background-repeat: no-repeat;
transition: all .4s ease;
z-index: 98;
background-size: cover;
}
#szechenyi-mobile {
display: block;
position: fixed;
top: 75px;
left: 5px;
width: 300px;
height: 90px;
background-image: url(//lanber.hu/wp-content/uploads/2025/12/kedvezmenyezetti-infoblokk-keretes.jpg);
background-repeat: no-repeat;
transition: all .4s ease;
z-index: 98;
background-size: cover;
}
#szechenyi.closed {
transform: translateY(100%);
}
div#szechenyi-mobile.closed, button#szechenyi-toggle-mobile.closed {
display: none;
}