@CHARSET "UTF-8";

/** VENDOR IMPORT **/
@import "../../../vendor/bootstrap/5/css/bootstrap.min.css";
@import "../../../vendor/fontawesome/5/css/all.min.css";
/** END VENDOR IMPORT **/

/** FONTS IMPORT **/
@font-face {
    font-family: 'Open Sans Bold';
    src: url('../../../fonts/OpenSans-Semibold.eot');
    src: url('../../../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/OpenSans-Semibold.woff') format('woff'),
    url('../../../fonts/OpenSans-Semibold.ttf')  format('truetype'),
    url('../../../fonts/OpenSans-Semibold.otf')  format('opentype'),
    url('../../../fonts/OpenSans-Semibold.svg#svgFontName') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../../fonts/OpenSans-Light.eot');
    src: url('../../../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/OpenSans-Light.woff') format('woff'),
    url('../../../fonts/OpenSans-Light.woff2') format('woff2'),
    url('../../../fonts/OpenSans-Light.ttf')  format('truetype'),
    url('../../../fonts/OpenSans-Light.otf')  format('opentype'),
    url('../../../fonts/OpenSans-Light.svg#svgFontName') format('svg');
}
/** END FONTS IMPORT **/

/** GENERAL Container from layout_de (Navigation, Header, Content, Footer **/

html, body {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    height: 100%;
    margin: 0;
    padding: 0;
}
.bg-logo {
    background: url('../img/HG_2000.png') #2d446c no-repeat fixed top center;
}


#site_wrapper {
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-text {
    font-size: 16px;
    color: #FFF;
}

/** LINKS **/
a, a:active, a:hover, a:visited, a:focus, a:link {
    text-decoration: none;
    color: #FFF;
}

.btn-link:focus, .btn-link:active, .btn-link:hover {
    text-decoration: none;
}

/** HEADLINES **/
h1, h2, h3 {
    font-family: 'Open Sans Bold', arial, sans-serif;
}
strong {
    font-family: 'Open Sans Bold', arial, sans-serif;
}
h1 {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
}

/** FORM Stuff **/
.form-control, .form-select {
    text-align: center;
    height: 65px;
    color: #2d446c;
    border-radius: 0;
}
.form-control:focus {
    color: #2d446c;
}
.ff .form-control {
    text-align: left;
}
.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top:0;
}
.form-check-label {
    margin-left: 15px;
}
.form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%232d446c'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%232d446c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
label.confirmation {
    font-weight: bold;
    text-align: left;
}
div.confirmation {
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: left;
}

/** Validation **/
.error, label.is-invalid, div.is-invalid {
    color: #dc3545;
}

.h-inherit {
    height: 100% !important;
}

.btn-brand {
    background-color: #2d446c;
    border: 1px solid #FFF;
    border-radius: 0;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    height: 65px;
    text-transform: uppercase;
}

.btn-done {
    background-color: #627799;
    border-radius: 0;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    height: 65px;
    text-transform: uppercase;}
.btn:hover { color: #FFFFFF; }
.btn-brand:hover {
    background-color: #2d446c;
}
.btn-done:hover {
    background-color: #627799;
}
.btn.no-cursor { cursor: default !important; }

.btn-brand:active, bth-brand:focus {}
.btn-brand:disabled {}

.btn-logout {
    display: flex;
    height: 30px;
    flex-flow: column;
    justify-content: center;
}

#header_img {
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
}

@media (max-width: 991px) {
    .bg-logo {
        background: url('../img/HG_992.png') #2d446c no-repeat fixed top center;
    }
}
@media (max-width: 767px) {
    .bg-logo {
        background: url('../img/HG_768.png') #2d446c no-repeat fixed top center;
    }
}
@media (max-width: 575px) {
    .bg-logo {
        background: url('../img/HG_575.png') #2d446c no-repeat fixed top center;
    }
}