/*
Theme Name: Twenty Twenty-Two Child
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Template: twentytwentytwo
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Full Site Editing features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments
Version: 1.1.1649674472
Updated: 2022-04-11 12:54:32

*/

/* Fonts */
/* poppins-300 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local(''),
        url('/wp-content/themes/twentytwentytwo-child/fonts/poppins-v19-latin-300.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/wp-content/themes/twentytwentytwo-child/fonts/poppins-v19-latin-300.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
        url('/wp-content/themes/twentytwentytwo-child/fonts/poppins-v19-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/wp-content/themes/twentytwentytwo-child/fonts/poppins-v19-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-500 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local(''),
        url('/wp-content/themes/twentytwentytwo-child/fonts/poppins-v19-latin-500.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/wp-content/themes/twentytwentytwo-child/fonts/poppins-v19-latin-500.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-600 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local(''),
        url('/wp-content/themes/twentytwentytwo-child/fonts/poppins-v19-latin-600.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/wp-content/themes/twentytwentytwo-child/fonts/poppins-v19-latin-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Parent Theme CSS Reset */
.wp-block-image {
    margin-bottom: 0;
}

button {
    border: 0;
}

.wp-site-blocks .alignfull,
.wp-site-blocks>.wp-block-group.has-background,
.wp-site-blocks>.wp-block-cover,
.wp-site-blocks>.wp-block-template-part>.wp-block-group.has-background,
.wp-site-blocks>.wp-block-template-part>.wp-block-cover,
body>.is-root-container>.wp-block-cover,
body>.is-root-container>.wp-block-template-part>.wp-block-group.has-background,
body>.is-root-container>.wp-block-template-part>.wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

