div#cookie-bar {
    font-size: 1.2em;/*1.6 volt*/
    padding: 3%;
    box-sizing: border-box;
    top: 0;
    height: max-content;
}


#Vaspótlás div#revokebtn{
    font-size:1em;
}

#MDPrevenció div#revokebtn{
    font-size:1em;
}

#ALL\ Akadémia div#revokebtn{
    font-size:1em;
}

div#revokebtn a {
    color: white !important;
    text-decoration: none;
    display:block;
}
div#revokebtn a img {
    width: 14%;
    margin-right: 3%;
    position: relative;
    bottom:-3px;
}
div#revokebtn {
    background: #2b4f73;
    color: white;
    padding: 5px 10px 10px 10px;
    /*transform: rotate(-90deg) translate(100%, 0%);*/
    border-radius: 5px 0px 0px 0px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    transform-origin: 100% 100%;
    width: max-content;
    min-width:150px;
    font-size:1.1em;
    z-index:100;
}



@media screen and (max-width: 600px) {
	div#cookie-bar {
		font-size: 1.05em;
	}
}