@charset "UTF-8";
/*
 * ERSTELLT: 12.11.2022
 * COPYRIGHT: DANNY LOTZ
 * LINK: https://1fire.de
 */

/* DEFAULT: START */
body {
    font-variation-settings: 'wght' 400;
    font-weight: 400;
}
.allure-logo {
    display: flex;
    width: 500px;
    height: 65px;
    align-items: center;
    padding-left: 10px;
}
.allure-logo a img {
    position: relative;
    max-width: 200px;
    height: 50px !important;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
    padding-right: 5px;
}
.allure-header .allure-mobile-logo a img {
    max-width: 200px;
    width: 100%;
    height: 50px !important;
}
b, strong {
    font-weight: bold;
!important;
}
.breadcrumb-item::before {
    content: "/";
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0;
    color: #BDBDBD;
    content: "/";
}
body:not(.fa-pro) .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    padding-right: 5px;
    padding-left: 5px;
}
.allure-header .btn .label {
    right: unset;
    left: -5px
}
h1,h2,h3,h4,h5,h6 {
    font-variation-settings: 'wght' 700 !important;
    font-weight: 700 !important;
}
h1 {
    font-size: 26px !important;
}
h2 {
    font-size: 24px !important;
}
h3 {
    font-size: 22px !important;
}
h4 {
    font-size: 17px !important;
}
h5 {
    font-size: 16px !important;
}
h6 {
    font-size: 15px !important;
}
strong, b {
    font-variation-settings: 'wght' 700;
    font-weight: 700;
}
.fw-bold {
    font-variation-settings: 'wght' 700;
    font-weight: 700;
}
.card-header {
    font-size: 18px !important;
    font-variation-settings: 'wght' 700 !important;
    font-weight: 700 !important;
}
/* DEFAULT: END */

/* BESTELLEN: START */
.allure-pkg-list h2 {
    font-size: 20px !important;
}
.card-header {
    font-size: 17px !important;
}
.card-title {
    font-size: 16px !important;
}
.allure-client-login {
    font-size: 15px !important;
}
/* BESTELLEN: END */