@font-face {
    font-family: 'FlagshipSlab';
    src: url('FlagshipSlab.eot');
    src: url('FlagshipSlab.eot?#iefix') format('embedded-opentype'),
    url('FlagshipSlab.svg#FlagshipSlab') format('svg'),
    url('FlagshipSlab.ttf') format('truetype'),
    url('FlagshipSlab.woff') format('woff'),
    url('FlagshipSlab.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FlagshipSlab-Bold';
    src: url('FlagshipSlab-Bold.eot');
    src: url('FlagshipSlab-Bold.eot?#iefix') format('embedded-opentype'),
    url('FlagshipSlab-Bold.svg#FlagshipSlab-Bold') format('svg'),
    url('FlagshipSlab-Bold.ttf') format('truetype'),
    url('FlagshipSlab-Bold.woff') format('woff'),
    url('FlagshipSlab-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #FEC700;
}

.container, .navbar {
    max-width: 800px;
}

.navbar {
    margin: 0 auto;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

h1, h2, h3, h4 {
    font-family: FlagshipSlab-Bold, sans-serif;
}

.navbar {
    margin-bottom: 20px;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    margin: 0;
}

.bg-dark {
    background-color: #000 !important;
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.bifo-toggle-headline {
    background-color: #000;
    margin-top: 5px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    color: #fff;
    font-family: FlagshipSlab-Bold, sans-serif;
    font-size: 19px;
    text-decoration: none;
}

.bifo-toggle-headline, .bifo-toggle-headline a {
    color: #fff;
    font-family: FlagshipSlab-Bold, sans-serif;
    font-size: 19px;
    text-decoration: none;
}

.bifo-toggle-container {
    background-color: #fff;
}

.bifo-checkbox-container {
    /*padding-bottom: 8px;
    padding-top: 8px;*/
    padding-left: 15px;
    /*padding-right: 10px;
    border-bottom: 1px solid #aaa;*/
    border-bottom: 1px solid #aa9544;
    /*background-color: #fff;*/
    background-color: #ffdf66;
}

.custom-control-label::before, .custom-control-label::after {
top: 13px;
}

.bifo-collapse-icon > a {
    display: block;
    position: relative;
}

.bifo-collapse-icon > a:after {
    content: "\f054"; /* fa-chevron-down */
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    right: 8px;
}

.bifo-collapse-icon > a[aria-expanded="true"]:after {
    content: "\f078"; /* fa-chevron-up */
    font-weight: 900;
}

.bifo-number-sogehts {
    color: #fff;
    font-family: FlagshipSlab-Bold, sans-serif;
    font-size: 90px;
    line-height: 40px;
    position: absolute;
    left: 50px;
    top: 10px;
    z-index: -10;
}

.bifo-arrow-down {
    font-size: 40px;
}

.bifo-logo {
    height: 40px;
    margin-right: 20px;
}

.bifo-start-buttons {
    background-color: #fff;
    max-width: 280px;
    border: 2px solid #fff;
    border-radius: 25px;
    font-size: 1.3rem;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: auto;
    margin-top: 22px;
    margin-bottom: 22px;
}

.bifo-faq-subline {
    font-weight: bold;
}

.bifo-a-start-buttons {
    color: #000;
}

.bifo-a-start-buttons:hover {
    text-decoration: none;
    color: #555;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
    font-family: FlagshipSlab-Bold, sans-serif;
    font-size: 25px;
    margin-right: 0 !important;
}

.bifo-a-breadcrumb {
    clear: both;
    width: 100%;
}

.bifo-a-breadcrumb:hover {
    text-decoration: none;
}

.bifo-breadcrumb, .bifo-breadcrumb-last {
    background-color: #342f26;
    display: block;
    clear: both;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    margin-bottom: 2px;

    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
}

.bifo-breadcrumb-last {
    padding-bottom: 12px;
    padding-top: 12px;
}

.bifo-breadcrumb-disabled {
    opacity: 0.4;
}

.bifo-arrow-breadcrumb-down {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -11px;
    z-index: 100;
}

.clearer {
    clear: both;
}

.bifo-faq-background-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bifo-background-box {
    background-color: #ffdf66;
    padding-top: 15px;
    padding-bottom: 15px;
}

h1 {
    font-size: 2rem;
}

.bifo-lupe {
    max-width: 500px;
}

.bifo-filter {
    background-color: #fff;
    /*padding-top: 8px;
    padding-bottom: 8px;*/
    padding-left: 8px;
}

.bifo-filter div {width:100%; max-width:100%; height:40px; overflow:hidden; padding-left: 1.8rem;}

.custom-checkbox label {
    cursor: pointer;
    padding-bottom: 8px;
padding-top: 8px;
/*padding-left: 15px;*/
padding-right: 10px;
}

.bifo-prof-select-container {
    display: inline-block;
    margin: auto;
}

.bifo-prof-select, .bifo-prof-selected {
    background-color: #FEC700;
    display: inline-block;
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    margin-bottom: .25rem;
    /*border: 3px solid #ffca00;*/
    font-weight: bold;
}

.bifo-prof-select-container  a {
    color: #000 !important;
}

.bifo-prof-select:hover {
    background-color: #FEC700;

}

.bifo-prof-selected {
    /*border: 3px solid #aaa;*/
    background-color: #fff;
}

.bifo-answer-ok {
    color: #5ed67b;
    padding-right: 8px;
    padding-top: 5px;
}

.bifo-answer-missing {
    color: #f46a71;
    padding-right: 8px;
    padding-top: 5px;
}

/* ok/missing-icons in question-list */
.bifo-align-icon {
    display: flex;
    align-items: flex-start;
}

.bifo-prof-icon {
  width:20px;
  margin-right:4px;
  margin-left:6px;
}

.bifo-prof-icon2 {
  width:20px;
  margin-right:6px;
}




.bifo-info-circle {
    position:absolute;
    right:10px;
    top:6px;
}

.text-muted {
    color:#988a41 !important;
}


.bifo-textarea1 {
    height:100px !important;
    transition: height 0.5s linear !important;
}
.bifo-textarea1:focus {
    height: 250px !important;
}

.bifo-textarea2 {
    height:155px !important;
    transition: height 0.5s linear !important;
}
.bifo-textarea2:focus {
    height: 350px !important;
}

.border-top {
    border-top: 2px solid #000 !important;
}

a {
    color:#ca3900;
}

a:hover {
    color: #932900;
    text-decoration: underline;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #FEC700; /* #ca3900;*/
    background-color: #FEC700; /*#ca3900;*/
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem
    rgba(255,202,0,.25);
    /*rgba(202,57,0,.25);*/
}


.bifo_stoerer {
  max-width:400px;
    min-width:250px;
    width:100%;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #FEC700; /*#ca3900;*/
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' 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");
}

.bifo-bg-weiss {
    background-color: #fff;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 10px;
}

.table .thead-dark th {
    background-color:#000;
    border-color: #000;
}

.table td, .table th {
    border-top: 1px solid #000;
}

.alert-saved-ok {
    color:#3aa654;
}

.alert-error {
    color:#ca3900;
}


.alert-success {
    background-color:#4be670;
    border-color: #1a9437;
}