@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;
}

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;
    }
}