@media (min-width: 1480px) {

    .wp-site-blocks .alignfull,
    .wp-site-blocks>.wp-block-group.has-background,
    .wp-site-blocks>.wp-block-cover,
    .wp-site-blocks>.wp-block-template-part>.wp-block-group.has-background,
    .wp-site-blocks>.wp-block-template-part>.wp-block-cover,
    body>.is-root-container>.wp-block-cover,
    body>.is-root-container>.wp-block-template-part>.wp-block-group.has-background,
    body>.is-root-container>.wp-block-template-part>.wp-block-cover,
    .is-root-container .wp-block[data-align="full"] {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* html */
@media (max-width: 990px) {
    html {
        font-size: 90%;
    }

    h1,
    h2 {
        font-size: 2rem;
        hyphens: auto;
    }
}

/* body */

body {
    background-color: var(--wp--preset--color--prime-lightgrey);
    font-size: var(--wp--preset--font-size--normal);
    font-weight: 300;
}

/**/

strong {
    font-weight: 500;
}

/* Input */

input,
select,
textarea {
    border: 1px solid var(--wp--preset--color--prime-grey);
    padding: 10px 14px;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: var(--wp--preset--font-size--normal);
    font-family: var(--wp--preset--font-family--system-font);
}

input[type="submit"] {
    border: 0;
    border-radius: 3px;
    width: auto;
}

/* Wrapper */
.wp-site-blocks {
    background-color: white;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 1480px) {
    .wp-site-blocks {
        max-width: 1380px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 50px;
        padding-left: 50px;
        box-sizing: border-box;
    }
}

/* Button */
.wp-block-button__link,
.block-editor-block-list__block,
.wp-block-post-excerpt__more-link,
input[type="submit"],
.cr_form button {
    background-color: var(--wp--preset--color--prime-orange);
    color: #fff;
    font-size: 1rem;
}

.wp-block-button__link,
.wp-block-post-excerpt__more-link,
input[type="submit"],
.cr_form button {
    padding: 6px 20px;
}

/* container - margin-top*/
main>*+*,
.page .entry-content>*+* {
    margin-top: 0 !important;
}

/* alignfull */
.alignfull {
    margin-top: 0 !important;
}

.wp-block-group.alignfull>*,
.wp-block-cover.alignfull .wp-block-cover__inner-container>*,
.blog-content-max-width {
    max-width: 1180px;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* group with bg */

.wp-block-group:where(.has-background) {
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .wp-block-group:where(.has-background) {
    padding-top: 45px;
    padding-bottom: 45px;
}

@media (min-width: 1280px) {
    .wp-block-group:where(.has-background) {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

/* Footer */
footer>.wp-block-group {
    position: relative;
}

/* footer>.wp-block-group:before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    background: linear-gradient(90deg, rgba(50, 64, 65, 1) 34%, rgba(255, 255, 255, 0) 34%);
}

.home footer>.wp-block-group:before {
    background: linear-gradient(90deg, rgba(50, 64, 65, 1) 50%, rgba(255, 255, 255, 0) 50%);
} */

footer a {
    text-decoration: none;
}

.wp-block-spacer {
    margin-top: 0;
}

.wp-site-blocks footer {
    margin-top: 0;
}

/* margin-none */

.sbl-margin-bottom-0 {
    margin-bottom: 0 !important;
}

.sbl-margin-top-0 {
    margin-top: 0 !important;
}


/* c-accordion */
.wp-block-pb-accordion-item.c-accordion__item {
    border-top: 2px solid;
    margin-top: 0;
    margin-bottom: 6px;
    padding-top: 6px;
    border-color: var(--wp--preset--color--prime-orange);
}

.wp-block-pb-accordion-item.c-accordion__item:last-child {
    border-bottom: 2px solid;
    border-color: var(--wp--preset--color--prime-orange);
    padding-bottom: 6px;
}

.c-accordion__title,
.c-accordion__content {
    padding-right: 0;
    padding-left: 3.5rem;
}

.c-accordion__title--button {
    font-weight: 500;
    min-height: 40px;
    overflow: hidden;
}

.c-accordion__title:after {
    color: white;
    background-color: var(--wp--preset--color--prime-orange);
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    top: 0;
    left: 0;
    right: auto;
    font-size: 32px;
    line-height: 1;
    transform: none;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

/* Header */

@media (max-width: 991px) {
    header .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:first-child {
        flex-basis: 80% !important;
    }

    header .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:last-child {
        flex-basis: 20% !important;
    }
}

.sbl-header-logo img {
    width: 335px;
}

/* Mega Menu */

.sbl-mega-menu-close-btn {
    background-color: var(--wp--preset--color--prime-orange);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath id='Pfad_245' data-name='Pfad 245' d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12Z' transform='translate(-5 -5)' fill='%23fff'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 51px;
    float: right;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sbl-mega-menu-close-btn:hover {
    opacity: .8;
}

.sbl-mega-menu-title,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-widget.widget_text:first-child {
    display: none;
}


#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open+#mega-menu-max_mega_menu_1 {
    top: 60px;
    box-shadow: 0 10px 9px rgb(0 0 0 / 40%);
}

@media (min-width: 1024px) {
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open+#mega-menu-max_mega_menu_1 {
        top: 70px;
    }
}

@media (min-width: 1200px) {
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open+#mega-menu-max_mega_menu_1 {
        top: 80px;
    }
}

@media (min-width: 1311px) {
    .sbl-mega-menu-title {
        font-size: 3rem;
        font-weight: 500;
    }

    .sbl-mega-menu-title,
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-widget.widget_text:first-child {
        display: block;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        display: none;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item>ul.mega-sub-menu {
        top: -22px;
        min-height: 500px;
    }
}

@media (min-width: 1480px) {
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding-left: 35px;
        padding-right: 35px;
    }
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    font-weight: 500;
}


/* .sbl-header-logo */
header.sbl-mega-menu-open #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link,
header.sbl-mega-menu-open #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link:hover,
header.sbl-mega-menu-open #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
header.sbl-mega-menu-open #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
header.sbl-mega-menu-open #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
header.sbl-mega-menu-open #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    z-index: 1000;
    color: #fff;
}

header.sbl-mega-menu-open #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    color: #f25e18;
}

header.sbl-mega-menu-open .sbl-header-svg-logo {
    z-index: 1000;
    position: relative;
}

.sbl-header-svg-logo {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='449.39' height='75.52' version='1.1' viewBox='0 0 449.39 75.52' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(1.3333 0 0 -1.3333 0 75.52)'%3E%3Cg transform='scale(.1)'%3E%3Cpath d='m501.36 482.11c-22.242 2.864-44.75 2.903-67 0.114-42.582-5.805-83.179-21.649-118.44-46.223-34.469-24.094-65.367-52.934-91.781-85.656-8-9.543-15.7-19.305-23.848-29.344-0.543 1.324-1.004 2.215-1.301 3.141-9.266 24.941-18.531 49.882-27.793 74.82-0.879 4.848-5.527 8.062-10.371 7.183-0.379-0.07-0.754-0.168-1.117-0.285l-72.129-10c-8.6914-1.207-11.5-7.664-6.4804-15 13.473-19.422 24.882-40.203 34.046-61.996 12.93-29.59 20.754-61.156 23.141-93.363-0.395-4.699 3.09-8.828 7.789-9.231 0.68-0.058 1.363-0.027 2.031 0.071h12.344c24.785 0.066 49.566 0.144 74.336 0.222 3.969-0.253 7.566 2.317 8.621 6.153 2 5.254 3.914 10.539 6.109 15.703 13.79 31.582 31.676 61.215 53.188 88.137 29.434 38.312 64.859 71.629 104.91 98.644 28.277 19.895 60.465 33.527 94.418 40 4.203 0.469 7.324 4.129 7.109 8.352 0.157 4.496-3.3 8.289-7.789 8.558' fill='%232785cf'/%3E%3Cpath d='m2623.3 249.64c-19.08 0-31.89 14.375-31.89 35.808 0 21.172 12.81 35.813 31.63 35.813 18.56 0 31.89-13.856 31.89-35.813 0-20.39-12.29-35.808-31.63-35.808zm31.1-33.196h40.26v138.01h-40.51v-15.68h-2.1c-4.7 7.321-17.25 19.078-38.95 19.078-37.11 0-62.72-29.792-62.72-73.183 0-43.387 25.87-71.621 63.77-71.621 22.74 0 34.25 12.812 38.16 19.082h2.09zm-996.05-173.85c-17.85 0-29.7 13.047-29.7 32.695 0 19.348 11.85 32.851 29.55 32.851 17.25 0 29.54-12.902 29.54-32.851 0-17.852-10.93-32.695-29.39-32.695zm29.1 56.094h-0.9c-2.85 6.9067-12.3 17.707-29.4 17.707-22.36 0-37.65-16.953-37.65-41.105 0-23.848 15.29-40.801 38.24-40.801 17.56 0 26.57 11.555 29.1 17.402h0.9v-16.953c0-16.641-9.74-26.992-28.34-26.992-12.75 0-22.35 5.4024-24.61 15.898h-8.54c2.4-13.953 14.1-23.848 33.15-23.848 22.65 0 37.04 12.902 37.04 34.941v79.504h-8.99zm41.85-3.4492c0 7.8049 7.35 13.352 18.14 13.352 11.41 0 18.46-5.399 19.5-14.246h8.7c-1.2 13.945-13.04 22.05-27.45 22.05-15.9 0-27.45-8.254-27.45-21.156 0-30.594 48.46-13.348 48.46-37.5 0-9.4492-7.66-15.301-20.71-15.301-12.14 0-20.25 5.4024-21.44 15.898h-8.7c1.04-14.09 11.54-23.848 29.7-23.848 17.99 0 30 9.1523 30 23.703 0 32.098-48.75 14.852-48.75 37.047zm-47.09 231.77c18.03 0 30.05-11.239 31.63-25.879h-63.27c1.84 13.593 14.38 25.879 31.64 25.879zm-0.79-113.96c37.38 0 62.47 18.554 68.74 47.57h-36.59c-3.92-8.625-14.64-16.465-30.57-16.465-19.09 0-31.9 12.547-33.21 30.059h101.68v11.765c0 38.418-23.79 71.875-69.26 71.875-42.08 0-70.83-30.058-70.83-73.183 0-41.563 30.05-71.621 70.04-71.621zm138.37 80.773c0 14.633 9.42 26.395 23.53 26.395 13.86 0 22.22-10.196 22.22-24.305v-79.465h40.51v92.008c0 28.75-18.82 49.398-49.4 49.398-18.56 0-31.62-9.144-37.12-18.554h-2.09v15.156h-38.15v-138.01h40.5zm-321.23-226.93c0-13.496-10.06-24.152-23.85-24.152-12.6 0-22.36 9.1523-22.36 22.199v49.504h-8.99v-49.953c0-16.648 11.1-30 29.4-30 12.44 0 21.6 7.0508 24.89 14.707h0.91v-12.754h9v78h-9zm1178 70.196h-8.54v-19.348c0-2.098-1.35-3.297-3.16-3.297h-12.15v-7.648h14.86v-46.953c0-15.449 8.84-23.398 22.95-23.398h9.29v7.9492h-8.7c-10.05 0-14.55 5.7032-14.55 15.598v46.805h24.01v7.648h-24.01zm-1200 180.25v38.164h-13.32c-18.56 0-30.85-11.762-35.54-21.957h-2.09v20.906h-38.17v-138.01h40.51v62.735c0 23.785 12.81 38.16 32.68 38.16zm92.5-200.94c-12.44 0-21.44-6.906-24.9-14.707h-0.9v12.754h-9v-78h9v47.402c0 13.352 10.06 24.14 23.85 24.14 12.6 0 22.35-9.2967 22.35-22.195v-49.348h9v49.953c0 16.649-11.1 30-29.4 30zm24.69 100.05v33.457h-17.77c-12.03 0-17.78 6.27-17.78 16.465v56.461h36.07v31.625h-36.07v37.379h-38.42v-25.352c0-7.32-3.92-12.285-11.24-12.285h-13.07v-31.367h22.22v-58.551c0-30.32 18.03-47.832 48.09-47.832zm-193.64-79.355h-8.55v-19.348c0-2.098-1.35-3.297-3.15-3.297h-12.15v-7.648h14.85v-46.953c0-15.449 8.85-23.398 22.95-23.398h9.3v7.9492h-8.7c-10.05 0-14.55 5.7032-14.55 15.598v46.805h23.99v7.648h-23.99zm1042.6 227.04h25.35c14.9 0 25.88-9.93 25.88-25.871 0-15.949-10.98-26.668-25.88-26.668h-25.35zm0-87.563h29.53c35.29 0 63.78 25.879 63.78 61.692 0 36.066-27.45 61.16-63.78 61.16h-70.83v-182.97h41.3zm-369.68-196.32c0.9 16.801 13.65 27.902 28.35 27.902 15.75 0 27.45-10.046 28.2-27.902zm28.35 36.156c-21.16 0-37.95-16.054-37.95-40.957 0-23.398 15.3-40.949 38.7-40.949 18.3 0 31.94 10.352 36.3 24.902h-9.46c-3.44-10.047-14.24-16.652-26.69-16.652-17.7 0-28.95 12.453-29.4 29.406h66.3v4.6485c0 22.5-14.1 39.601-37.8 39.601zm68.83-65.402v97.949h-9v-97.949c0-9.2969 5.1-14.551 13.35-14.551h4.81v7.9492h-3.31c-3.75 0-5.85 2.5508-5.85 6.6016zm39.02 0v97.949h-9.01v-97.949c0-9.2969 5.1-14.551 13.35-14.551h4.81v7.9492h-3.3c-3.75 0-5.85 2.5508-5.85 6.6016zm36.4 44.246c0 7.8049 7.35 13.352 18.14 13.352 11.41 0 18.46-5.399 19.5-14.246h8.7c-1.2 13.945-13.04 22.05-27.45 22.05-15.9 0-27.45-8.254-27.45-21.156 0-30.594 48.46-13.348 48.46-37.5 0-9.4492-7.66-15.301-20.71-15.301-12.14 0-20.25 5.4024-21.44 15.898h-8.7c1.04-14.09 11.54-23.848 29.7-23.848 17.99 0 30 9.1523 30 23.703 0 32.098-48.75 14.852-48.75 37.047zm289.04-52.644c-17.85 0-29.7 13.047-29.7 32.695 0 19.348 11.85 32.851 29.55 32.851 17.25 0 29.55-12.902 29.55-32.851 0-17.852-10.95-32.695-29.4-32.695zm29.1 56.094h-0.9c-2.85 6.9067-12.3 17.707-29.4 17.707-22.35 0-37.65-16.953-37.65-41.105 0-23.848 15.3-40.801 38.25-40.801 17.55 0 26.55 11.555 29.09 17.402h0.91v-15.449h8.69v78h-8.99zm50.23 25.5c0 9.903 5.25 16.797 16.35 16.797h6.45v7.957h-6.3c-15.15 0-25.5-9.148-25.5-24.597v-9.903h-14.7v-7.648h14.7v-70.352h9v70.352h23.25v7.648h-23.25zm-779.72-81.593c-17.85 0-29.7 13.047-29.7 32.695 0 19.348 11.85 32.851 29.55 32.851 17.25 0 29.55-12.902 29.55-32.851 0-17.852-10.96-32.695-29.4-32.695zm29.1 56.094h-0.9c-2.85 6.9067-12.3 17.707-29.4 17.707-22.35 0-37.65-16.953-37.65-41.105 0-23.848 15.3-40.801 38.25-40.801 17.55 0 26.54 11.555 29.09 17.402h0.91v-16.953c0-16.641-9.75-26.992-28.35-26.992-12.75 0-22.35 5.4024-24.6 15.898h-8.55c2.4-13.953 14.1-23.848 33.15-23.848 22.65 0 37.04 12.902 37.04 34.941v79.504h-8.99zm107.01 217.08c0 7.317 7.84 12.286 20.13 12.286 13.33 0 20.39-5.754 21.7-14.118h35.02c-1.83 28.754-24.83 43.91-56.72 43.91-36.86 0-56.72-20.386-56.72-43.91 0-59.332 77.89-32.152 77.89-56.976 0-7.844-7.58-12.813-21.17-12.813-13.33 0-21.43 4.969-22.47 14.637h-36.86c0.78-27.969 19.34-45.742 59.07-45.742 39.2 0 60.64 19.347 60.64 46.008 0 61.16-80.51 34.238-80.51 56.718zm26.98-220.53c0 7.8049 7.36 13.352 18.15 13.352 11.4 0 18.45-5.399 19.5-14.246h8.7c-1.2 13.945-13.05 22.05-27.45 22.05-15.9 0-27.45-8.254-27.45-21.156 0-30.594 48.46-13.348 48.46-37.5 0-9.4492-7.66-15.301-20.71-15.301-12.15 0-20.25 5.4024-21.44 15.898h-8.7c1.04-14.09 11.54-23.848 29.69-23.848 18 0 30 9.1523 30 23.703 0 32.098-48.75 14.852-48.75 37.047zm-93.96-15c0.9 16.801 13.65 27.902 28.35 27.902 15.75 0 27.45-10.046 28.2-27.902zm28.35 36.156c-21.15 0-37.95-16.054-37.95-40.957 0-23.398 15.3-40.949 38.7-40.949 18.3 0 31.94 10.352 36.3 24.902h-9.45c-3.45-10.047-14.25-16.652-26.7-16.652-17.7 0-28.95 12.453-29.4 29.406h66.3v4.6485c0 22.5-14.1 39.601-37.8 39.601zm966.5 275.43h-38.42v-25.352c0-7.32-3.92-12.285-11.24-12.285h-13.07v-31.367h22.21v-58.551c0-30.32 18.04-47.832 48.1-47.832h27.97v33.457h-17.77c-12.03 0-17.78 6.27-17.78 16.465v56.461h36.08v31.625h-36.08zm-2069.4-74.492h15.938v38.164h-13.321c-18.566 0-30.851-11.762-35.546-21.957h-2.09v20.906h-38.164v-138.01h40.508v62.735c0 23.785 12.812 38.16 32.675 38.16zm-116.41-237.1c0.898 16.801 13.652 27.902 28.359 27.902 15.743 0 27.442-10.046 28.192-27.902zm28.359 36.156c-21.152 0-37.949-16.054-37.949-40.957 0-23.398 15.293-40.949 38.692-40.949 18.3 0 31.953 10.352 36.296 24.902h-9.441c-3.457-10.047-14.258-16.652-26.699-16.652-17.707 0-28.945 12.453-29.406 29.406h66.3v4.6485c0 22.5-14.101 39.601-37.793 39.601zm150.91 118.35c0 12.285-8.887 21.691-22.215 21.691-12.285 0-22.219-9.406-22.219-21.691 0-12.812 9.934-21.699 22.219-21.699 13.328 0 22.215 8.887 22.215 21.699zm367.02 66.387c1.84 13.593 14.38 25.879 31.63 25.879 18.04 0 30.06-11.239 31.63-25.879zm31.63 56.718c-42.08 0-70.83-30.058-70.83-73.183 0-41.563 30.06-71.621 70.05-71.621 37.37 0 62.47 18.554 68.74 47.57h-36.59c-3.92-8.625-14.64-16.465-30.58-16.465-19.08 0-31.89 12.547-33.2 30.059h101.68v11.765c0 38.418-23.79 71.875-69.27 71.875zm2066.9-2.347c-18.57 0-30.85-11.762-35.56-21.957h-2.09v20.906h-38.15v-138.01h40.5v62.735c0 23.785 12.82 38.16 32.68 38.16h15.95v38.164zm-2689.7-218.41h-8.543v-19.348c0-2.098-1.359-3.297-3.156-3.297h-12.149v-7.648h14.856v-46.953c0-15.449 8.848-23.398 22.949-23.398h9.297v7.9492h-8.703c-10.047 0-14.551 5.7032-14.551 15.598v46.805h23.996v7.648h-23.996zm2485.1 164.04c1.84 13.593 14.39 25.879 31.64 25.879 18.03 0 30.05-11.239 31.63-25.879zm31.64 56.718c-42.08 0-70.83-30.058-70.83-73.183 0-41.563 30.05-71.621 70.04-71.621 37.38 0 62.48 18.554 68.74 47.57h-36.59c-3.92-8.625-14.64-16.465-30.58-16.465-19.08 0-31.89 12.547-33.2 30.059h101.68v11.765c0 38.418-23.79 71.875-69.26 71.875zm-2615.5-241.76c0 10.05 7.949 18.898 23.555 18.898 14.539 0 24.59-7.648 24.59-21.601h9.453c0 21.296-18 30-33.906 30-20.547 0-32.844-12.454-32.844-27.297 0-40.801 59.699-18.602 59.699-52.95 0-11.844-10.195-20.098-26.094-20.098-17.109 0-28.058 10.352-28.058 24.152h-9.149c0-19.504 15.899-32.707 36.895-32.707 22.812 0 35.703 13.059 35.703 29.25 0 41.699-59.844 21.758-59.844 52.352zm1782.9-7.95c12.75 0 24.15-7.656 27.45-19.355h9.3c-4.06 17.258-19.95 27.609-36.9 27.609-22.95 0-39.9-17.851-39.9-40.957 0-23.098 16.65-40.949 40.05-40.949 16.8 0 33 10.352 36.75 27.598h-9.15c-3.15-11.699-14.7-19.348-27.3-19.348-18.15 0-31.05 14.106-31.05 32.699 0 18.152 12.45 32.703 30.75 32.703zm-1722 144.11h-21.953v111.35h21.953c26.926 0 52.805-15.421 52.805-54.89 0-41.555-26.145-56.457-52.805-56.457zm1.828 147.16h-65.078v-182.97h65.078c58.555 0 94.102 35.547 94.102 92.27 0 53.32-35.547 90.699-94.102 90.699zm223.3-332.52c0-13.496-10.051-24.152-23.848-24.152-12.597 0-22.355 9.1523-22.355 22.199v49.504h-8.992v-49.953c0-16.648 11.093-30 29.394-30 12.449 0 21.602 7.0508 24.902 14.707h0.899v-12.754h9.004v78h-9.004zm1590.3 49.504c-12.76 0-21.91-6.906-25.35-14.855h-0.9v47.402h-9.01v-112.5h9.01v48c0 13.203 10.64 23.543 24.15 23.543 12.74 0 22.64-9.2967 22.64-22.195v-49.348h9v49.953c0 16.649-11.4 30-29.54 30zm-1203.4-17.558h-0.9v15.605h-9v-78h9v42.004c0 14.844 8.25 26.992 23.25 26.992h5.84v9.004h-5.99c-12 0-19.81-8.105-22.2-15.605zm-346.92-18.598c0.898 16.801 13.64 27.902 28.34 27.902 15.75 0 27.449-10.046 28.203-27.902zm28.34 36.156c-21.145 0-37.95-16.054-37.95-40.957 0-23.398 15.301-40.949 38.711-40.949 18.289 0 31.942 10.352 36.289 24.902h-9.453c-3.437-10.047-14.238-16.652-26.699-16.652-17.695 0-28.945 12.453-29.394 29.406h66.296v4.6485c0 22.5-14.101 39.601-37.8 39.601zm396.38-73.8c-17.85 0-29.7 13.047-29.7 32.695 0 19.348 11.85 32.851 29.56 32.851 17.24 0 29.54-12.902 29.54-32.851 0-17.852-10.94-32.695-29.4-32.695zm29.1 56.094h-0.9c-2.85 6.9067-12.3 17.707-29.4 17.707-22.35 0-37.65-16.953-37.65-41.105 0-23.848 15.3-40.801 38.25-40.801 17.55 0 26.56 11.555 29.1 17.402h0.9v-15.449h8.71v78h-9.01zm1419.1 234.86h-2.09v20.906h-38.15v-138.01h40.51v62.735c0 23.785 12.81 38.16 32.67 38.16h15.95v38.164h-13.33c-18.56 0-30.85-11.762-35.56-21.957zm-1624.4-253.3c0.9 16.801 13.65 27.902 28.35 27.902 15.75 0 27.45-10.046 28.19-27.902zm28.35 36.156c-21.14 0-37.95-16.054-37.95-40.957 0-23.398 15.3-40.949 38.7-40.949 18.3 0 31.95 10.352 36.29 24.902h-9.44c-3.45-10.047-14.25-16.652-26.7-16.652-17.71 0-28.95 12.453-29.41 29.406h66.31v4.6485c0 22.5-14.1 39.601-37.8 39.601zm-61.54 100.05 38.17 103.5h1.57v-103.5h39.99v182.97h-51.23l-43.39-124.16h-1.57l-49.39 124.16h-50.98v-182.97h39.73v107.69h1.58l42.34-107.69zm-117.12-117.61h-0.899v15.605h-9.004v-78h9.004v42.004c0 14.844 8.252 26.992 23.252 26.992h5.85v9.004h-6c-12 0-19.801-8.105-22.203-15.605zm85.093-56.242c-18.44 0-29.39 14.844-29.39 32.695 0 19.949 12.29 32.851 29.55 32.851 17.7 0 29.54-13.504 29.54-32.851 0-19.648-11.84-32.695-29.7-32.695zm1.2 73.8c-17.09 0-26.55-10.8-29.4-17.707h-0.9v50.254h-9v-112.5h8.71v15.449h0.9c2.55-5.8476 11.54-17.402 29.1-17.402 22.95 0 38.24 16.953 38.24 40.801 0 24.152-15.29 41.105-37.65 41.105zm1125.7 131.41c-14.9 0-25.88 8.887-25.88 20.911 0 9.929 4.97 16.211 14.38 21.699l33.46-37.649c-7.06-3.132-14.64-4.961-21.96-4.961zm1.83 121.02c9.94 0 15.16-6.797 15.16-14.637 0-8.101-3.66-12.808-14.9-18.558l-4.7-2.614c-6.8 7.578-10.99 12.809-10.99 20.907 0 8.105 6.28 14.902 15.43 14.902zm87.83-49.141h-35.3c3.4-16.726 0.53-31.105-6.27-42.867l-27.97 31.106 2.62 1.308c18.82 10.192 31.89 23 31.62 46-0.25 26.926-22.73 47.574-52.53 47.574-32.41 0-52.54-21.171-52.54-47.832 0-15.16 7.58-28.23 16.21-38.949-19.35-11.5-30.58-26.656-30.58-47.308 0-38.164 31.1-55.676 64.56-55.676 17.25 0 33.19 4.707 46.79 12.551l8.36-9.153h48.36l-29.8 32.93c14.89 19.609 21.69 44.961 16.47 70.316zm744.74 38.16c-18.55 0-31.62-9.144-37.12-18.554h-2.09v15.156h-38.15v-138.01h40.51v77.375c0 14.633 9.41 26.395 23.52 26.395 13.86 0 22.22-10.196 22.22-24.305v-79.465h40.52v92.008c0 28.75-18.82 49.398-49.41 49.398zm-2596.3 40.872c-3.637 4.718-10.102 6.211-15.438 3.546-5.625-2.773-8.418-9.21-6.613-15.218 16.164-67.563-3.899-138.67-52.996-187.82-55.016-55.351-137.18-73.691-210.51-46.992-103.96 37.957-157.46 153.02-119.5 256.98 37.961 103.96 153.02 157.46 256.98 119.5 20.274-7.402 39.219-18.031 56.106-31.481 5.304-4.574 13.32-3.984 17.894 1.325 4.578 5.308 3.985 13.32-1.324 17.902-0.379 0.324-0.785 0.633-1.199 0.918-56.379 44.754-130.7 59.98-200.13 41-95.254-25.941-162.58-110.8-166.19-209.45-1.8359-40.391 7.6328-80.492 27.344-115.8 30.66-58.445 85.903-100.07 150.54-113.42 21.867-4.336 44.214-5.742 66.453-4.168 96.586 7.988 177.32 76.668 200.7 170.72 8.883 35.011 9.035 71.668 0.445 106.75-0.472 2.05-1.336 3.992-2.554 5.711' fill='%23203438'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

header.sbl-mega-menu-open .sbl-header-svg-logo {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='449.39' height='75.52' version='1.1' viewBox='0 0 449.39 75.52' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(1.3333 0 0 -1.3333 0 75.52)'%3E%3Cg transform='scale(.1)'%3E%3Cpath d='m501.36 482.11c-22.242 2.864-44.75 2.903-67 0.114-42.582-5.805-83.179-21.649-118.44-46.223-34.469-24.094-65.367-52.934-91.781-85.656-8-9.543-15.7-19.305-23.848-29.344-0.543 1.324-1.004 2.215-1.301 3.141-9.266 24.941-18.531 49.882-27.793 74.82-0.879 4.848-5.527 8.062-10.371 7.183-0.379-0.07-0.754-0.168-1.117-0.285l-72.129-10c-8.6914-1.207-11.5-7.664-6.4804-15 13.473-19.422 24.882-40.203 34.046-61.996 12.93-29.59 20.754-61.156 23.141-93.363-0.395-4.699 3.09-8.828 7.789-9.231 0.68-0.058 1.363-0.027 2.031 0.071h12.344c24.785 0.066 49.566 0.144 74.336 0.222 3.969-0.253 7.566 2.317 8.621 6.153 2 5.254 3.914 10.539 6.109 15.703 13.79 31.582 31.676 61.215 53.188 88.137 29.434 38.312 64.859 71.629 104.91 98.644 28.277 19.895 60.465 33.527 94.418 40 4.203 0.469 7.324 4.129 7.109 8.352 0.157 4.496-3.3 8.289-7.789 8.558' fill='%23ffffff'/%3E%3Cpath d='m2623.3 249.64c-19.08 0-31.89 14.375-31.89 35.808 0 21.172 12.81 35.813 31.63 35.813 18.56 0 31.89-13.856 31.89-35.813 0-20.39-12.29-35.808-31.63-35.808zm31.1-33.196h40.26v138.01h-40.51v-15.68h-2.1c-4.7 7.321-17.25 19.078-38.95 19.078-37.11 0-62.72-29.792-62.72-73.183 0-43.387 25.87-71.621 63.77-71.621 22.74 0 34.25 12.812 38.16 19.082h2.09zm-996.05-173.85c-17.85 0-29.7 13.047-29.7 32.695 0 19.348 11.85 32.851 29.55 32.851 17.25 0 29.54-12.902 29.54-32.851 0-17.852-10.93-32.695-29.39-32.695zm29.1 56.094h-0.9c-2.85 6.9067-12.3 17.707-29.4 17.707-22.36 0-37.65-16.953-37.65-41.105 0-23.848 15.29-40.801 38.24-40.801 17.56 0 26.57 11.555 29.1 17.402h0.9v-16.953c0-16.641-9.74-26.992-28.34-26.992-12.75 0-22.35 5.4024-24.61 15.898h-8.54c2.4-13.953 14.1-23.848 33.15-23.848 22.65 0 37.04 12.902 37.04 34.941v79.504h-8.99zm41.85-3.4492c0 7.8049 7.35 13.352 18.14 13.352 11.41 0 18.46-5.399 19.5-14.246h8.7c-1.2 13.945-13.04 22.05-27.45 22.05-15.9 0-27.45-8.254-27.45-21.156 0-30.594 48.46-13.348 48.46-37.5 0-9.4492-7.66-15.301-20.71-15.301-12.14 0-20.25 5.4024-21.44 15.898h-8.7c1.04-14.09 11.54-23.848 29.7-23.848 17.99 0 30 9.1523 30 23.703 0 32.098-48.75 14.852-48.75 37.047zm-47.09 231.77c18.03 0 30.05-11.239 31.63-25.879h-63.27c1.84 13.593 14.38 25.879 31.64 25.879zm-0.79-113.96c37.38 0 62.47 18.554 68.74 47.57h-36.59c-3.92-8.625-14.64-16.465-30.57-16.465-19.09 0-31.9 12.547-33.21 30.059h101.68v11.765c0 38.418-23.79 71.875-69.26 71.875-42.08 0-70.83-30.058-70.83-73.183 0-41.563 30.05-71.621 70.04-71.621zm138.37 80.773c0 14.633 9.42 26.395 23.53 26.395 13.86 0 22.22-10.196 22.22-24.305v-79.465h40.51v92.008c0 28.75-18.82 49.398-49.4 49.398-18.56 0-31.62-9.144-37.12-18.554h-2.09v15.156h-38.15v-138.01h40.5zm-321.23-226.93c0-13.496-10.06-24.152-23.85-24.152-12.6 0-22.36 9.1523-22.36 22.199v49.504h-8.99v-49.953c0-16.648 11.1-30 29.4-30 12.44 0 21.6 7.0508 24.89 14.707h0.91v-12.754h9v78h-9zm1178 70.196h-8.54v-19.348c0-2.098-1.35-3.297-3.16-3.297h-12.15v-7.648h14.86v-46.953c0-15.449 8.84-23.398 22.95-23.398h9.29v7.9492h-8.7c-10.05 0-14.55 5.7032-14.55 15.598v46.805h24.01v7.648h-24.01zm-1200 180.25v38.164h-13.32c-18.56 0-30.85-11.762-35.54-21.957h-2.09v20.906h-38.17v-138.01h40.51v62.735c0 23.785 12.81 38.16 32.68 38.16zm92.5-200.94c-12.44 0-21.44-6.906-24.9-14.707h-0.9v12.754h-9v-78h9v47.402c0 13.352 10.06 24.14 23.85 24.14 12.6 0 22.35-9.2967 22.35-22.195v-49.348h9v49.953c0 16.649-11.1 30-29.4 30zm24.69 100.05v33.457h-17.77c-12.03 0-17.78 6.27-17.78 16.465v56.461h36.07v31.625h-36.07v37.379h-38.42v-25.352c0-7.32-3.92-12.285-11.24-12.285h-13.07v-31.367h22.22v-58.551c0-30.32 18.03-47.832 48.09-47.832zm-193.64-79.355h-8.55v-19.348c0-2.098-1.35-3.297-3.15-3.297h-12.15v-7.648h14.85v-46.953c0-15.449 8.85-23.398 22.95-23.398h9.3v7.9492h-8.7c-10.05 0-14.55 5.7032-14.55 15.598v46.805h23.99v7.648h-23.99zm1042.6 227.04h25.35c14.9 0 25.88-9.93 25.88-25.871 0-15.949-10.98-26.668-25.88-26.668h-25.35zm0-87.563h29.53c35.29 0 63.78 25.879 63.78 61.692 0 36.066-27.45 61.16-63.78 61.16h-70.83v-182.97h41.3zm-369.68-196.32c0.9 16.801 13.65 27.902 28.35 27.902 15.75 0 27.45-10.046 28.2-27.902zm28.35 36.156c-21.16 0-37.95-16.054-37.95-40.957 0-23.398 15.3-40.949 38.7-40.949 18.3 0 31.94 10.352 36.3 24.902h-9.46c-3.44-10.047-14.24-16.652-26.69-16.652-17.7 0-28.95 12.453-29.4 29.406h66.3v4.6485c0 22.5-14.1 39.601-37.8 39.601zm68.83-65.402v97.949h-9v-97.949c0-9.2969 5.1-14.551 13.35-14.551h4.81v7.9492h-3.31c-3.75 0-5.85 2.5508-5.85 6.6016zm39.02 0v97.949h-9.01v-97.949c0-9.2969 5.1-14.551 13.35-14.551h4.81v7.9492h-3.3c-3.75 0-5.85 2.5508-5.85 6.6016zm36.4 44.246c0 7.8049 7.35 13.352 18.14 13.352 11.41 0 18.46-5.399 19.5-14.246h8.7c-1.2 13.945-13.04 22.05-27.45 22.05-15.9 0-27.45-8.254-27.45-21.156 0-30.594 48.46-13.348 48.46-37.5 0-9.4492-7.66-15.301-20.71-15.301-12.14 0-20.25 5.4024-21.44 15.898h-8.7c1.04-14.09 11.54-23.848 29.7-23.848 17.99 0 30 9.1523 30 23.703 0 32.098-48.75 14.852-48.75 37.047zm289.04-52.644c-17.85 0-29.7 13.047-29.7 32.695 0 19.348 11.85 32.851 29.55 32.851 17.25 0 29.55-12.902 29.55-32.851 0-17.852-10.95-32.695-29.4-32.695zm29.1 56.094h-0.9c-2.85 6.9067-12.3 17.707-29.4 17.707-22.35 0-37.65-16.953-37.65-41.105 0-23.848 15.3-40.801 38.25-40.801 17.55 0 26.55 11.555 29.09 17.402h0.91v-15.449h8.69v78h-8.99zm50.23 25.5c0 9.903 5.25 16.797 16.35 16.797h6.45v7.957h-6.3c-15.15 0-25.5-9.148-25.5-24.597v-9.903h-14.7v-7.648h14.7v-70.352h9v70.352h23.25v7.648h-23.25zm-779.72-81.593c-17.85 0-29.7 13.047-29.7 32.695 0 19.348 11.85 32.851 29.55 32.851 17.25 0 29.55-12.902 29.55-32.851 0-17.852-10.96-32.695-29.4-32.695zm29.1 56.094h-0.9c-2.85 6.9067-12.3 17.707-29.4 17.707-22.35 0-37.65-16.953-37.65-41.105 0-23.848 15.3-40.801 38.25-40.801 17.55 0 26.54 11.555 29.09 17.402h0.91v-16.953c0-16.641-9.75-26.992-28.35-26.992-12.75 0-22.35 5.4024-24.6 15.898h-8.55c2.4-13.953 14.1-23.848 33.15-23.848 22.65 0 37.04 12.902 37.04 34.941v79.504h-8.99zm107.01 217.08c0 7.317 7.84 12.286 20.13 12.286 13.33 0 20.39-5.754 21.7-14.118h35.02c-1.83 28.754-24.83 43.91-56.72 43.91-36.86 0-56.72-20.386-56.72-43.91 0-59.332 77.89-32.152 77.89-56.976 0-7.844-7.58-12.813-21.17-12.813-13.33 0-21.43 4.969-22.47 14.637h-36.86c0.78-27.969 19.34-45.742 59.07-45.742 39.2 0 60.64 19.347 60.64 46.008 0 61.16-80.51 34.238-80.51 56.718zm26.98-220.53c0 7.8049 7.36 13.352 18.15 13.352 11.4 0 18.45-5.399 19.5-14.246h8.7c-1.2 13.945-13.05 22.05-27.45 22.05-15.9 0-27.45-8.254-27.45-21.156 0-30.594 48.46-13.348 48.46-37.5 0-9.4492-7.66-15.301-20.71-15.301-12.15 0-20.25 5.4024-21.44 15.898h-8.7c1.04-14.09 11.54-23.848 29.69-23.848 18 0 30 9.1523 30 23.703 0 32.098-48.75 14.852-48.75 37.047zm-93.96-15c0.9 16.801 13.65 27.902 28.35 27.902 15.75 0 27.45-10.046 28.2-27.902zm28.35 36.156c-21.15 0-37.95-16.054-37.95-40.957 0-23.398 15.3-40.949 38.7-40.949 18.3 0 31.94 10.352 36.3 24.902h-9.45c-3.45-10.047-14.25-16.652-26.7-16.652-17.7 0-28.95 12.453-29.4 29.406h66.3v4.6485c0 22.5-14.1 39.601-37.8 39.601zm966.5 275.43h-38.42v-25.352c0-7.32-3.92-12.285-11.24-12.285h-13.07v-31.367h22.21v-58.551c0-30.32 18.04-47.832 48.1-47.832h27.97v33.457h-17.77c-12.03 0-17.78 6.27-17.78 16.465v56.461h36.08v31.625h-36.08zm-2069.4-74.492h15.938v38.164h-13.321c-18.566 0-30.851-11.762-35.546-21.957h-2.09v20.906h-38.164v-138.01h40.508v62.735c0 23.785 12.812 38.16 32.675 38.16zm-116.41-237.1c0.898 16.801 13.652 27.902 28.359 27.902 15.743 0 27.442-10.046 28.192-27.902zm28.359 36.156c-21.152 0-37.949-16.054-37.949-40.957 0-23.398 15.293-40.949 38.692-40.949 18.3 0 31.953 10.352 36.296 24.902h-9.441c-3.457-10.047-14.258-16.652-26.699-16.652-17.707 0-28.945 12.453-29.406 29.406h66.3v4.6485c0 22.5-14.101 39.601-37.793 39.601zm150.91 118.35c0 12.285-8.887 21.691-22.215 21.691-12.285 0-22.219-9.406-22.219-21.691 0-12.812 9.934-21.699 22.219-21.699 13.328 0 22.215 8.887 22.215 21.699zm367.02 66.387c1.84 13.593 14.38 25.879 31.63 25.879 18.04 0 30.06-11.239 31.63-25.879zm31.63 56.718c-42.08 0-70.83-30.058-70.83-73.183 0-41.563 30.06-71.621 70.05-71.621 37.37 0 62.47 18.554 68.74 47.57h-36.59c-3.92-8.625-14.64-16.465-30.58-16.465-19.08 0-31.89 12.547-33.2 30.059h101.68v11.765c0 38.418-23.79 71.875-69.27 71.875zm2066.9-2.347c-18.57 0-30.85-11.762-35.56-21.957h-2.09v20.906h-38.15v-138.01h40.5v62.735c0 23.785 12.82 38.16 32.68 38.16h15.95v38.164zm-2689.7-218.41h-8.543v-19.348c0-2.098-1.359-3.297-3.156-3.297h-12.149v-7.648h14.856v-46.953c0-15.449 8.848-23.398 22.949-23.398h9.297v7.9492h-8.703c-10.047 0-14.551 5.7032-14.551 15.598v46.805h23.996v7.648h-23.996zm2485.1 164.04c1.84 13.593 14.39 25.879 31.64 25.879 18.03 0 30.05-11.239 31.63-25.879zm31.64 56.718c-42.08 0-70.83-30.058-70.83-73.183 0-41.563 30.05-71.621 70.04-71.621 37.38 0 62.48 18.554 68.74 47.57h-36.59c-3.92-8.625-14.64-16.465-30.58-16.465-19.08 0-31.89 12.547-33.2 30.059h101.68v11.765c0 38.418-23.79 71.875-69.26 71.875zm-2615.5-241.76c0 10.05 7.949 18.898 23.555 18.898 14.539 0 24.59-7.648 24.59-21.601h9.453c0 21.296-18 30-33.906 30-20.547 0-32.844-12.454-32.844-27.297 0-40.801 59.699-18.602 59.699-52.95 0-11.844-10.195-20.098-26.094-20.098-17.109 0-28.058 10.352-28.058 24.152h-9.149c0-19.504 15.899-32.707 36.895-32.707 22.812 0 35.703 13.059 35.703 29.25 0 41.699-59.844 21.758-59.844 52.352zm1782.9-7.95c12.75 0 24.15-7.656 27.45-19.355h9.3c-4.06 17.258-19.95 27.609-36.9 27.609-22.95 0-39.9-17.851-39.9-40.957 0-23.098 16.65-40.949 40.05-40.949 16.8 0 33 10.352 36.75 27.598h-9.15c-3.15-11.699-14.7-19.348-27.3-19.348-18.15 0-31.05 14.106-31.05 32.699 0 18.152 12.45 32.703 30.75 32.703zm-1722 144.11h-21.953v111.35h21.953c26.926 0 52.805-15.421 52.805-54.89 0-41.555-26.145-56.457-52.805-56.457zm1.828 147.16h-65.078v-182.97h65.078c58.555 0 94.102 35.547 94.102 92.27 0 53.32-35.547 90.699-94.102 90.699zm223.3-332.52c0-13.496-10.051-24.152-23.848-24.152-12.597 0-22.355 9.1523-22.355 22.199v49.504h-8.992v-49.953c0-16.648 11.093-30 29.394-30 12.449 0 21.602 7.0508 24.902 14.707h0.899v-12.754h9.004v78h-9.004zm1590.3 49.504c-12.76 0-21.91-6.906-25.35-14.855h-0.9v47.402h-9.01v-112.5h9.01v48c0 13.203 10.64 23.543 24.15 23.543 12.74 0 22.64-9.2967 22.64-22.195v-49.348h9v49.953c0 16.649-11.4 30-29.54 30zm-1203.4-17.558h-0.9v15.605h-9v-78h9v42.004c0 14.844 8.25 26.992 23.25 26.992h5.84v9.004h-5.99c-12 0-19.81-8.105-22.2-15.605zm-346.92-18.598c0.898 16.801 13.64 27.902 28.34 27.902 15.75 0 27.449-10.046 28.203-27.902zm28.34 36.156c-21.145 0-37.95-16.054-37.95-40.957 0-23.398 15.301-40.949 38.711-40.949 18.289 0 31.942 10.352 36.289 24.902h-9.453c-3.437-10.047-14.238-16.652-26.699-16.652-17.695 0-28.945 12.453-29.394 29.406h66.296v4.6485c0 22.5-14.101 39.601-37.8 39.601zm396.38-73.8c-17.85 0-29.7 13.047-29.7 32.695 0 19.348 11.85 32.851 29.56 32.851 17.24 0 29.54-12.902 29.54-32.851 0-17.852-10.94-32.695-29.4-32.695zm29.1 56.094h-0.9c-2.85 6.9067-12.3 17.707-29.4 17.707-22.35 0-37.65-16.953-37.65-41.105 0-23.848 15.3-40.801 38.25-40.801 17.55 0 26.56 11.555 29.1 17.402h0.9v-15.449h8.71v78h-9.01zm1419.1 234.86h-2.09v20.906h-38.15v-138.01h40.51v62.735c0 23.785 12.81 38.16 32.67 38.16h15.95v38.164h-13.33c-18.56 0-30.85-11.762-35.56-21.957zm-1624.4-253.3c0.9 16.801 13.65 27.902 28.35 27.902 15.75 0 27.45-10.046 28.19-27.902zm28.35 36.156c-21.14 0-37.95-16.054-37.95-40.957 0-23.398 15.3-40.949 38.7-40.949 18.3 0 31.95 10.352 36.29 24.902h-9.44c-3.45-10.047-14.25-16.652-26.7-16.652-17.71 0-28.95 12.453-29.41 29.406h66.31v4.6485c0 22.5-14.1 39.601-37.8 39.601zm-61.54 100.05 38.17 103.5h1.57v-103.5h39.99v182.97h-51.23l-43.39-124.16h-1.57l-49.39 124.16h-50.98v-182.97h39.73v107.69h1.58l42.34-107.69zm-117.12-117.61h-0.899v15.605h-9.004v-78h9.004v42.004c0 14.844 8.252 26.992 23.252 26.992h5.85v9.004h-6c-12 0-19.801-8.105-22.203-15.605zm85.093-56.242c-18.44 0-29.39 14.844-29.39 32.695 0 19.949 12.29 32.851 29.55 32.851 17.7 0 29.54-13.504 29.54-32.851 0-19.648-11.84-32.695-29.7-32.695zm1.2 73.8c-17.09 0-26.55-10.8-29.4-17.707h-0.9v50.254h-9v-112.5h8.71v15.449h0.9c2.55-5.8476 11.54-17.402 29.1-17.402 22.95 0 38.24 16.953 38.24 40.801 0 24.152-15.29 41.105-37.65 41.105zm1125.7 131.41c-14.9 0-25.88 8.887-25.88 20.911 0 9.929 4.97 16.211 14.38 21.699l33.46-37.649c-7.06-3.132-14.64-4.961-21.96-4.961zm1.83 121.02c9.94 0 15.16-6.797 15.16-14.637 0-8.101-3.66-12.808-14.9-18.558l-4.7-2.614c-6.8 7.578-10.99 12.809-10.99 20.907 0 8.105 6.28 14.902 15.43 14.902zm87.83-49.141h-35.3c3.4-16.726 0.53-31.105-6.27-42.867l-27.97 31.106 2.62 1.308c18.82 10.192 31.89 23 31.62 46-0.25 26.926-22.73 47.574-52.53 47.574-32.41 0-52.54-21.171-52.54-47.832 0-15.16 7.58-28.23 16.21-38.949-19.35-11.5-30.58-26.656-30.58-47.308 0-38.164 31.1-55.676 64.56-55.676 17.25 0 33.19 4.707 46.79 12.551l8.36-9.153h48.36l-29.8 32.93c14.89 19.609 21.69 44.961 16.47 70.316zm744.74 38.16c-18.55 0-31.62-9.144-37.12-18.554h-2.09v15.156h-38.15v-138.01h40.51v77.375c0 14.633 9.41 26.395 23.52 26.395 13.86 0 22.22-10.196 22.22-24.305v-79.465h40.52v92.008c0 28.75-18.82 49.398-49.41 49.398zm-2596.3 40.872c-3.637 4.718-10.102 6.211-15.438 3.546-5.625-2.773-8.418-9.21-6.613-15.218 16.164-67.563-3.899-138.67-52.996-187.82-55.016-55.351-137.18-73.691-210.51-46.992-103.96 37.957-157.46 153.02-119.5 256.98 37.961 103.96 153.02 157.46 256.98 119.5 20.274-7.402 39.219-18.031 56.106-31.481 5.304-4.574 13.32-3.984 17.894 1.325 4.578 5.308 3.985 13.32-1.324 17.902-0.379 0.324-0.785 0.633-1.199 0.918-56.379 44.754-130.7 59.98-200.13 41-95.254-25.941-162.58-110.8-166.19-209.45-1.8359-40.391 7.6328-80.492 27.344-115.8 30.66-58.445 85.903-100.07 150.54-113.42 21.867-4.336 44.214-5.742 66.453-4.168 96.586 7.988 177.32 76.668 200.7 170.72 8.883 35.011 9.035 71.668 0.445 106.75-0.472 2.05-1.336 3.992-2.554 5.711' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Gutenberg Blöcke & Zusatzklassen = = = */

/* block-cover */
.wp-block-cover {
    align-items: flex-start;
}

/* wp-block-separato */
.wp-block-separator.has-background.is-style-wide:not(.is-style-dots) {
    height: 10px;
    opacity: 1;
    max-width: calc(34% + 20px);
    margin-left: -20px !important;
}

.wp-block-separator.has-background.is-style-wide.sbl-hr-right:not(.is-style-dots) {
    margin-left: auto !important;
    margin-right: -20px !important;
    max-width: calc(63% + 20px);
}

.home .wp-block-separator.has-background.is-style-wide:not(.is-style-dots) {
    max-width: calc(50% + 20px);
}

@media (min-width: 1480px) {
    .wp-block-separator.has-background.is-style-wide:not(.is-style-dots) {
        margin-left: 0 !important;
        max-width: 34%;
    }

    .wp-block-separator.has-background.is-style-wide.sbl-hr-right:not(.is-style-dots) {
        margin-right: 0 !important;
        max-width: 63%;
    }

    .home .wp-block-separator.has-background.is-style-wide:not(.is-style-dots) {
        max-width: 50%;
    }
}

@media (min-width: 782px) {
    /* wp-block-columns sbl-separator */

    .wp-block-columns.sbl-columns-separator .wp-block-column:first-child {
        border-right: 1px solid var(--wp--preset--color--prime-grey);
        padding-right: 6%;
    }

    .wp-block-columns.sbl-columns-separator .wp-block-column:nth-child(2) {
        margin-left: 6%;
    }

    /* wp-block-columns */
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
        margin-left: 70px;
    }

    .mega-sub-menu .textwidget .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
        margin-left: 10px;
    }

    .mega-sub-menu .textwidget a {
        text-decoration: none;
    }

    .mega-sub-menu .textwidget a:hover {
        color: var(--wp--preset--color--prime-orange);
    }
}


/* Clever Reach  = = = */

.cr_form a {
    text-decoration: none;
    font-size: 1rem;
}

.cr_form input {
    width: 100%;
    border: 0;
    background: none;
    border-bottom: 1px solid var(--wp--preset--color--prime-orange);
    padding: 10px;
    margin-bottom: 5px;
}

.cr_form button {
    cursor: pointer;
    margin-top: 10px;
}

.cr_form select {
    border: 0;
    background: none;
    border-bottom: 1px solid var(--wp--preset--color--prime-orange);
}

/* sbl-site-icons = = = */

.sbl-site-icons {
    display: block;
    position: fixed;
    right: 25px;
    bottom: 15px;
}

.sbl-site-icons a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2.5px solid var(--wp--preset--color--prime-orange);
    box-shadow: 0 0 0 2.5px white;
    transition: .4s;
}

.sbl-site-icons a:hover {
    transform: scale(1.05);
}

.sbl-site-icons .sbl-to-top a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22.5' viewBox='0 0 20 22.5'%3E%3Cpath id='Pfad_55' data-name='Pfad 55' d='M9 13h3.75V25.5h2.5V13H19L14 8ZM4 3V5.5H24V3Z' transform='translate(-4 -3)' fill='%23f25e18'/%3E%3C/svg%3E");
}

.sbl-site-icons .sbl-contact a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15.995' viewBox='0 0 18 15.995'%3E%3Cpath id='Pfad_56' data-name='Pfad 56' d='M18.41 5.8 17.2 4.59a2 2 0 0 0-2.83 0L11.69 7.27 3 15.96V20H7.04l8.74-8.74 2.63-2.63A1.986 1.986 0 0 0 18.41 5.8ZM6.21 18H5V16.79l8.66-8.66 1.21 1.21ZM11 20l4-4h6v4Z' transform='translate(-3 -4.005)' fill='%23f25e18'/%3E%3C/svg%3E");
}

