@charset "ISO-8859-1";

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* The CSS box-sizing property allows us to include the padding and border in an element's total width and height. */
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
}

body .ui-widget, input {
    font-family: "Open Sans", sans-serif;
}

body select {
    font-family: "Open Sans", sans-serif;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
    font-weight: bold;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

a:hover {
    text-decoration: none;
}

samp {
    background-color: #eee;
    border-radius: 3px;
    font-family: courier, monospace;
    padding: 0 3px;
    letter-spacing: 0.2em;
}

.p {
    margin: 0.5em 0;
    display: block;
}

.question {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.2em;
    padding: 2em 0;
}

/* primefaces ui-card */

body .ui-card {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    margin: 1em 0;
}

.ui-card-header {
    font-size: 1.2em;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 500;
}

.ui-card-body {
    border-top: none;
    padding: 10px 15px;
}

.ui-card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/********************* h-captcha ****************/
.hcaptcha-content {
    height: 78px;
    width: 23em;
    display: flex;

}
.hcaptcha{
    transform: scaleY(1.04) ;
    --webkit-transform:scaleY(1.04);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.forgotten {
    width: 16em;
    text-align: end;
}
.footnote{
    text-decoration: none;
}
body .ui-card-footer .ui-button {
    margin-left: 1em;
    margin-bottom: 1em;
}

#nav-home i {
    font-size: 1.5em;
}

.buttonbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 2em;
}

.buttonbar .ui-button {
    margin-left: 1em;
}


/*primefaces ui-dialog */
body .ui-dialog .ui-dialog-titlebar {
    padding: 0.5em;
    background-color: lightgray;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
    line-height: 2rem;
}

body .ui-dialog.ui-confirm-dialog .ui-dialog-content {
    padding: 1.5rem;
}

body .ui-dialog .ui-dialog-content {
    padding: 0.5em 1em;
}

/* primefaces ui-message */

body .ui-message.ui-message-error {
    background: none;
    border: none;
}

/* primefaces ui-checkbox */

body .ui-chkbox {
    align-items: flex-start;
}

body .ui-chkbox-label {
    width: 90%;
}

/* generally hide empty messages */
body .ui-message:empty {
    display: none;
}

/* hint/note box */
body .ui-fieldset .ui-fieldset-legend {
    padding: 0.6em 1em;
}

@media only screen and (max-width: 900px) {
    .kontaktinfo {
        flex-direction: column;
    }
}

footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: start;
    min-height: 10em;
    margin-top:auto;
}

footer a {
    margin-top: 1em;
    display: block;
    color: inherit;
    text-align: center;
    padding: .75em;
    text-decoration: none;
    flex: 0 2 auto;
}

footer .version-tag {
    font-size: small;
    color: white;
    margin-top: 130px;
    position: absolute;
    padding-right: 10px;
}

@media only screen and (max-width: 600px) {
    footer {
        flex-direction: column;
        min-height: 14em;
        justify-content: space-evenly;
    }
    footer a {
        margin-top: 0;
    }
    footer .version-tag {
        display: none;
    }
}
.login-footer{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}
@media only screen and (max-width: 475px) {
    .login-footer{
        flex-direction: column;
        gap: 1rem;
    }
    .hcaptcha-content {
        justify-content: start;
        display: flex;

    }
}


.fg-group-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    position: relative;
}
.ui-selectonemenu-panel {
    max-width: calc(100vw - 2rem) !important;
}

/* With appendTo="@this" the panel is rendered inside .ui-selectonemenu.
   Force it to match the component width instead of the longest option. */
.ui-selectonemenu .ui-selectonemenu-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    left: 0 !important;
}

.fg-group-card {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    margin-bottom: 0.75rem;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.fg-group-card:hover {
    border-color: #a0aec0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.fg-group-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.fg-group-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a202c;
}
.fg-group-desc {
    font-size: 0.875rem;
    color: #718096;
}



.employer, .employer input {
    width: 100% !important;
}
