img#szechenyi_nagy {
    position: absolute;
    right: 0;
    top: -207px;
}

#szechenyi_mini > div:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
    position: relative;
    z-index: 998;
}

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: #818181;
    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: #ffffff !important;
    margin-left: 5px;
    margin-top: 5px;
}

#szechenyi {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 359px;
    height: 150px;
    background-image: url("/wp-content/uploads/2023/12/infoblokk_EMVA_3c_small.jpg");
    background-repeat: no-repeat;
    transition: all .4s ease;
    z-index: 999;
}

#szechenyi.closed {
    transform: translateY(100%);
}