.sbl-site-icons .sbl-xing a {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3c.2 0 .2-.1 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2l44.7 77.5zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-color: var(--wp--preset--color--prime-orange);
    background-size: 40px;
}

@media (max-width: 768px) {

    .sbl-site-icons,
    .sbl-mobile-none {
        display: none;
    }
}


/* Home Slider = = = */

.sbl-home-slider .slick-dots li {
    margin: 0;
}

.sbl-home-slider .slick-dots li button:before {
    font-size: 12px;
}

.sbl-home-slider .slick-slide .wp-block-group {
    padding: 0;
    display: flex;
    align-items: stretch;
    font-weight: 500;
}

.sbl-home-slider .slick-slide .wp-block-group p {
    width: 100%;
}

.sbl-home-slider .slick-slide .wp-block-group a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    hyphens: auto;
    text-decoration: none;
}

.sbl-home-slider.wp-block-cb-carousel .slick-slide {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1025px) {
    .sbl-home-slider .slick-dots {
        display: none;
    }

    .sbl-home-slider .slick-track {
        display: grid;
        padding-bottom: 100px;
        /* grid: [stack] 1fr / [stack] 1fr; */
    }

    .sbl-home-slider .slick-slide {
        width: 100% !important;
        padding: 0;
        grid-area: stack;
        position: relative;
        overflow: initial;
    }

    .sbl-home-slider .slick-slide.slide-hover {
        z-index: 1;
    }

    .sbl-home-slider .slick-slide.slide-hover .wp-block-group {
        background-color: var(--wp--preset--color--prime-orange) !important;
    }

    .sbl-home-slider .slick-slide .wp-block-group {
        position: absolute;
        bottom: -100px;
        width: 25%;
        left: 0;
        min-height: 100px;
        border-right: 2px solid white;
    }

    .sbl-home-slider .slick-slide:nth-child(2) .wp-block-group {
        margin-left: 25%;
    }

    .sbl-home-slider .slick-slide:nth-child(3) .wp-block-group {
        margin-left: 50%;
    }

    .sbl-home-slider .slick-slide:nth-child(4) .wp-block-group {
        margin-left: 75%;
        border-right: 0;
    }
}


