@CHARSET "UTF-8";

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

/** FONTS IMPORT **/
/** END FONTS IMPORT **/

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

html, body {
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    height: 100%;
    margin: 0;
    padding: 0;
}

/** COLORS **/
.g1-primary { color: #fbba00 !important; }
.g1-primary-bg { background: #fbba00 !important; }
.g1-secondary { color: #0b3d91 !important; }
.g1-secondary-bg { background: #0b3d91 !important; }
.g1-grey { color: #222222 !important; }
.g1-grey-bg { background: #222222 !important; }

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

/** LINKS **/
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link.active {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0);
    border: 0;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar button, .navbar button:focus {
    outline: none;
}
a, a:active, a:hover, a:visited, a:focus, a:link {
    text-decoration: none;
    color: #FFF;
}
.footer-text, .footer-text a {
    color: #a3a3a3;
}
.btn-link:focus, .btn-link:active, .btn-link:hover {
    text-decoration: none;
}

/** HEADLINES **/
h1, h2, h3 {
    font-weight: bold;
}
h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
}

/** FORM Stuff **/
.form-row {
    margin-right: 0;
}
.form-control {
    text-align: left;
    height: 50px;
    color: #000;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #0b3d91;
    transition: none;
}
.form-control.login {
    text-align: center;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-bottom: 0;
    border-color: #0b3d91;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(11 61 145 / 75%);
}
textarea.form-control {
    border: 2px solid #0b3d91;
}
.ff .form-control {
    text-align: left;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FFF;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%230b3d91'/%3E%3C/svg%3E");
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0b3d91;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FFF;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%230b3d91' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-control-label::before, .custom-control-label::after {
    top: 0.15rem;
}

.padding-correction {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}

label.confirmation {
    font-weight: bold;
    text-align: left;
}

div.confirmation {
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

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

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

.btn-brand {
    background-color: #0b3d91;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    height: 50px;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-done {
    background-color: #89898f;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    height: 45px;
}
.btn:hover { color: #FFFFFF; }
.btn-brand:hover {
    background-color: #0b3d91;
}
.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;
}
.bc  {
    font-weight: bold;
    font-size: 22px;
    color: #abbcd7;
    margin-right: 2rem;
    margin-bottom: 2rem;
}
.bc.active {
    color: #0b3d91;
}
.fa-caret-down.g1-primary {
    position: relative;
    top: 10px;
}
@media (min-width: 768px) {
    div.confirmation {
        padding: .375rem .75rem;
    }
    .bc  {
        font-size: 22px;
        margin-right: 2rem;
        margin-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    .bc  {
        font-size: 28px;
        margin-right: 3rem;
        margin-bottom: 3rem;
    }
}
