.buchungs-button {
background: #b4c1b8;
color: white;
border: 2px solid #b4c1b8;
text-decoration: none !important;
}
.buchungs-button:hover {
background: white;
color: #b4c1b8;
}
@media screen and (min-width: 1025px) {
.buchungs-button {
padding: 8px 24px;
font-size: 20px;
position: fixed;
top: 30px !important;
right: 20px !important;
z-index: 999999 !important;
display: none !important;
}
}
@media screen and (min-width: 401px) and (max-width: 1024px) {
.buchungs-button {
padding: 8px 22px;
position: fixed;
bottom: 20px !important;
right: 10px !important;
z-index: 999999 !important;
}
}
@media screen and (max-width: 400px) {
.buchungs-button {
padding: 6px 18px;
position: fixed;
bottom: 10px !important;
right: 0px !important;
z-index: 999999 !important;
}
}
@media screen and (max-width: 400px) {
.footer_bar_wrapper, .footer_bar {
padding-bottom: 25px;
}
}