/* Base styles for Desktop screens */
.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.login-container, .social-login-container {
    flex: 1;
}

.divider {
    width: 1.3px;
    height: auto;
    background-color: #d3d3d3;
    align-self: stretch;
    margin: 0 9px 0 9px;
}

.social-info-dialog {
    /* Content immer zentriert, unabhaengig von der Groesse */
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.social-info-commandlinks {
    visibility: hidden;
}

.social-buttons-center {
    flex-direction: column;
}

.social-buttons {
    display: flex;
    flex-direction: column;
    height: 79%;
    justify-content: center;
    align-items: center;
}

.social-buttons a{
    margin-bottom: 10px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    text-decoration: none !important;
    padding-inline: 8px !important;

}

.social-buttons a:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);

}

.social-buttons a:hover, .social-buttons a:focus{
    outline: 2px solid #00649c;
    text-decoration: none !important;
    padding-inline: 8px !important;
}

.social-buttons a:active{
    opacity: 0.85;
    transform: scale(0.97);
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    outline: 1px solid #000000;
    text-decoration: none !important;

}

.xing-login-btn-wrapper {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    background-color: #C1D72F;
    border-radius: 12px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #1f1f1f !important;
    cursor: pointer;
    outline: none;
    width: 224px;
}

.xing-login-btn-wrapper:hover, .xing-login-btn-wrapper:focus, .xing-login-btn-wrapper:active {
    background-color: #C1D72F !important;
}

.xing-login-icon {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM5LjYyNyA2Ljk3N2MuMjczIDAgLjUxLjAxNC42ODQuMjkyLjE3NC4yNzguMTM4LjUxMyAwIC43ODFMMjkuNTE0IDI2Ljg1Mmw2LjgzNCAxMi4zNTVjLjEzOC4yNjguMTMxLjU5OCAwIC44MDQtLjEzMi4yMDYtLjQxMS4yNjgtLjY4NC4yNjhoLTQuOTJjLS42ODQgMC0xLjA5NS0uNTM5LTEuMzY4LS45NDFsLTYuOTctMTIuNDkyYy4xODMtLjIzOSAyLjM2NC00LjAwNiA0LjczLTguMTE4bC4zOTYtLjY4OC41OTYtMS4wMzYuMzk2LS42OWMyLjUwMi00LjM1NSA0LjgxOC04LjQwNSA0LjgxOC04LjQwNS4yNzMtLjUzOS42ODQtLjk0MSAxLjM2NS0uOTMyem0tMjEuMzQ4IDcuNzI2Yy42ODQgMCAxLjA5NS41MzYgMS4zNjguOTM4bDMuNDIgNS43NzRjLS4xMjIuMTIxLTEuMjE5IDEuOTktMi4zODYgNC4wMDZsLS4zMDUuNTI4Yy0xLjMyNSAyLjI5NC0yLjY0IDQuNTk4LTIuNjQgNC41OTgtLjI3Ni40MDUtLjY4NC45NDEtMS4zNjguOTQxaC00Ljc4NWMtLjI3MyAwLS41NC0uMDQtLjY4NC0uMjY4YS44MzIuODMyIDAgMDEwLS44MDRsNS4wNTgtOC45OTgtMy4yODItNS42NDJhLjgzMi44MzIgMCAwMTAtLjgwNWMuMTU1LS4yMDkuNDExLS4yNjh6IiBmaWxsPSIjMUQyMTI0IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=') no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 32px;
    vertical-align: middle;
    margin-right: 6px;
}

.google-login-btn-wrapper {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    background-color: #FFF;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #1f1f1f !important;
    cursor: pointer;
    outline: none;
    border: 1px solid #747775;
    border-radius: 12px !important;
    width: 224px;
}

.google-login-btn-wrapper:hover, .google-login-btn-wrapper:focus, .google-login-btn-wrapper:active {
    background-color: #FFF !important;
}

.google-login-icon {
    background: url("/BVPlus/javax.faces.resource/img/social/google-logo.png.xhtml") no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 32px;
    vertical-align: middle;
    margin-right: 6px;
}

.facebook-login-btn-wrapper {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    background-color: #1877F2;
    border: 1px solid transparent;
    border-radius: 12px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
    cursor: pointer;
    outline: none;
    width: 224px;
}

.facebook-login-btn-wrapper:hover, .facebook-login-btn-wrapper:focus, .facebook-login-btn-wrapper:active {
    background-color: #1877F2 !important;
}

.facebook-login-icon {
    background: url("/BVPlus/javax.faces.resource/img/social/facebook-logo-secondary.png.xhtml") no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 32px;
    vertical-align: middle;
    margin-right: 6px;
}

.linkedin-login-btn-wrapper {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #1f1f1f !important;
    border: 1px solid #747775;
    border-radius: 12px !important;
    cursor: pointer;
    outline: none;
    width: 224px;
}

.linkedin-login-btn-wrapper:hover, .linkedin-login-btn-wrapper:focus, .linkedin-login-btn-wrapper:active {
    background-color: #FFF !important;
}

.linkedin-login-icon {
    background: url("/BVPlus/javax.faces.resource/img/social/linkedin-logo.png.xhtml") no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 32px;
    vertical-align: middle;
    margin-right: 6px;
}

.stellenInfo {
    width: 100%;
}

.row {
    display: flex;
    width: 100%;
}

.pflichtfeldanzeige {
    padding-bottom: 8px;
}

/* Responsive styles for mobile screens */
@media (max-width: 950px) {
    .row {
        flex-direction: column;
    }

    .divider {
        width: 100%;
        height: 1.3px;
        align-self: auto;
        margin: 9px 0 9px 0;
    }

    .login-container, .social-login-container {
        order: 0;
        width: 100%;
    }

    .social-login-container {
        order: 1; /* Ensures this container appears below the login-container */
    }

    .social-buttons-center {
        flex-direction: row;
        height: auto;
        padding-bottom: 15px;
        justify-content: center;
    }

    .social-buttons {
        flex-direction: row;
        height: auto;
        padding-bottom: 15px;
        justify-content: center;
    }

    .xing-login-btn-wrapper {
        width: 35px;
        font-size: 0 !important;
        margin-right: 1px !important;
        margin-top: 2px !important;
    }

    .google-login-btn-wrapper {
        width: 35px;
        font-size: 0 !important;
        margin-right: 1px !important;
        margin-top: 2px !important;
    }

    .facebook-login-btn-wrapper {
        width: 35px;
        font-size: 0 !important;
        margin-right: 1px !important;
        margin-top: 2px !important;
    }

    .linkedin-login-btn-wrapper {
        width: 35px;
        font-size: 0 !important;
        margin-right: 1px !important;
        margin-top: 2px !important;
    }

    .social-buttons a{
        padding-inline: 3px !important;
    }

    .social-buttons a:hover, .social-buttons a:focus, .social-buttons a:active{
        padding-inline: 3px !important;
    }
}
