.elementor-kit-20{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:500;background-color:#FFFCFA;}.elementor-kit-20 e-page-transition{background-color:#FFBC7D;}.elementor-kit-20 h3{font-weight:700;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1370px;}.e-con{--container-max-width:1370px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-20 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#nopa p {
    margin: 0px;
}
.bbk-readcrumb {
    display: flex !important;
    overflow-x: auto !important;
    -ms-overflow-style: none !important;  /* Für IE und Edge */
    scrollbar-width: none !important;  /* Für Firefox */
    justify-content: flex-end !important;
}

.bbk-readcrumb::-webkit-scrollbar {
    display: none !important;  /* Für Chrome und Safari */
}

.bbk-readcrumb ol {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.bbk-readcrumb li {
    flex: 0 0 auto !important;
}




/* width */
::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


div#bevo {
    height: 86vh;
    max-height: 86vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (max-width: 1200px) {
div#bevo {
    min-height: 0vh;
    max-height: none;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
}
}/* End custom CSS */