body {
position: relative;
}

#feedback-form {
display: none;
position: fixed;
right: 120px;
bottom: 50px;
background-image: linear-gradient(to right, #E55D87 0%, #5FC3E4 51%, #E55D87 100%);
margin: 10px;
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
z-index: 999;
border-radius: 50px;
border: none;
}

.custom_chat {
display: none;
}

.open-zammad-chat {
display: none;
}

/* Navbar Logo Studiovektor */
.navbar-brand {
    border: 2px solid rgba(255, 203, 74, 0.8);
    border-radius: 10px;
    padding: 0.3175rem;
    /* box-shadow: 0 0 4px 1px rgba(255, 203, 74, 1), inset 0 0 4px 1px rgba(255, 203, 74, 1); */
}