/* Blog = = = */
.single .wp-block-post-title,
.archive .wp-block-post-title,
.page-id-18 .wp-block-post h2 {
    font-size: 1.75rem;
    font-weight: 500;
}

.single .wp-block-post-content h2,
li.post h2 {
    font-size: 1.5rem;
}

.archive .wp-block-post-content h2,
li.post h2 {
    font-weight: 500;
}

.archive .wp-block-post-title a,
li.post h2 a {
    text-decoration: none;
}

.archive .wp-block-query-title {
    font-size: 0;
}

.archive .wp-block-query-title>span,
.page-id-18 h1 {
    font-size: 3rem;
    font-weight: 500;
}

/* blog-sidenav */
.wp-block-group.has-background.blog-sidenav {
    padding: 0;
}

.blog-sidenav p.has-background {
    padding: 8px 20px;
}

.blog-sidenav nav {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

/* Beitrag */
.single main {
    padding-bottom: 50px;
}

.wp-block-post-title {
    margin: 0;
}

.wp-block-post-date,
.wp-block-post-author__name,
.taxonomy-category.wp-block-post-terms {
    padding: 2px 20px;
    background: #F3F3F3;
    margin-top: 20px;
    border-radius: 20px;
}

.wp-block-post-date a,
.wp-block-post-author__name a,
.taxonomy-category.wp-block-post-terms a,
.wp-block-post-excerpt__more-link {
    text-decoration: none;
}

/* Datenschutz - page-id-3 */
.page-id-3 p,
.page-id-3 h1,
.page-id-3 h2,
.page-id-3 h3,
.page-id-3 h4 {
    margin-bottom: 15px;
}

.page.page-id-3 h2 {
    margin-top: 50px !important;
}

.page.page-id-3 h3 {
    margin-top: 30px !important;
}