page-builder-framework

.wpbf-menu-centered .wpbf-menu {
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

#links a {
color: #934343;
}

#kontakt a {
color: #ffff;
}

/* Media query for desktop screens */
@media (min-width: 768px) {
.wpbf-menu-centered .wpbf-menu {
position: fixed;
bottom: 40px;
width: 70%;
z-index: 999;
padding: 10px;
}
}

.wpbf-navigation {
width: 100%;
background: none;
position: relative;
z-index: 555;
}

/* FOOTER */

.wpbf-page-footer {
font-size: 12px;
background: none;
}

.wpbf-menu > .menu-item > a {
padding-left: 30px;
padding-right: 30px;
padding-top: 70px;

Scroll to Top