#footer {
    position: fixed;
    height: 2rem;
    background-color: #314820;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    z-index: 10;
    text-align: center;
    color: #f6f6f6;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.footer-links {
    color: #f6f6f6;
    text-decoration: none !important;
    padding-left: 2px;
    padding-right: 1px;
}

.footer-links:hover {
    color: #cfcfcf;
    text-decoration: none !important;
}

#logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    z-index: 10;
}

.container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo_login {
    width: 300px;
    margin-bottom: 70px;
    margin-top: 70px;
}

#loginForm {
    width: 500px !important;
    padding: 25px !important;
}

#loginButton {
    background: linear-gradient(65deg, #659341 0, #4c6e31 100%) !important;
}

#loginButton:hover {
    background: linear-gradient(65deg, #4c6e31 0, #659341 100%) !important;
    filter: none !important;
    box-shadow: none !important;
}

.button-primary {
    background: linear-gradient(65deg, #4c6e31 0, #659341 100%) !important;
}

.button-primary:hover {
    background: linear-gradient(65deg, #4c6e31 0, #659341 100%) !important;
    border-radius: 6px;
    filter: brightness(1.1) saturate(1.2);
    box-shadow: 0 6px 20px rgba(49, 72, 32, 0.4);
}

body {
    background: #314820 !important;
}

.body-wrap {
    background: #314820 !important;
}

.cta .section-inner {
    background: #314820 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.cta-inner {
    background: #314820 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.cta-inner::before {
    background-image: none !important;
}

.body-wrap {
    background: #314820;
}

.roomname {
    font-size: 23px !important;
    padding-right: 20px !important;
}

.section-inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.cta-inner>* {
    margin: 0 !important;
}

.last-room {
    margin-top: 15px !important;
}

.form-group-desktop {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.username {
    bottom: 25px !important;
}

#google_translate_element {
    display: none !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

#goog-gt-tt {
    display: none !important;
    top: 0px !important;
}

.goog-tooltip skiptranslate {
    display: none !important;
    top: 0px !important;
}

.activity-root {
    display: hide !important;
}

.status-message {
    display: hide !important;
}

.started-activity-container {
    display: hide !important;
}

font font {
    background-color: transparent !important;
    box-shadow: none !important;
    position: initial !important
}

#bottomButtons {
    margin-bottom: 3rem !important;
}

/* Psychotherapie Leipzig: no AI — hide VideoAI tab and ChatGPT/DeepSeek moderator toggles.
   Elements are kept in the DOM (stock Room.js accesses them unguarded);
   integrations are also disabled via Dockerfile ENV. */
#tabVideoAIBtn,
#tabVideoAI,
#everyoneCantChatGPTBtn,
#everyoneCantChatDeepSeek {
    display: none !important;
}