@font-face {
    font-family: "HelveticaNeueBlack";
    src:
            local("HelveticaNeueBlack"),
            url("../fonts/HelveticaNeueBlack.otf") format("opentype"),
            url("../fonts/HelveticaNeueBlack.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNeueBold";
    src:
            local("HelveticaNeueBold"),
            url("../fonts/HelveticaNeueBold.otf") format("opentype"),
            url("../fonts/HelveticaNeueBold.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNeueHeavy";
    src:
            local("HelveticaNeueHeavy"),
            url("../fonts/HelveticaNeueHeavy.otf") format("opentype"),
            url("../fonts/HelveticaNeueHeavy.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNeueLight";
    src:
            local("HelveticaNeueLight"),
            url("../fonts/HelveticaNeueLight.otf") format("opentype"),
            url("../fonts/HelveticaNeueLight.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNeueMedium";
    src:
            local("HelveticaNeueMedium"),
            url("../fonts/HelveticaNeueMedium.otf") format("opentype"),
            url("../fonts/HelveticaNeueMedium.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNeueRoman";
    src:
            local("HelveticaNeueRoman"),
            url("../fonts/HelveticaNeueRoman.otf") format("opentype"),
            url("../fonts/HelveticaNeueRoman.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNeueThin";
    src:
            local("HelveticaNeueThin"),
            url("../fonts/HelveticaNeueThin.otf") format("opentype"),
            url("../fonts/HelveticaNeueThin.otf") format("opentype");
}

@font-face {
    font-family: "NotoSansBatak";
    src:
            local("NotoSansBatak"),
            url("../fonts/NotoSansBatak.otf") format("opentype"),
            url("../fonts/NotoSansBatak.otf") format("opentype");
}

@font-face {
    font-family: "ChakraPetch";
    font-weight: 400;
    src:
            local("ChakraPetch-Medium"),
            url("../fonts/ChakraPetch-Medium.otf") format("opentype"),
            url("../fonts/ChakraPetch-Medium.otf") format("opentype");
}

/* Fonts */
:root {
    --default-font: "HelveticaNeueRoman", sans-serif;
    --widget-font: "HelveticaNeueLight", sans-serif;
    --title-font: "HelveticaNeueMedium", sans-serif;
    --heading-font: "Inter", sans-serif;
    --nav-font: "Inter", sans-serif;
    --content-font: "HelveticaN", sans-serif;
    --reg-font: "NotoSansBatak";
    --chakra-font: "ChakraPetch";
    --border-radius: 10px;

}

:root {
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #333232; /* Default color used for the majority of the text content across the entire website */
    --default-color2: #838282;
    --default-color3: #636363;
    --heading-color: #151515; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #971616; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #312f2f; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
    --nav-color: rgba(255, 255, 255, 0.905);  /* The default color of the main navmenu links */
    --nav-hover-color: #ffc451; /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #ffc451; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
    --bs-dark-custom: #5a5a5f;
    --bs-dark-custom-light: #414143;
}
:root {
    --csred:  #B72C2B;
    --csred-hover: #ac2221;
}
:root {
    --body-font-size: 1rem;
    --nav-font-size:1.09rem;
    --body-line-height: 1.5;
}
.main {
    margin: 45px 0;
}
.empty-element{
    display:none;
}
.main-content .force-no-wrap{
    white-space: nowrap !important;
}
/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */
.light-background {
    --background-color: #f9f9f9;
    --surface-color: #ffffff;
}

.dark-background {
    --background-color: #b62b2b;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #252525;
    --contrast-color: #2a2727;
}

.dark-background-footer {
    background-color:rgb(255, 196, 81);
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #252525;
    --contrast-color: #2a2727;
}
.catalog-icon {
    background-image: url(../img/k.png);
    background-size: contain;
    height: 1rem;
    width: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
}
/*--------------------------------------------------------------
# tree-view Classes
--------------------------------------------------------------*/
ol, ul {
    padding-left: 0rem;
}
.tree-view {
    --spacing: 0.8rem;
    --radius: 10px;
}
.tree-view .collapse-indicator {
    cursor: pointer;
    font-size: 17px;
    position: absolute;
}
.tree-view  li span i{
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}
.main {
    min-height: 850px;
}
.widget-item .tree-view  li span i {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-right: 15px;
    position: relative;
    top: 4px;
    color: var(--csred);
    transform: scale(1.1, 1.7);
}

.tree-view ul li {
    /*border-left: 2px solid #dbd9d9;*/

}

.tree-view ul li:last-child {
    border-color: transparent;
}

.tree-view ul li::before {
    /*content: '';
    display: block;
    position: absolute;
    left: -2px;
    width: calc(var(--spacing) + 1px);
    height: calc(var(--spacing) + 1px);
    border: solid #dbd9d9;
    border-width: 0 0 2px 2px;*/
}
.title {
    font-family: var(--default-font), serif;
}
span.title {
    font-style: italic;
}
.tree-view li {
    display: block;
    position: relative;
    padding-left: calc(2 * var(--spacing) - var(--radius) - 1px);
}

.tree-view ul {
    margin-left: calc(var(--radius) - var(--spacing));
    padding-left: 0;
}
.title-treeview {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: black;
}
/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
    color: var(--default-color3);
    background-color: var(--background-color);
    font-family: var(--default-font), serif;
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    letter-spacing: 0.04em;
}

a {
    color: var(--bs-dark-custom);
    text-decoration: none;
    transition: 0.3s;
}
.hero-slant.overlay {
    position: relative; }
.hero-slant.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2); }

a:hover {
    color: var(--csred);
    text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--default-font);
    font-weight: 400;
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
    display: none;
    background: var(--csred);
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: var(--surface-color);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.highlight{
    background-color: #b72c2bed;
    padding: 2px 5px;
    color: #ede6e6;
}
.search-sidebar .top a {
    font-size: 14px;
    padding: 5px 14px;
    border-radius: 7px;
    border: 1px solid var(--csred);
    background: #fff;
    color: var(--csred);
    display: flex;
    gap: 3px;
}
.search-sidebar .top a:hover {
    background: var(--csred);
    color: #fff;
}
.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--accent-color);
    border-top-color: var(--surface-color);
    animation: php-email-form-loading 1s linear infinite;
}
.note ul {
    margin-left: 1rem;
}
@keyframes php-email-form-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
#right-tags {
    padding-top: 80px;
}
#right-tags .container .article ul{
    list-style: none;
    margin: 0;
}

#right-tags .container .article ul a{
    color: #000000;
}
#right-tags .container .article ul a:hover{
    color: var(--csred) ;

}
.img-right01 {
    width: 150px;
    height: 250px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#right-tags .article {
    background-color: var(--surface-color);
    padding: 20px 10px;
    border: 1px solid #333;
    box-shadow: none;
    border-radius: 20px;
}
#right-tags .container .article ul li {
    padding: 3px 0;
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
    --background-color: #b62b2b;
    --heading-color: #ffffff;
    --contrast-color: #ffffff;
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 10px 0;
    transition: all 0.5s;
    z-index: 997;
    margin-bottom: 5rem;
}

.header.fixed-top {
    background-color: #fff !important;
    box-shadow: 0 3px 20px #33333326;
}

.header.fixed-top .logo {
    line-height: 1;
}

.header.fixed-top .logo img {
    max-height: 36px;
    margin-right: 8px;
}

.header.fixed-top .logo h1 {
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    color: var(--csred);
}

.header.fixed-top .logo span {
    color: var(--bs-black);
    font-size: 32px;
}

.header.fixed-top .navmenu a, .header.fixed-top .navmenu a:focus {
    color: var(--bs-black);
}

.header.fixed-top .navmenu ul li .icon {
    background: var(--csred);
    color: #fff;
}
.base-nav svg{
    width:23px;
    min-width: 23px;
    height: auto;

}
.tree-view .base-nav i.icon {
    position: relative;
}
.icon-svg{
    font-size: 15px;
    position: relative;
}
.tree-view .base-nav i.bi::after, .icon-svg.category::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    background: color-mix(in srgb, var(--csred), transparent 6%);
    border-radius: 50px;
    z-index: 1;
    bottom: -3px;
    right: -4px;
    transition: 0.3s;
}
.header .logo {
    line-height: 1;
}

.header .logo img {
    max-height: 36px;
    margin-right: 8px;
}

.home .header .logo h1 {
    color: var(--csred);
}

.header .logo h1 {
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    color: var(--bs-white);
}

.header .logo span {
    color: var(--bs-black);
    font-size: 32px;
}

.home .header .logo span {
    color: var(--csred);
    font-size: 32px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    color: var(--contrast-color);
    font-size: 14px;
    padding: 8px 30px;
    margin: 0 0 0 30px;
    border-radius: 4px;
    transition: 0.3s;
    border: 2px solid var(--accent-color);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
    color: var(--default-color);
    background: var(--accent-color);
}

@media (max-width: 1200px) {
    .header .logo {
        order: 1;
    }

    .header .btn-getstarted {
        order: 2;
        margin: 0 15px 0 0;
        padding: 6px 15px;
    }

    .header .navmenu {
        order: 3;
    }
}

.scrolled .header {
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Index Page Header
------------------------------*/
.index-page .header {
    background-color: var(--csred);
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header {
    --background-color: rgba(182, 43, 43, 100);
}

.navmenu ul li .icon {
    position: absolute;
    top: 15px;
    right: -18px;
    background: #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 13px;
    font-style: initial;
    text-align: center;
    line-height: 1.4;
    color: var(--csred);
}
.home .header .navmenu ul li .icon {
    background: var(--csred);
    color: #fff;
}

.slider-home .iconDot {
    color: var(--csred);
    font-family: 'Inter', serif;
    font-size: 58px;
}

.slider-home .search {
    margin: 3rem 0;
    width: 80%;
}
.slider-home .search input::placeholder {
    font-size: 17px;
}
.slider-home .search button {
    background: var(--csred);
    border: 1px solid var(--csred);
    color: var(--bs-body-bg);
    font-size: 20px;
    padding: 5px 15px;
    line-height: 1.5;
}
.slider-home .icon-box-wrapper{
    margin-right:100px;
    float: left;
}
.slider-home .icon-box {
    display: flex;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 2rem, #ffffff00 10%, #ffffff 3rem) 1;
    gap: 15px;
    width: fit-content;
    position: relative;
    padding-bottom: 10px;
}
.slider-home .icon-box-head{
    align-items: end;
    display: flex;
}
.slider-home .icon-box-head h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
}
.slider-home .icon-box .icon {
    position: relative;
}
.slider-home .icon-box .icon svg {
    width: 32px;
    min-width: 32px;
    height: auto;
}
.slider-home .icon-box .icon:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: color-mix(in srgb, var(--csred), transparent 6%);
    border-radius: 50px;
    z-index: -1;
    bottom: -3px;
    right: -7px;
    transition: 0.3s;
}
.about {
    padding: 5rem 0;
    font-size: 20px;
}
.about .box {
    max-width: 90%;
    margin: auto;
}
.about .box img {
    max-width: 100%;
}
.about h2.title {
    text-align: center;
    color: var(--csred);
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 4rem;
    font-style: normal;
    font-family: var(--heading-font), serif;
}
.about a {
    color: var(--csred);
}
.about .desc {
    color: var(--csred);
    font-family: var(--chakra-font), serif;
    font-weight: 400;
    font-size: 26px;
}
.about .center {
    color: var(--csred);
    text-align: center;
    margin-top: 3rem;
    font-weight: 600;
    font-family: var(--chakra-font), serif;
}
.about p {
    color: var(--bs-dark-custom);
    line-height: 1.56;
}
.index-page.home .header .navmenu a:hover {
    color: var(--csred);
}
.index-page .header .navmenu a:hover {
    color: #fff;
}
.collapsible {
    color: var(--csred);
    cursor: pointer;
    background: none;
    padding: 10px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}
.active, .collapsible:hover {
    color: var(--csred-hover);
}
.collapsible i {
    position: relative;
    top: 5px;
}
.collapseContent {
    padding: 0 0;
    display: block;
    overflow: hidden;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
    .navmenu {
        padding: 0;

    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a, .navmenu a:focus {
        color: var(--nav-color);
        padding: 18px 15px;
        font-size: 20px;
        font-family: var(--nav-font), serif;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*white-space: nowrap;*/
        transition: 0.3s;
    }

    .home .navmenu a,
    .home .navmenu a:focus {
        color: #333;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:last-child a {
        padding-right: 0;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--csred);
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 0px 0;
        border-radius: 5px;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        z-index: 99;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
    .navmenu .dropdown ul a:hover, .navmenu .dropdown ul .active:hover, .navmenu .dropdown ul li:hover > a {
        background-color: var(--csred) !important;
        color: #fff !important;
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
    }

    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--nav-dropdown-color);
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
        background-color: var(--nav-dropdown-hover-color);
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*white-space: nowrap;*/
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb, var(--accent-color), white 90%);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: color-mix(in srgb, var(--accent-color), white 90%);
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        background-color: var(--nav-dropdown-hover-color);
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
    color: var(--default-color);
    background-color: var(--csred);
    font-size: 14px;
    position: relative;
}

.footer .footer-top {
    padding: 2rem 0 0.7rem 0;
    background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 10%);
}

.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 10px;
}

.footer .footer-about .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-about .logo span {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--heading-font);
    color: var(--heading-color);
}
.footer .footer-about .logo .dot {
    color: var(--bs-dark-border-subtle);
    font-size: 32px;
}

.footer .footer-about p {
    font-size: 14px;
    font-family: var(--heading-font);
}

.footer .social-links a {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    background-color: color-mix(in srgb, var(--default-color) 5%, white 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: var(--contrast-color);
    background-color: var(--accent-color);
}

.footer h4 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links {
    float: right;
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-bottom {

}
.footer .footer-bottom a{
    color: #fff;
}
.footer .footer-links ul i {
    margin-right: 4px;
    font-size: 12px;
    line-height: 0;
    color: var(--accent-color);
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: white;
    display: inline-block;
    line-height: 1;
    font-size: 1.15rem;
}

.footer .footer-links ul a:hover {
    color: white
}

.footer .footer-contact p {
    margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 6px 8px;
    position: relative;
    border-radius: 4px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
    display: flex;
    background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 15%);
    transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
    border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
    border: 0;
    padding: 4px;
    width: 100%;
    background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 15%);
    color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
    outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    margin: -7px -8px -7px 0;
    background: var(--accent-color);
    color: var(--contrast-color);
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
    padding: 30px 0;
}

.footer .copyright p {
    margin-bottom: 0;
}

.footer .credits {
    margin-top: 5px;
    font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: var(--background-color);
    transition: all 0.6s ease-out;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ffffff;
    border-color: var(--accent-color) transparent var(--accent-color) transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: var(--csred);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background-color: var(--csred-hover);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .about .box {
        width: 100%;
    }
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
    color: var(--default-color);
    background-color: var(--background-color);
    position: relative;
}

.page-title .heading {
    padding: 80px 0;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
    font-size: 38px;
    margin-top: 1rem;
    font-weight: 700;
}

.page-title nav {
    background-color: color-mix(in srgb, var(--default-color), transparent 95%);
    padding: 20px 0;
}

.page-title nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.page-title nav ol li+li {
    padding-left: 10px;
}

.page-title nav ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
    color: var(--default-color);
    background-color: var(--background-color);

    scroll-margin-top: 98px;
    overflow: clip;
}

@media (max-width: 1199px) {

    section,
    .section {
        scroll-margin-top: 64px;
    }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title-page,.main-content .article .PseudoChapter2LevelItem> h2 {
    text-align: left;
    position: relative;
    background: var(--csred);
    color: var(--bs-body-bg);
    border-radius: 10px;
    margin-bottom: 2rem;
    padding: 10px;
    padding-left:1.5rem;
}
.section-title-page h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--bs-body-bg);
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize;
}
.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
}

.section-title h2:before,
.section-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--csred);
    display: inline-block;
}

.section-title h2:before {
    margin: 0 15px 10px 0;
}

.section-title h2:after {
    margin: 0 0 10px 15px;
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero:before {
    content: "";
    background: color-mix(in srgb, #939393, #00000000 90%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.hero .container {
    position: relative;
    z-index: 3;
}

.hero h2 {
    margin: 0;
    font-size: 65px;
    font-weight: 700;
}

.hero p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 15px 0 0 0;
    font-size: 26px;
}

.hero .sign-up-form {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 7px;
    background: color-mix(in srgb, var(--default-color) 5%, white 90%);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    display: flex;
}

.hero .sign-up-form input[type=email] {
    background-color: transparent;
    border: 0;
    padding: 4px 10px;
    width: 100%;
}

.hero .sign-up-form input[type=email]:focus-visible {
    outline: none;
}

.hero .sign-up-form input[type=submit] {
    border: 0;
    box-shadow: none;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    padding: 8px 20px 10px 20px;
    border-radius: 7px;
    color: var(--contrast-color);
    transition: 0.3s;
}

.hero .sign-up-form input[type=submit]:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 10%);
}

@media (max-width: 768px) {
    .hero h2 {
        font-size: 32px;
    }

    .hero p {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
    padding: 20px 0;
}

.clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.clients .client-logo img {
    padding: 20px 40px;
    max-width: 90%;
    transition: 0.3s;
    opacity: 0.5;
    filter: grayscale(100);
}

.clients .client-logo img:hover {
    filter: none;
    opacity: 1;
}

@media (max-width: 640px) {
    .clients .client-logo img {
        padding: 20px;
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding: 10px 20px;
    background: color-mix(in srgb, var(--accent-color), transparent 95%);
    color: var(--accent-color);
    border-radius: 7px;
    display: inline-block;
}

.about .content h2 {
    font-weight: 700;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .read-more {
    background: var(--accent-color);
    color: var(--contrast-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 24px;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about .content .read-more i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    transition: 0.3s;
}

.about .content .read-more:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
    padding-right: 19px;
}

.about .content .read-more:hover i {
    margin-left: 10px;
}

.about .icon-box {
    background-color: var(--surface-color);
    padding: 50px 40px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
}

.about .icon-box i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
    color: var(--accent-color);
}

.about .icon-box h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.about .icon-box p {
    margin-bottom: 0;
}

.about .icon-box:hover i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
}

.about .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: -40px;
}

@media (max-width: 768px) {

    .about .icon-boxes .col-md-6:nth-child(2) .icon-box,
    .about .icon-boxes .col-md-6:nth-child(4) .icon-box {
        margin-top: 0;
    }
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats {
    position: relative;
    padding: 120px 0;
}

.stats img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.stats:before {
    content: "";
    background: color-mix(in srgb, var(--background-color), transparent 40%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.stats .container {
    position: relative;
    z-index: 3;
}

.stats .stats-item {
    padding: 30px;
    width: 100%;
}

.stats .stats-item span {
    font-size: 48px;
    display: block;
    color: var(--default-color);
    font-weight: 700;
}

.stats .stats-item p {
    padding: 0;
    margin: 0;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 700;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
}

/*--------------------------------------------------------------
# tag p setting
--------------------------------------------------------------*/
#blog-details .article .content .card{
    flex: 0 0 auto;
    width: auto;
    text-align: justify;
    hyphens: auto;
}
#blog-details .article .content .card{
    #blog-details .article .content p{

        hyphens: auto;
    }
    .outline{
        border: 1px solid var(--csred);
        padding: 1px 2px;
        border-radius: 2px;
        line-height: 100%;
    }
    #blog-details .article .content a{
        color:var(--csred);
    }
}
#blog-details .article .content a:hover{
    color: var(--csred);
}

.link-text{
    color: black;
}
.link-text p:hover  {
    color: var(--csred);

}

.link-text span:hover{
    color: var(--csred);
}
#blog-details .article .content .red-box-out {
    border: 1px solid var(--csred);
    padding: 1px 2px;
    border-radius: 2px;
    line-height: 100%;
    color: #000000;
    display: inline-block;
    background-color: rgb(237,239,241);
}

#blog-details .article .content .red-box-out:hover {
    color: var(--csred);
}
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-item {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.features .features-item+.features-item {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .features .features-item+.features-item {
        margin-top: 40px;
    }
}

.features .features-item h3 {
    font-weight: 700;
    font-size: 26px;
}

.features .features-item .btn-get-started {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 8px 30px 10px 30px;
    border-radius: 4px;
}

.features .features-item .btn-get-started:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 10%);
}

.features .features-item ul {
    list-style: none;
    padding: 0;
}

.features .features-item ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.features .features-item ul li:last-child {
    padding-bottom: 0;
}

.features .features-item ul i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--accent-color);
}

.features .features-item img {
    border: 6px solid var(--surface-color);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.features .features-item .features-img-bg {
    position: relative;
    min-height: 500px;
}

@media (max-width: 640px) {
    .features .features-item .features-img-bg {
        min-height: 300px;
    }
}

.features .features-item .features-img-bg img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features .features-item .image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.features .features-item .image-stack .stack-back {
    grid-column: 4/-1;
    grid-row: 1;
    width: 100%;
    z-index: 1;
}

.features .features-item .image-stack .stack-front {
    grid-row: 1;
    grid-column: 1/span 8;
    margin-top: 20%;
    width: 100%;
    z-index: 2;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio .portfolio-filters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
    color: var(--contrast-color);
    background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
    margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
    margin-right: 0;
}

@media (max-width: 575px) {
    .portfolio .portfolio-filters li {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
}

.portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -100%;
    z-index: 3;
    transition: all ease-in-out 0.5s;
    background: color-mix(in srgb, var(--background-color), transparent 10%);
    padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 14px);
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    transition: 0.3s;
    line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 14px;
    font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing {
    padding: 60px 0 120px 0;
}

.pricing .section-title {
    margin-bottom: 40px;
}

.pricing .pricing-item {
    background-color: var(--surface-color);
    box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
    height: 100%;
    position: relative;
    border-radius: 15px;
}

.pricing h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
}

.pricing .icon {
    margin: 30px auto 20px auto;
    width: 70px;
    height: 70px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    transform-style: preserve-3d;
}

.pricing .icon i {
    color: var(--background-color);
    font-size: 28px;
    transition: ease-in-out 0.3s;
    line-height: 0;
}

.pricing .icon::before {
    position: absolute;
    content: "";
    height: 86px;
    width: 86px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent-color), transparent 80%);
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
}

.pricing .icon::after {
    position: absolute;
    content: "";
    height: 102px;
    width: 102px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent-color), transparent 90%);
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-2px);
}

.pricing h4 {
    font-size: 48px;
    color: var(--accent-color);
    font-weight: 700;
    font-family: var(--heading-font);
    margin-bottom: 25px;
    text-align: center;
}

.pricing h4 sup {
    font-size: 28px;
}

.pricing h4 span {
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 18px;
    font-weight: 400;
}

.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.pricing ul i {
    color: #059652;
    font-size: 24px;
    padding-right: 3px;
}

.pricing ul .na {
    color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.pricing ul .na i {
    color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .buy-btn {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
    transition: none;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading-font);
    transition: 0.3s;
}

.pricing .buy-btn:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
}

.pricing .featured {
    z-index: 10;
    border: 3px solid var(--accent-color);
}

@media (min-width: 992px) {
    .pricing .featured {
        transform: scale(1.15);
    }
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
    font-weight: 400;
    font-size: 34px;
}

.faq .content p {
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.faq .faq-container .faq-item {
    background-color: var(--surface-color);
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
    margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0 30px 0 0;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}

.faq .faq-container .faq-item h3 .num {
    color: var(--accent-color);
    padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
    color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
    color: var(--accent-color);
}

.faq .faq-container .faq-active h3 {
    color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: var(--accent-color);
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
    position: relative;
}

.team .member .member-img {
    margin: 0 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 4px solid var(--background-color);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .team .member .member-img {
        margin: 0 60px;
    }
}

.team .member .member-img img {
    position: relative;
    z-index: 1;
}

.team .member .member-img .social {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-bottom: 20px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.team .member .member-img .social a {
    transition: 0.3s;
    color: var(--contrast-color);
    font-size: 20px;
    margin: 0 8px;
}

.team .member .member-img .social a:hover {
    color: var(--accent-color);
}

.team .member .member-info {
    margin-top: 30px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 18px;
}

.team .member .member-info span {
    font-style: italic;
    display: block;
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-bottom: 10px;
}

.team .member .member-info p {
    margin-bottom: 0;
    font-size: 14px;
}

.team .member:hover .member-img .social {
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
    padding: 80px 0;
    position: relative;
    clip-path: inset(0);
}

.call-to-action img {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.call-to-action:before {
    content: "";
    background: color-mix(in srgb, var(--background-color), transparent 50%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.call-to-action .container {
    position: relative;
    z-index: 3;
}

.call-to-action h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--default-color);
}

.call-to-action p {
    color: var(--default-color);
}

.call-to-action .cta-btn {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid var(--contrast-color);
    color: var(--contrast-color);
}

.call-to-action .cta-btn:hover {
    background: var(--accent-color);
    border: 2px solid var(--accent-color);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .info h3 {
    font-weight: 700;
    font-size: 32px;
}

.testimonials .swiper {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--surface-color);
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 200px;
    position: relative;
    margin: 30px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    border: 6px solid var(--background-color);
    margin-right: 10px;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 14px;
    margin: 0;
}

.testimonials .testimonial-item .stars {
    margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: color-mix(in srgb, var(--accent-color), transparent 60%);
    font-size: 26px;
    line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

.testimonials .swiper-wrapper {
    height: auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: color-mix(in srgb, var(--default-color), transparent 85%);
    opacity: 1;
    border: none;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

@media (max-width: 767px) {

    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden;
    }

    .testimonials .testimonial-item {
        margin: 15px;
    }
}

/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.recent-posts article {
    background: var(--surface-color);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    align-content: center;
    align-items: center;
}

.recent-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.recent-posts .post-category {
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    margin-bottom: 10px;
}

.recent-posts .title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.recent-posts .title a {
    color: var(--heading-color);
    transition: 0.3s;
}

.recent-posts .title a:hover {
    color: var(--accent-color);
}

.recent-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.recent-posts .post-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.recent-posts .post-date {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
    background: color-mix(in srgb, var(--default-color), transparent 96%);
    padding: 30px;
}

.contact .info-item i {
    font-size: 38px;
    line-height: 0;
    color: var(--accent-color);
}

.contact .info-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    background: color-mix(in srgb, var(--default-color), transparent 96%);
    padding: 30px;
    height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
    background: var(--accent-color);
    color: var(--contrast-color);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .swiper-wrapper {
    height: auto;
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
    width: 48px;
    height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.15);
    font-size: 24px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {

    .portfolio-details .swiper-button-prev,
    .portfolio-details .swiper-button-next {
        display: none;
    }
}

.portfolio-details .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: color-mix(in srgb, var(--default-color), transparent 85%);
    opacity: 1;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.portfolio-details .portfolio-info h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    bottom: 0;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.portfolio-details .portfolio-info ul strong {
    text-transform: uppercase;
    font-weight: 400;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 14px;
}

.portfolio-details .portfolio-info .btn-visit {
    padding: 8px 40px;
    background: var(--accent-color);
    color: var(--contrast-color);
    border-radius: 50px;
    transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
    padding: 30px 30px 0 30px;
    position: relative;
    background: color-mix(in srgb, var(--default-color), transparent 97%);
    margin-bottom: 50px;
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid var(--background-color);
    float: left;
    margin: 0 10px 0 0;
}

.portfolio-details .portfolio-description .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    padding-top: 20px;
}

.portfolio-details .portfolio-description .testimonial-item h4 {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
    color: color-mix(in srgb, var(--accent-color), transparent 50%);
    font-size: 26px;
    line-height: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.portfolio-details .portfolio-description .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-box {
    background-color: var(--surface-color);
    padding: 20px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.service-details .service-box+.service-box {
    margin-top: 30px;
}

.service-details .service-box h4 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.service-details .services-list {
    background-color: var(--surface-color);
}

.service-details .services-list a {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    background-color: color-mix(in srgb, var(--default-color), transparent 96%);
    display: flex;
    align-items: center;
    padding: 12px 15px;
    margin-top: 15px;
    transition: 0.3s;
}

.service-details .services-list a:first-child {
    margin-top: 0;
}

.service-details .services-list a i {
    font-size: 16px;
    margin-right: 8px;
    color: var(--accent-color);
}

.service-details .services-list a.active {
    color: var(--contrast-color);
    background-color: var(--accent-color);
}

.service-details .services-list a.active i {
    color: var(--contrast-color);
}

.service-details .services-list a:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
    color: var(--accent-color);
}

.service-details .download-catalog a {
    color: var(--default-color);
    display: flex;
    align-items: center;
    padding: 10px 0;
    transition: 0.3s;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
    border-top: 0;
    padding-top: 0;
}

.service-details .download-catalog a:last-child {
    padding-bottom: 0;
}

.service-details .download-catalog a i {
    font-size: 24px;
    margin-right: 8px;
    color: var(--accent-color);
}

.service-details .download-catalog a:hover {
    color: var(--accent-color);
}

.service-details .help-box {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    margin-top: 30px;
    padding: 30px 15px;
}

.service-details .help-box .help-icon {
    font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
    color: var(--contrast-color);
}

.service-details .services-img {
    margin-bottom: 20px;
}

.service-details h3 {
    font-size: 26px;
    font-weight: 700;
}

.service-details p {
    font-size: 15px;
}

.service-details ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.service-details ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.service-details ul i {
    font-size: 20px;
    margin-right: 8px;
    color: var(--accent-color);
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
    background-color: var(--surface-color);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.blog-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.blog-posts .post-category {
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-bottom: 10px;
}

.blog-posts .title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog-posts .title a {
    color: var(--heading-color);
    transition: 0.3s;
}

.blog-posts .title a:hover {
    color: var(--accent-color);
}

.blog-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.blog-posts .post-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.blog-posts .post-date {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
    padding-top: 0;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog-pagination li a {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
    color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
    padding-bottom: 15px;
}

.blog-details .article {
    background-color: var(--surface-color);
    padding: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {

    overflow: hidden;
}

.blog-details .title {
    color: var(--heading-color);
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 30px 0;
}

.blog-details .content {
    margin-top: 20px;
}

.blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog-details .content blockquote {
    overflow: hidden;
    background-color: color-mix(in srgb, var(--default-color), transparent 95%);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog-details .content blockquote p {
    color: var(--default-color);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--accent-color);
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details .meta-top {
    margin-top: 20px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog-details .meta-top ul li+li {
    padding-left: 20px;
}

.blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    display: inline;
}

.blog-details .meta-bottom a {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
    color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog-details .meta-bottom .cats li {
    display: inline-block;
}

.blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog-details .meta-bottom .tags li {
    display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--default-color);
    content: ",";
}

.blog-details .meta-bottom .share {
    font-size: 16px;
}

.blog-details .meta-bottom .share i {
    padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Author Section
--------------------------------------------------------------*/
.blog-author {
    padding: 10px 0 40px 0;
}

.blog-author .author-container {
    background-color: var(--surface-color);
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-author img {
    max-width: 120px;
    margin-right: 20px;
}

.blog-author h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author .social-links {
    margin: 0 10px 10px 0;
}

.blog-author .social-links a {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
    margin-right: 5px;
}

.blog-author p {
    font-style: italic;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
    padding: 10px 0;
}

.blog-comments .comments-count {
    font-weight: bold;
}

.blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog-comments .comment .comment-img {
    margin-right: 14px;
}

.blog-comments .comment .comment-img img {
    width: 60px;
}

.blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog-comments .comment h5 a {
    font-weight: bold;
    color: var(--default-color);
    transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
    color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
    font-size: 20px;
}

.blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
    padding-left: 40px;
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
    padding-top: 10px;
}

.comment-form form {
    background-color: var(--surface-color);
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
    font-weight: bold;
    font-size: 22px;
}

.comment-form form p {
    font-size: 14px;
}

.comment-form form input {
    background-color: var(--surface-color);
    color: var(--default-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 10px;
}

.comment-form form input:focus {
    color: var(--default-color);
    background-color: var(--surface-color);
    box-shadow: none;
    border-color: var(--accent-color);
}

.comment-form form input::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
    background-color: var(--surface-color);
    color: var(--default-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
    height: 120px;
}

.comment-form form textarea:focus {
    color: var(--default-color);
    box-shadow: none;
    border-color: var(--accent-color);
    background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
    margin-bottom: 25px;
}

.comment-form form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: var(--accent-color);
    color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
    color: var(--contrast-color);
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
    background-color: #EDEDED;
    border: 1px solid var(--bs-code-color);
    border-radius: 35px;
    padding: 25px 15px;
    margin: 0 0 60px 0;
}
.widget-title {
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;

}

.widget-item {
    margin-bottom: 40px;

}


.widget-item:last-child {
    margin-bottom: 0;
}

.search-widget form {
    padding: 0 5px;
    position: relative;
    transition: 0.3s;
}

.search-widget form input[type=text] {
    border: 0;
    padding: 7px;
    border-radius: 12px;
    width: calc(100% - 50px);
    background-color: var(--background-color);
    color: var(--default-color);
}

.search-widget form input[type=text]:focus {
    outline: none;
}

.search-widget form button {
    background: var(--csred);
    color: var(--bs-light);
    border: 0;
    font-size: 16px;
    padding: 0 15px;
    transition: 0.3s;
    border-radius: 12px;
    line-height: 0;
    margin-left: 5px;
}
.search-widget .btn-search {
    border-radius: 12px;
    font-size: 12px;
    margin-left: 5px !important;
}
.search-widget form button i {
    line-height: 0;
}

.search-widget form button:hover {
    background: var(--csred-hover);
}

.search-widget form:is(:focus-within) {
    border-color: var(--accent-color);
}

.categories-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: var(--nav-font-size);
}
.categories-widget ul > li {
    margin-left: 0;
    padding-left: 5px;
}
.categories-widget ul > li ul {
    padding-left: 10px;
}
.categories-widget ul li:first-child {
    margin-top: 10px;
}
.categories-widget ul li {
    padding-bottom: 13px;
}

.categories-widget ul li:last-child {
    padding-bottom: 0;
}

.categories-widget ul a {
    margin-right:5px;
    color: var(--bs-dark-custom-light);
    transition: 0.3s;
    font-weight: 600;
    font-family: var(--widget-font), serif;
    letter-spacing: 1.2px;
}

.categories-widget ul a:hover {
    color: var(--csred-hover);
}

.categories-widget ul a span {
    padding-left: 5px;
    color: black;
    font-size: 14px;
}

.recent-posts-widget .post-item {
    display: flex;
    margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
    margin-bottom: 0;
}

.recent-posts-widget .post-item img {
    width: 80px;
    margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
    color: var(--default-color);
    transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
    color: var(--csred-hover);
}

.recent-posts-widget .post-item time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget {
    margin-bottom: -10px;
}

.tags-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tags-widget ul li {
    display: inline-block;
}

.tags-widget ul a {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    font-size: 18px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
    display: inline-block;
    transition: 0.3s;
    border-radius: 5px;
}

.tags-widget ul a:hover {
    background: var(--csred);
    color:#ffffff;
    border: 1px solid var(--csred);
}

.tags-widget ul a span {
    padding-left: 5px;
    color: color-mix(in srgb, var(--default-color), transparent 60%);
    font-size: 14px;
}

/*** list show ***/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}
/*** list typographi text ***/
.typo-list{
    margin: 15px;
}
.typo-list li a i{

}
.typo-list  li::before {content: "•"; color: black;
    display: inline-block; width: 1em;
    margin-left: -1em}
/**** icon color *****/
.bi-browser-safari{
    color: rgb(182,43,43);
}
.bi-caret-right-fill{
    color: rgb(182,43,43);
}
.bi-arrow-right{
    color: rgb(182,43,43);
}
.bi-arrow-up-right{
    color: rgb(182,43,43);
}
.bi-arrow-left{
    color: rgb(182,43,43);
}
.bi-arrow-right{
    color: rgb(182,43,43);
}
.bi-arrow-return-right{
    color:#0a53be;
}
.bi-pen{
    color:#0a53be;
}
/**********
card
 */
.custom-card{
    border: none; /* Remove card border */
    box-shadow: none; /* Remove any shadow */
}
.custom-card .card-header {
    background-color: #d3f7fc; /* Grey background for the header */
    border-bottom: none; /* Optional: Remove the border under the header */
}
#card02{
    margin-top: 20px;

}
#card03{
    margin-top: 20px;
}
#card02 p{
    padding: 20px;
}
#card03 p{
    padding: 20px;
    text-align: left;
    align-items: first;
}
/*** card body *****/
.card-body{
    margin-left: 10px;
}
.img-fluid {
    max-width: 100px;
    height: 100px;
}
.flex-column {
    flex-direction: column !important;
}

.card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    transition: transform 0.3s ease;
}

.card img {
    width: 100px;
    height: auto;
    padding: 10px;
    transition: transform 0.3s ease;
}
.card-left .card-body{
    padding: 0px;
}
.card-right .card-body{
    padding: 0px;
}
/* header search page */
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/hero-bg02.jpg) center center no-repeat;
    background-size: cover;
}



/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.list-content {
    flex: 1;
    padding-right: 20px;
}

.list-content h6 {
    font-size: 1em;
    color: var(--csred);
}

.list-content .details {
    font-size: 0.9em;
    color: #666;
}

.list-image {
    flex: 0 0 100px;
}

.list-image img {
    width: 200px;
    height: 134px;
}

.services .service-item {
    position: relative;
    padding-top: 20px;

}

.services .service-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: color-mix(in srgb, var(--default-color), transparent 90%);
}

.services .service-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background:var(--csred);
    border-right: 1px solid var(--csred);
    transition: width 0.3s ease; /* Add transition for the width */
}
.services .service-item:hover::after {
    width: 100%; /* New width on hover */
}

.services .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-right: 50px;
    line-height: 0;
}
.koha_weblink{
    background-image:url("../img/k.png");
    background-size: contain;
    height: 1rem;
    width: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
}
.icon_title{
    height: 5rem;
    width: 5rem;
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
}
.icon_title02{
    height: 1rem;
    width: 1rem;
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
}

.services .service-item .icon i {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
}

.services .service-item .icon:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background-color:var(--csred);
    border-radius: 50px;
    z-index: 1;
    bottom: -30px;
    right: -45px;
    transition: 0.3s;
}

.services .service-item .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .service-item .title a {
    color: var(--heading-color);
}

.services .service-item .title a:hover {
    color: var(--accent-color);
}

.services .service-item .description {
    line-height: 24px;
    font-size: 14px;
}


/*****  start service item info style *****/

.services .service-item-info {
    position: relative;
    padding-top: 20px;

}

.services .service-item-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: color-mix(in srgb, var(--default-color), transparent 90%);
}

.services .service-item-info::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background:var(--csred);
    border-right: 1px solid var(--csred);
    transition: width 0.3s ease; /* Add transition for the width */
}

.services .service-item-info .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-right: 50px;
    line-height: 0;
}
.services .service-item-info h9{
    color: #0a53be;
}
.services .service-item-info h5{
    color: #053172;
}
.rendition-hidden {
    display: none !important;
}
.relatedSource .rendition-hidden {
    display: inherit !important;
}
.koha_weblink{
    background-image:url("../img/k.png");
    background-size: contain;
    height: 1rem;
    width: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
}
.icon_title{
    height: 5rem;
    width: 5rem;
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
}
.services .service-item-info .icon i {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
}

.services .service-item-info .icon:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background-color: var(--csred);
    border-radius: 50px;
    z-index: 1;
    bottom: -30px;
    right: -45px;
    transition: 0.3s;
}

.services .service-item-info .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .service-item-info .title a {
    color: var(--heading-color);
}

.services .service-item-info .title a:hover {
    color: var(--accent-color);
}

.services .service-item-info .description {
    line-height: 24px;
    font-size: 14px;
}

/****** service item next page ********/

.services .service-item-pages {
    position: relative;
    padding-top: 20px;

}

.services .service-item-pages:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: color-mix(in srgb, var(--default-color), transparent 90%);
}

.services .service-item-pages::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background: var(--csred);
    border-right: 1px solid var(--csred);
    transition: width 0.3s ease; /* Add transition for the width */
}
.services .service-item-pages:hover::after {
    width: 100%; /* New width on hover */
}

.services .service-item-pages .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-right: 50px;
    line-height: 0;
}
.services .service-item-pages h9{
    color: #0a53be;
    text-align: right;
}

.services .service-item-pages .list-content p{
    font-size: 11px;
}
.services .service-item-pages h5{
    color: #053172;
}

.icon_title{
    height: 5rem;
    width: 5rem;
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
}
.services .service-item-pages .icon i {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
}



.services .service-item-pages .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .service-item-pages .title a {
    color: var(--heading-color);
}

.services .service-item-pages .title a:hover {
    color: var(--accent-color);
}

.services .service-item-pages .description {
    line-height: 24px;
    font-size: 14px;
}
/***** button group *******/
button-group {
    display: flex;
    gap: 10px; /* Space between buttons */
}

.btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #e0e0e0; /* Default button background color */
    border: 1px solid #ccc; /* Button border */
    color: #333; /* Button text color */
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effect */
}

.btn:hover {
    background-color: var(--csred); /* Change background color to red on hover */
    color: white; /* Change text color to white on hover */
}

.next {
    background-color: var(--csred); /* Different color for the "Next" button */
    color: white;
}

.next:hover {
    background-color: #FFC451FF; /* Change background to red on hover */
    color: white; /* Keep text white */
}
/****************************/
.service-item {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0; /* Adds a bottom border */
    display: flex;
    justify-content: space-between;
    width:100%; /* default width */
    background-color: #f5f5f5;
    border-radius: 8px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
/* Even smaller screens */
@media (max-width: 480px) {
    .service-item {
        width: 100%;
        padding: 8px;
        flex-direction: column;
    }
    .service-item h6 {
        font-weight: bold;
        font-size: 1rem;
    }

}
@media (max-width: 576px) {
    .list-content h6 {
        font-size: 0.85rem; /* Adjust title font size for small screens */
    }
}

/******* top image in info *******/

.image-card {

    position: relative;
    overflow: hidden;
    border-radius: 20px;
    max-width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    background-color: #fff;
}

.image-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}
.image-card h3{
    color: white;
}
.list-content ul li{
    margin-left: 12px;
}

.image-card:hover img {
    transform: scale(1.1);
}

.image-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.image-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.image-card:hover .image-info {
    transform: translateY(0);
}

.image-info h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.image-info p {
    margin: 10px 0 0;
    font-size: 14px;
    opacity: 0.8;
}
.image-box{
    font-family: 'Poppins', sans-serif;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

/***** button custom ********/
.btn-custom {
    border: 2px solid var(--csred);
    color: var(--csred);
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    background-color: white;
    font-size: small;
    padding: 5px;
}

.btn-custom:hover {
    background-color: var(--csred-hover);
    color: #fff;
}

.btn-custom i {
    margin-right: 8px;
}

.btn-custom:hover i {
    color: #fff;
}
.form-label{
    color: var(--csred);
}
.check_box01{
    justify-content: space-between;
    display: flex;
}
@media (max-width: 412px) {
    .check_box01{
        flex-direction: column;
        gap: 20px;
    }
    .container .section-title h2{
        font-size: 20px;
    }

    .service-item {
        flex-direction: column; /* Stack content vertically */
        align-items: flex-start; /* Align items to the left */
    }

    .icon {
        position: relative;
        margin-bottom: 5px; /* Space between the icon and content */
    }
    .list-content {
        padding-left: 0;
        text-align: left;
        margin-top: 5px; /* Small space between icon and content */
    }

    .icon_title {
        width: 30px;
        height: 30px;
        /* Reduce icon size on mobile */
    }

    .services .service-item .icon:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background-color: var(--csred);
        border-radius: 50px;
        z-index:1;
        bottom:12px;
        right:10px;
        transition: 0.3s;
    }
}

@media only screen and (min-width: 418px) and (max-width: 767px) {
    .check_box01 {
        flex-direction: column;
        gap: 15px;
    }
    .listColumn {
        column-count: 2 !important;
    }
    .slider-home .search {
        width: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .listColumn {
        column-count: 1 !important;
    }
    .slider-home .search {
        width: 100%;
    }
}
@media (min-width: 1440px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1440px;
        padding: 0 0;
    }
}
@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1550px;
        padding: 0 0;
    }
}
@media (min-width: 1900px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1850px;
        padding: 0 0;
    }
}



.listItems {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
/*.listItem > .note {*/
/*    font-size: 14px;*/
/*    color: #696969;*/
/*}*/
.note {
    display: inline;
}
.listColumn li {
    list-style: none;
}
.listColumn {
    column-count: 3;
}
.top_title {
    display: flex;
    gap: 15px;
    margin-bottom: 2rem;
    align-items: baseline;
}
.top_title h1 {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}
.top_title i {
    /*font-size: 50px;*/
    position: relative;
    color: var(--bs-black);
}
.top_title i svg {
    width: 32px;
    height: auto;
    stroke-width: 1.8px;
    position: relative;
    top: -3px;
}
.htmlContent li::marker {
    font-size: 23px;
    position: absolute;
    line-height: 0;
}
.top_title i.category::after {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    background: color-mix(in srgb, var(--csred), transparent 6%);
    border-radius: 50px;
    z-index: 1;
    bottom: 20px;
    top: 25px;
    right: -5px;
    transition: 0.3s;
}
.search_by_word {
    margin-bottom: 2rem;
}
.search_by_word a {
    font-size: 26px;
    margin-right: 12px;
    font-weight: 900;
}
.title-header {
    color: var(--heading-color);
}
.search_by_word a.active {
    color: var(--csred-hover);
}
.searchWord_item li {
    margin: 4px 0;
}
.tree-view .base-nav{
    display: flex;
    gap: 0;
    align-items: start;
}
.tree-view .base-nav.active a{
    color:var(--csred-hover);
}
/*.tree-view .base-nav i{*/
/*    font-feature-settings: "liga";*/
/*    font-family: 'Material Symbols Outlined';*/
/*    -webkit-font-feature-settings: 'liga';*/
/*    -webkit-font-smoothing: antialiased;*/
/*    font-variation-settings: 'FILL' 0,*/
/*    'wght' 400,*/
/*    'GRAD' 0,*/
/*    'opsz' 24;*/
/*}*/
.tree-view .base-nav i{
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #121212;
}
.tree-view .base-nav i.material-icons-outlined {
    font-family: 'Material Icons Outlined', serif !important;
}

.type-term::before{
    display:none !important;
    content:'' !important;
}
.box-content {
    padding-left: 0;
}
.main-content {
    padding-left: 2rem;
}
.main-content a:not(.keyword):not(.type-category):not(.type-price):not(.type-chapter):not(.type-work):not(.group-Verweis):not([href^="https"])::before {
    content: "⏵";
    display: inline-block;
    font-family: inherit;
    font-size: 1em;
    margin-right: -1px;
    vertical-align: middle;
    margin-top: -2px;
}
.main-content a.type-category, .main-content a.type-chapter {
    cursor: pointer;
    background-color: #ffffff;
    color: #333;
    border-radius: 10px;
    padding: 3px 7px !important;
    /*white-space: nowrap;*/
    border: 1px solid rgba(0,0,0,.125);
    margin: 0;
}
.main .widget-categoryChapterList a.type-category, .main .widget-categoryChapterList a.type-chapter{
    cursor: pointer;
    /*white-space: nowrap;*/
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    padding: 3px 7px;

}
.main-content a::before{
    font-feature-settings: "liga";
    color: var(--csred);
    margin: 0 0px;
    position: relative;
    font-family: 'Material Symbols Outlined';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24;
}
.main-content a.relatedSource{
    /*white-space: nowrap;*/
}
.main .widget-categoryChapterList a::before{
    font-feature-settings: "liga";
    color: var(--csred);
    margin: 0px 2px;
    font-family: 'Material Symbols Outlined';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24;
}
a.keyword,a.type-term {
    border: 1px solid;
    border-color: var(--csred);
    padding: 0 1px;
    border-radius: 6px;
    margin: 2px;
}
.main-content a.type-category::before, .main-content a.type-chapter::before {
    /* font-family: "Material Icons"; */
    content: "call_made";
    position: relative;
    top: 3px;
}
.main-content .htmlContent a.type-category::before, .main-content .htmlContent a.type-chapter::before {
    display: none;
}
.main-content .htmlContent a.type-category::after, .main-content .htmlContent a.type-chapter::after {
    font-family: "Material Icons", serif;
    content: "call_made";
    position: relative;
    top: 3px;
    color: var(--csred);
    margin-left: 5px;
}
.main .widget-categoryChapterList a.type-category::before , .main .widget-categoryChapterList a.type-chapter::before {
    /*font-family: "Material Icons";*/
    content: "call_made";
    position: relative;
    top: 3px;
}
.widget-category {
    border: 1px solid #333;
    border-radius: 35px;
    padding: 1.5rem;
}
.widget-category .equalWidth > div {
    width: 100% !important;
}
.widget-category ul{
    padding: 0;
    margin: 0;
}
.widget-category ul li {
    list-style: none;
}
.widget-category ul li a.type-category {
    background-color: inherit !important;
    border: none !important;
    padding: 4px 0;
    display: inline-block;
}
.widget-category ul li a.type-category:before {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
}
.widget-category ul.widget-categoryChapterList li:last-child {
    margin-bottom: 1rem;
}
.widget-category .term {
    margin: 5px 0;
    display: inline-block;
    padding: 8px 15px;
    padding-left: 15px;
    border-radius: 10px;
    width: 100%;
}
.child {
    width: 100%;
    border-top: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 8%, #fff 10%, #e5e5e5 12%) 1;
    position: relative;
    margin-top: 1rem;
    padding-top: 1rem;
}
.child.no-border {
    border: none;
}
.child li {
    width: 100%;
    float: left;
    list-style: none;
}
.child li a {
    color: var(--csred);
    padding: 6px 0;
    display: block;
    font-weight: 600;
    font-size: 1.25rem;
}
.child li a:hover {
    color: var(--csred-hover);
}
.child li a:before {
    display: none !important;
}
.child li a i {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    position: relative;
    top: 5px;
    left: 8px;
}
.index-page .header.fixed-top-home {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #b62b2b00;
}
.index-page .header.fixed-top-home.fixed-top {
    background-color: #fff !important;
    box-shadow: 0 3px 20px #33333326;
}
.index-page.home .main {
    margin: 0;
}
.article {
    width: 100%;
    margin-top: 2rem;
}
.article .Pseudo_title {
    color: #5580b8;
    font-size: 20px;
}
.article li {
    width: 100%;
    list-style: none;
    position: relative;
}
.PseudoChapterItem{
    padding-top:1.5rem;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 82%, #e5e5e5 84%) 1;
}
.PseudoChapterItem.PseudoChapter2LevelItem{
    border-bottom: 0px solid;
    padding-top:0rem;
}
.PseudoChapterItem .articleList .articleItem:first-child a{
    border-top: 0px solid;
}
.article li a {
    display: flex;
    width: 100%;
    border-top: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 8%, #fff 10%, #e5e5e5 12%) 1;
    position: relative;
    padding: 1.5rem 3rem;
    gap: 10px;
}
/*step 1-2 */
.article .PseudoChapter1LevelItem .articleList .articleItem a {
    padding: 1.5rem 0;
}
/*step 1-2 */
.article li:before {
    display: none !important;
}
.article li .left {
    margin-right: auto;
    flex: auto;
}
.left_box {
    width: 80%;
    padding-right: 10px;
}
.right_image {
    width: 20%;
}
.right_image img {
    float: right;
}
.article li .left h2 {
    color: var(--csred);
    font-size: 20px;
    font-weight: 600;
}
.article li .left .left_right_items {
    display: flex;
    align-items: center;
    padding: 0 0 3px;
}
.article li .left .left_item {
    flex: 0 0 2.5em;
}
.article li .left .left_item i {
    line-height: 0;
}
.article li .images img {
    max-width: 100%;
    height: 150px;
    object-fit: cover;
}
.article li .no-image {
    max-width: 100%;
    height: 150px;
    object-fit: cover;
}
.article li {
    font-weight: 700;
}
.article li i svg {
    width: 20px;
    height: auto;
    stroke-width: 2px;
}
.main-content .cs-accordion .item-body > .listItem > .listItems > .listItem {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 82%, #e5e5e5 84%) 1 !important;
    position: relative;
    padding: 1rem 0 2rem 0;
}
.main-content li.listItem > *:first-child:not(div.listItem){
    /*display:inline-block;*/
}
.main-content .cs-accordion .item-body > .listItem > .listItems > .listItem:last-child {
    border: none !important;
}
.article_border:not(.chapSlug-6_5 .article_border) .htmlContent > .listItem:not(div.optionInnerList) > .listItems:not(* .optionInnerList) > .listItem:not(* .optionInnerList) {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 8%, #fff 10%, #e5e5e5 12%) 1;
    position: relative;
    padding: 0 0 2rem 0;
    margin-bottom: 2rem;
}
.main-content .listItem > .listItems > .listItem > *:last-child,
.main-content .listItem > .listItems > .listItem > *:last-child > *:last-child,
.main-content .listItem > .listItems > .listItem > *:last-child > *:last-child > *:last-child,
.main-content .listItem > .listItems > .listItem > *:last-child > *:last-child > *:last-child > *:last-child,
.main-content .listItem > .listItems > .listItem > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child
{
    padding-bottom: 0px;
    margin-bottom:0px;
}
.article_border .htmlContent > .listItem > .listItems > .listItem:last-child {
    border: none !important;
    padding-bottom: 0px;
}
.listItem:first-child:not(.innerList .listItem) >*:first-child, .listItem:first-child:not(.innerList .listItem) > *:first-child:not(.innerList) > *:first-child:not(.innerList){
    margin-top: 0px;
}
.article_border.biblegraphien .htmlContent > .listItem > .listItems > .listItem:not(.optionInnerList li) {
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 10%, #e5e5e5 80%) 1 !important;
}
.article_Zu_einzelnen_AutorInnen {
    width: 100%;
}
.article_Zu_einzelnen_AutorInnen .Pseudo_title {
    color: var(--csred) !important;
    font-weight: 800;
    padding-top: 2rem;
    font-size: 23px !important;
}
.article_Zu_einzelnen_AutorInnen > li.listItem {
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 82%, #e5e5e5 84%) 1;
    border-bottom: 2px solid;
    border-top: none;
    padding: 2rem 0;
}
.article_Zu_einzelnen_AutorInnen > li.listItem > ul.listItems {
    padding-left: 2rem;
}
.article_Zu_einzelnen_AutorInnen > li.listItem > ul.listItems > li.listItem {
    border-image: linear-gradient(to right, var(--csred) 8%, #fff 10%, #e5e5e5 12%) 1;
    border-bottom: 2px solid;
    border-top: none;
    padding: 2rem 0;
}
.article_Zu_einzelnen_AutorInnen > li.listItem > ul.listItems > li.listItem:last-child {
    border: none ;
}
.article_Zu_einzelnen_AutorInnen li a {
    border: none;
    padding: 0;
    margin: 15px 0;
}
.article_Prosatexte li a {
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 82%, #e5e5e5 84%) 1;
    border-bottom: 2px solid;
    border-top: none;
    padding: 1rem 0;
}
.article_Theaterstücke li a {
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 82%, #e5e5e5 84%) 1;
    border-bottom: 2px solid;
    border-top: none;
    padding: 1rem 0;
}
.article_Lyrik li a {
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 82%, #e5e5e5 84%) 1;
    border-bottom: 2px solid;
    border-top: none;
    padding: 1rem 0;
}


.article .PseudoChapter2LevelItem > .Pseudo_title, .article_Lyrik .Pseudo_title.top, .article_Theaterstücke .Pseudo_title.top, .article_Prosatexte .Pseudo_title.top {
    width: 100%;
    background: var(--csred) !important;
    font-weight: 500;
    padding: 0.8rem;
    padding-left: 1.5rem;
    border-radius: 10px;
    color: #fff !important;
    position: relative;
    top: -10px;
}
.PseudoChapterInner{
    margin-left: 1.5rem;
}
.PseudoChapterInner li ul.articleList .articleItem:last-child a{
    padding-bottom: 0px;

}
.PseudoChapter2LevelItem .PseudoChapterList .articleItem:first-child a{
    border-top:0;
    margin-top:0px;
    padding-top: 0;
}
.PseudoChapterList.PseudoChapterInner .Pseudo_title{
    color: var(--csred) !important;
    font-weight: 500;
    padding-top: 0rem;
    margin-top:0rem;
/*    font-size: 19px !important;*/
}
.article .PseudoChapterList >li{
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 82%, #e5e5e5 84%) 1;
    border-bottom:2px solid;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.article .PseudoChapterList >li:last-child{
    padding-bottom: 0px;
}
.PseudoChapter2LevelItem .PseudoChapterList .articleItem a{
    /*
    step 1-2[begin]
    before editing
    padding-left: 2em;
    */
    padding-left: 0;
    /*
    step 1-2[end]
     */
}
.article .PseudoChapterList >li:last-child{
    border:0;
    padding-bottom: 0;
}
.Pseudo_title_wrapper{
    margin-bottom: 1.5rem;
}
.htmlContent {
    font-size: 17px;
    color: var(--bs-dark-custom);
}
.main-content .widget-categoryChapterList {
    display: flex;
    gap: 8px;
    margin-bottom: 0;
}
.main-content .widget-categoryChapterList li {
    list-style: none !important;
    padding-left: 0;
    padding-right: 5px;
}
.main-content .widget-categoryChapterList li:before {
    display: none;
}
.htmlContent li {
    list-style: disc;
    margin-left: 0;
    padding-bottom: .5rem;
}
.htmlContent div.listItem:last-child li:last-child {
    padding-bottom: 0;
}
.htmlContent h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--csred);
    margin-bottom: .8rem;
}
.htmlContent li{
    list-style: none !important;
    /*display: flow-root;*/
    position: relative; /* برای استفاده از ::before */
    padding-left: 20px;
}
.htmlContent li::before {
    content: "•";
    font-size: 20px;
    /*display: inline-block;*/
    /*margin-right: 5px;*/
    /*transform: translateY(3px);
    float: left;*/
    position: absolute;
    left: 0;
    top: 0;
}
.htmlContent .widget-section .ern-content {
    padding-left: 1.5rem;
}
.class-chapter .htmlContent .widget-section .ern-content,
.category-sekundarliteratur .htmlContent > .type-commentary .ern-content
{
    padding-left: 0;
}
.htmlContent .widget-section > .ern-content > .listItem {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 8%, #fff 10%, #e5e5e5 12%) 1;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.htmlContent .widget-section > .ern-content > .listItem >.listItems:last-child > .listItem:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
}
.htmlContent .widget-section > .ern-content > .listItem:last-child {
    border: none;
}

.main-content .item-body > .widget-section > .ern-content > .listItem > .listItems > .listItem{
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 82%, #e5e5e5 84%) 1 !important;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.main-content .item-body > .widget-section > .ern-content > .listItem:last-child,
.main-content .item-body > .widget-section > .ern-content > .listItem:last-child > *:last-child,
.main-content .item-body > .widget-section > .ern-content > .listItem:last-child > *:last-child > *:last-child
{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget-section.type-stagingSeklit:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.htmlContent .widget-container > .listItem {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 8%, #fff 10%, #e5e5e5 12%) 1;
    position: relative;
    padding: 0 0 1rem 1.3rem;
}
.htmlContent .widget-section  > .widget-section > .listItem {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 8%, #fff 10%, #e5e5e5 12%) 1;
    position: relative;
    padding: 0 0 1rem 1.3rem;
}
h3.top-title {
    font-size: 18px;
    margin: 1rem 0;
}
h3.top-title {
    font-size: 17px;
    margin: 1rem 0;
}
.cs-accordion button.btn.accordionIntoTtitle {
    font-size: 17px;
    color: var(--csred);
}
.text-uppercase {
    text-transform: uppercase;
}
.widget-container .listItem:first-child .top-title{
    margin-top: 0;
}
.htmlContent .widget-container > .listItem:last-child {
    border: none;
    padding: 0 0 0 1.3rem;
}
.htmlContent .widget-container > .listItem:last-child::before {
    display: none;
}
.auffuhrungen .ern-content .listItem > .listItems {
    max-height: 400px;
    overflow-y: auto;
}
.listItems {
    padding: 0;
    margin: 0;
}
.widget-section .listItem .top-title{
    margin-top: 1rem;
    text-transform: uppercase;
}
.widget-section .listItem .listItem .top-title{
    margin-top: 1rem;
    text-transform: lowercase;
}
.widget-section .listItem .listItem h3.top-title {
    text-transform: none;
}
.widget-section> .listItem:first-child .top-title{
    margin-top: 0;
}
.widget-section .listItem h3.top-title {
    font-size: 17px;
    margin-top: 1rem;
    margin-bottom: 0.2rem;
    margin-left: 0;
    text-transform: none;
}
.htmlContent > .widget-section > .ern-content > *:last-child {

    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.htmlContent > .widget-section > *:last-child::before {
    display: none;
}
.type-commentary p {
    margin-bottom: .5rem !important;
}
.category-wurdigungen p, .category-sendungen-und-filmportrats p {
    margin-bottom: 0;
}
.type-commentary .widget-container {
    margin-bottom: .5rem !important;
}
.category-wurdigungen .widget-container, .category-sendungen-und-filmportrats .widget-container {
    margin-bottom: 0;
}

.title {
    font-style: italic;
}
.imageBox img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    max-height: 600px;
    object-fit: scale-down;
    object-position: left;
}
.main-content .article .Pseudo_title {
    color: var(--csred);
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;

}

/*.article_Prosatexteh2.Pseudo_title{
    margin-top:0px;
    padding-top:0px;
}*/
.main-content .widget-section {
    padding-bottom: 2rem;
}
.main-content .widget-section:last-child {
    padding-bottom: 0;
}
.widget-section > *:last-child {
    padding: 0;
    margin: 0;
}
.widget-section > li, .listItems > li {
    margin-left: 0 !important;
}
.widget-section.type-stagingSeklit{
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 82%, #e5e5e5 84%) 1;
    border-bottom: 2px solid;
}
/*edited by bc auch-in */
.auch, .auch_in, .auch_online, .cd_rom, .auf_cd_rom, .darin,
.lauf_akt_onl_vers, .leserbrief, .online_version, .reaktion,
.weitere_fassung, .zu_hoeren_auf, .zu_sehen_auf, .dissertation_online,
.ausschnitt_zu_horen_auf , .zu_horen_auf,
.aktuellste_fassung_auf_cd_rom, .aktuellste_auf_cd_rom,
.laufend_aktualisierte_online_version
{
    margin-left: 1rem !important;
    color: var(--bs-dark-custom);
    padding: 0 !important;
}

.auch > .listItems, .auch_in > .listItems, .auch_online > .listItems,
.cd_rom > .listItems, .auf_cd_rom > .listItems, .darin > .listItems,
.lauf_akt_onl_vers > .listItems, .leserbrief > .listItems,
.online_version > .listItems, .reaktion > .listItems,
.weitere_fassung > .listItems, .zu_hoeren_auf > .listItems,
.zu_sehen_auf > .listItems, .dissertation_online > .listItems,
.ausschnitt_zu_horen_auf > .listItems, .zu_horen_auf > .listItems,
.aktuellste_fassung_auf_cd_rom > .listItems,.aktuellste_auf_cd_rom > .listItems,
.laufend_aktualisierte_online_version > .listItems{
    /*margin-left: 1rem;
    padding-left: 1rem;*/
}

.auch .top-title, .auch_in .top-title, .auch_online .top-title,
.cd_rom .top-title, .auf_cd_rom .top-title, .darin .top-title,
.lauf_akt_onl_vers .top-title, .leserbrief .top-title,
.online_version .top-title, .reaktion .top-title,
.weitere_fassung .top-title, .zu_hoeren_auf .top-title,
.zu_sehen_auf .top-title, .dissertation_online .top-title, .zu_horen_auf .top-title,
.aktuellste_fassung_auf_cd_rom .top-title,.aktuellste_auf_cd_rom .top-title,
.laufend_aktualisierte_online_version .top-title {
    margin-left: 0 !important;
    margin-bottom: 0.1rem !important;
    font-size: inherit;
    text-transform: lowercase !important;
    color: var(--bs-dark-custom) !important;
    padding-bottom: 0.5rem;
}
.auch li, .auch_in li, .auch_online li, .cd_rom li, .auf_cd_rom li, .darin li, .lauf_akt_onl_vers li, .leserbrief li, .online_version li, .reaktion li, .weitere_fassung li, .zu_hoeren_auf li, .zu_sehen_auf li, .dissertation_online li, .zu_horen_auf li, .aktuellste_fassung_auf_cd_rom li, .aktuellste_auf_cd_rom li, .laufend_aktualisierte_online_version li {
    margin-bottom: 0 !important;
    border: none !important;
    /*padding: 0 0 0.5rem 0 !important;*/
    padding-bottom: 0.5rem;
}
.nachweis .top-title{
    margin-left: 0 !important;
    margin-bottom: 0.1rem;
    font-size: inherit;
    color: var(--bs-dark-custom);
}
.innerList > div.listItem{
    /*margin-left:0px !important;*/
}
div.innerList div.listItem .top-title{
    margin-top:0.5rem;
}

/*edited by bc auch-in */
.main-content .rendition-citation {
    margin-top: 1rem;
    font-size: 85%;
    line-height: 1.3em;
}
.htmlContent ul.listItems li {
    margin-bottom: 1rem;
}
.htmlContent > div.listItem:last-child > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.textContent .rendition-inline a {
    color: var(--csred)
}
.textContent .rendition-inline a:before {
    display: none !important;
}
/*.textContent .citation, .main-content .citation, .main-content .rendition-citation {
    margin-top: 1rem;
    font-size: 19px;
    line-height: normal;
    font-family: var(--reg-font), serif;
}*/
.htmlContent .citation[type="excerpt"], .citation[type="direction"] {
    margin-top: 1rem;
    font-size: 19px;
    line-height: normal;
    font-family: var(--reg-font), serif;
}
.pos-left-40 {
    position: relative;
    left: -2rem;
}
.article li .left .pos-left-40 .left_item {
    flex: 0 0 2em;
}
.main-content .citation {
    font-size: 14px;
}
.widget-section.type-seklitSubsection > .listItem > .listItems > .listItem {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 82%, #e5e5e5 84%) 1;
    position: relative;
    padding: 2.5rem 0;
}
.widget-section.type-seklitSubsection > .listItem > .listItems > .listItem:first-child {
    padding-top: 0;
}
.widget-section.type-seklitSubsection > .listItem > .listItems > .listItem:last-child {
    border: none;
}
.widget-section .type-seklitSubsection div.listItem .top-title{
    margin-bottom: 2rem;
    margin-top:0rem;
    color:var(--csred);
}
.rendition-bold {
    font-weight: bold;
}
.top_title {
    font-family: var(--heading-font), serif;
    font-weight: 600;
    font-size: 35px;
    color: var(--bs-black);

}
.top_title h1 {
    font-family: var(--heading-font), serif;
}
.widget-section p.widget-container {
    margin: 0;
}
.iconChapt {
    width: 25px;
}
.lightboxBtn {
    width: 100%;
}
.lightboxBtn li {
    list-style: none;
    position: relative;
}
.lightboxBtn li button {
    border: 1px solid var(--csred);
    border-radius: 20px;
    padding: 0.7rem 2rem;
    background: none;
    font-family: var(--reg-font), serif;
    font-size: 17px;
    color: var(--csred);
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    /**
    step 1-2[begin]
     */
    /*font-weight: 600;*/
    font-weight: 400;
    /**
    step 1-2[end]
     */
}
.lightboxBtn li button img {
    width: 25px;
    margin-right: 7px;
}
.lightboxBtn li button:hover {
    color: var(--csred-hover);
    border: 1px solid var(--csred-hover);
}
.lightboxCs {
    visibility: hidden;
    width: auto;
    min-width: 776px;
    background-color: #ffffff;
    border: 1px solid #606060;
    box-shadow: 1px 1px 7px #33333314;
    color: #3c3c3c;
    text-align: left;
    border-radius: 25px;
    margin-top: 1rem;
    padding: 1.5rem 4rem 1.5rem 2rem;
    position: absolute;
    top: 100%;
    right: 0;
    margin-left: 1em;
    /* opacity: 0; */
    transition: opacity 1s;
    z-index: 100000000;
    font-size: 16px;
}
.lightboxCs.show {
    visibility: visible;
}
.lightboxCs .close {
    position: absolute;
    right: 15px;
    font-size: 25px;
    top: 5px;
    color: var(--csred);
    font-weight: bolder;
    cursor: pointer;
}
.htmlContent .article li {
    list-style: none;
}
.nextPreview {
    width: 100%;
    position: relative;
    border-top: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 10%, #e5e5e5 80%) 1;
    margin-top: 6rem;
    padding: 4rem 0;
}
.nextPreview .title {
    font-weight: 700;
    text-align: center;
    font-style: normal;
    font-family: var(--heading-font), serif;
}
.nextPreview .title.sm-font {
    font-size: 1.6rem;
}
.nextPreview .items {
    display: flex;
    gap: 6rem;
}
.nextPreview .items .item {
    display: flex;
    flex: 0 50%;
    gap: 2rem;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 10%, #e5e5e5 80%) 1;
    position: relative;
    padding: 4rem 0;
}
.nextPreview .items .item .expect {
    margin-right: auto;
    flex: auto;
}
.nextPreview .items .item .expect .left_right_items {
    display: flex;
    align-items: center;
}
.nextPreview .items .item .expect .left_item {
    flex: 0 0 3.5em;
    text-align: center;
}
.nextPreview .items .item .expect .left_item i {
    font-size: 21px;
}
.nextPreview .items .item .expect .right_item h3{
    color: var(--csred);
    font-size: 24px;
    font-weight: 600;
}
.nextPreview .items .item .image {
    min-width: 120px;
}
.nextPreview .items .item .image img {
    max-width: 100%;
    height: 210px;
}
.nextPreview .items .item .expect .left_right_items i svg {
    width: 25px;
    height: auto;
    stroke-width: 2px;
}
.btnIcon {
    background: var(--bs-secondary);
    border-radius: var(--border-radius);
    color: var(--bs-dark);
    padding: 10px 20px;
    font-size: 17px;
    margin: 1rem 0;
    display: inline-block;
}
.btnIcon i, .btnIcon svg{
    margin-right: 5px;
}
.btnIcon.red {
    background: var(--csred);
    color: var(--bs-white)
}
.btnIcon.red:hover {
    background: var(--csred-hover);
}
.text-underline {
    text-decoration: underline;
}
.lightboxCs {
    font-family: var(--default-font), serif;
    font-size: 15px;
}
.lightboxCs .section-title-page{
    display: none;
}
.lightboxCs .note {
    font-size: 13px;
}
.custom_tabs {
    width: 100%;
    float: left;
}
.custom_tabs .custom_tabs-top {
    width: 100%;
    display: flex;
}
.custom_tabs .custom_tabs-top .custom_button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid var(--bs-dark-bg-subtle);
    padding: 15px 18px;
    /*color: var(--csred);*/
    background: none;
    letter-spacing: 0.02em;
    color:#333333;
}
.custom_tabs  .custom_tabs-top.row2 .custom_button{
    padding: 15px 33px;

}
.backSearch {
    border: 1px solid var(--csred);
    background: #fff;
    border-radius: 7px;
    padding: 0 10px;
    position: relative;
    line-height: 30px;
}
.backSearch:hover {
    background: var(--csred);
    color: #fff;
}
button.simple {
    border: none;
    background: none;
    padding: 0;
}
.custom_tabs .custom_tabs-top .custom_button.active, .custom_tabs .custom_tabs-top .custom_button:active, .custom_tabs .custom_tabs-top .custom_button:hover {
    background: var(--csred);
    color: #fff
}
.custom_tabs .tabMain {
    display: none;
    margin: 1rem 0;
}
.custom_tabs .tabMain.show {
    display: block;
}
.custom_tabs .pagination .page-item .page-link {
    padding: 5px 13px;
    border: 1px solid #ededed;
    color: #676767;
    font-weight: 100;
    cursor: pointer;
}
.custom_tabs .pagination .page-item .page-link.active {
    background: var(--csred);
    color: #fff;
}
.articleCount {
    text-align: right;
    width: 100%;
    float: left;
}
.widget-section.type-excerpt, .widget-section.type-direction, .widget-section.type-motto{
    font-family: var(--reg-font), serif;
    font-size: 19px;
}
.searchResult .button {
    width: 100%;
    float: left;
    display: flex;
    gap: 7px;
    margin-bottom: 2rem;
}
.searchResult .button button {
    font-size: 14px;
    padding: 5px 14px;
    border-radius: 3px;
    border: 1px solid var(--bs-dark-custom);
    background: #fff;
    display: flex;
    gap: 3px;
}
.searchResult .button button span {
    color: var(--csred);
    font-size: 20px;
}
.searchResult .custom_tabs .custom_tabs-top {
    margin: .5rem 0;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    letter-spacing: 0.1em;
}
.searchResult .custom_tabs .custom_tabs-top .custom_button {
    font-size: 16px;
    margin-bottom: 1rem;
    float:left;
    margin-left: 0;
}
.searchResult .custom_tabs .custom_tabs-top button .img-wrapper{
    display:inline-block;
    position: relative;;
}
.searchResult .custom_tabs .custom_tabs-top button .customTab_icon {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}
.customTab_icon.werke{
    background-image: url("../img/werke.svg");
}
.active .customTab_icon.werke, button:hover .customTab_icon.werke {
    background-image: url("../img/werke-white.svg");
}
.customTab_icon.ubersetzteWerke{
    background-image: url("../img/ubersetzte-Werke.svg");
}
.active .customTab_icon.ubersetzteWerke, button:hover .customTab_icon.ubersetzteWerke{
    background-image: url("../img/ubersetzte-Werke-white.svg");
}
.customTab_icon.interviews{
    background-image: url("../img/interviews.svg");
}
.active .customTab_icon.interviews, button:hover .customTab_icon.interviews{
    background-image: url("../img/interviews-white.svg");
}
.customTab_icon.bearbeitungen{
    background-image: url("../img/Bearbeitungen-von-anderen.svg");
}
.active .customTab_icon.bearbeitungen, button:hover .customTab_icon.bearbeitungen{
    background-image: url("../img/Bearbeitungen-von-anderen-white.svg");
}
.customTab_icon.wurdigungen{
    background-image: url("../img/wurdigungen.svg");
}
.active .customTab_icon.wurdigungen, button:hover .customTab_icon.wurdigungen{
    background-image: url("../img/wurdigungen-white.svg");
}

.customTab_icon.sekundarliteratur{
    background-image: url("../img/Sekundarliteratur.svg");
}
.active .customTab_icon.sekundarliteratur, button:hover .customTab_icon.sekundarliteratur{
    background-image: url("../img/Sekundarliteratur-white.svg");
}

.customTab_icon.sendungen{
    background-image: url("../img/sendungen-und-filmportrats.svg");
}
.active .customTab_icon.sendungen, button:hover .customTab_icon.sendungen{
    background-image: url("../img/sendungen-und-filmportrats-white.svg");
}

.searchResult .custom_tabs .custom_tabs-top button.active .img-wrapper:after,.searchResult .custom_tabs .custom_tabs-top button:hover .img-wrapper:after{
    display:none;
}
.searchResult .custom_tabs .custom_tabs-top button img {
    float: left;
    width: 20px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}
.searchResult .custom_tabs .custom_tabs-top button .img-wrapper:after{
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    background:
        color-mix(in srgb, var(--csred), transparent 6%);
    border-radius: 50px;
    z-index: 1;
    bottom: -7px;
    right: 1px;
    transition: 0.3s;
}
.searchResult .custom_tabs .custom_tabs-top button .icon-svg {
    font-size: 15px;
    position: relative;
}
.searchResult .custom_tabs .custom_tabs-top button .icon-svg:after {

}
.searchResult .custom_tabs .custom_tabs-top button .icon-svg svg {
    width: 23px;
    min-width: 23px;
    height: auto;
}
.search-sidebar .top {
    width: 100%;
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.search-sidebar .top button {
    font-size: 14px;
    padding: 5px 14px;
    border-radius: 7px;
    border: 1px solid var(--csred);
    background: #fff;
    color: var(--csred);
    display: flex;
    gap: 3px;
}
.search-sidebar .heading {
    color: var(--bs-black);
    font-weight: 700;
    font-family: 'Inter', serif;
}
.search-sidebar .box {
    background: #f5f5f5;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    max-height: 600px;
    overflow: auto;
}
.search-sidebar .box .heading {
    color: var(--csred);
    margin-bottom: 10px;
    font-weight: 500;
}
.search-sidebar .box select {
    width: 100%;
    background: #fff;
    border: 1px solid #f8f8f8;
    padding: 10px;
    color: var(--bs-dark-custom);
    border-radius: 7px;
}
.search-sidebar .box.hide {
    display: none;
}
.search-sidebar .checkbox {
    display: flex;
    gap: 15px;
    color: #4f4f4f;
    margin: 8px 0;
}
.search-sidebar .checkbox.hide {
    display: none;
}
.search-sidebar .indent {
    margin-left: 1rem;
}
.search-sidebar .checkbox label {
    margin-right: auto;
}
.search-sidebar .headingRight {
    width: 100%;
    text-align: right;
    color: var(--csred);
    font-size: 14px;
    margin: 1rem 0;
}
.search-sidebar .select {
    width: 100%;
}
.search-sidebar .select label {
    color: var(--csred);
    margin-bottom: 9px;
    font-size: 15px;
}
.search-sidebar .button {
    width: 100%;
    display: flex;
    gap: 1rem;
    margin-bottom: 0;
    justify-content: end;
}
.search-sidebar .button button {
    font-size: 14px;
    padding: 5px 14px;
    border-radius: 7px;
    border: 1px solid var(--csred);
    background: #fff;
    color: var(--csred);
    display: flex;
    gap: 3px;
}
.search-sidebar .button button.filter {
    background: var(--csred);
    color: var(--bs-white);
}
.auffuhrungen .customItems {
    overflow-x: hidden;
}
.auffuhrungen .customItems {
    max-height: 700px;
    overflow-y: auto;
}
.loadMore button.loadBtn {
    display: none;
    border: none;
    margin-top: 1rem;
    border-radius: 7px;
    background: #ececec;
    color: #B72C2B;
    padding: 2px 15px;
}
.termList a {
    min-width: 80px;
    display: inline-block;
    padding: 3px 5px;
}
li.listItem.hide {
    display: none;
}
li.listItem.show {
    -webkit-animation-duration: 2500ms;
    -webkit-animation-name: fadeIn;
    -moz-animation-duration: 2500ms;
    -moz-animation-name: fadeI;
    -o-animation-duration: 2500ms;
    -o-animation-name: fadeIn;
    animation-duration: 2500ms;
    animation-name: fadeIn;
}
/*.rendition-inline .title {
    !*font-style: normal;*!
}*/
.cs-accordion {
    width: 100%;
}
.cs-accordion button.btn {
    background: none;
    padding: 0;
    border: none;
    margin: 1rem 0 0 0;
    font-weight: 500;
    font-size: 21px;
    color: var(--csred);
    text-align: left;
}
.cs-accordion button.btn:after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    top: -4px;
    left: 10px;
    color: var(--bs-body-color);
}
.cs-accordion button.btn.collapsed:after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: -4px;
    left: 10px;
    color: var(--bs-body-color);
}

.cs-accordion .item-body {
    padding-top: 1rem;
}
.cs-accordion .item-title {
    color: var(--bs-body-color);
    font-size: 18px;
    font-weight: 600;
    margin: 1rem 0;
}
.itemSearchList {
    padding: 1.5rem 0 !important;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.31);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: var(--csred);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--csred-hover);
}
.allTabsItem {
    max-height: 1500px;
    overflow-x: auto;
    padding-right: 1rem;
}
.no-fnd {
    width: 20px;
    height: auto;
    display: inline-block;
}
.register li{
    /*display: flex;*/
    margin-bottom: 10px;
    grid-template-columns: 20px 1fr;
    display: grid;
}
.register .register-gnd{
    display: block;
    width:20px;
    height:auto;
}
.register .register-link{
    margin-left:5px;
}
.register .register-gnd img{
    width: 100%;
    height: auto;
}
div[data-chapterNumber="6.1"] .note, div[data-chapterNumber="6.2.1"] .note, div[data-chapterNumber="6.2.2"] .note, div[data-chapterNumber="6.3"] .note, div[data-chapterNumber="6.6.2"] .note {
    font-size: 80%;
    font-weight: 400;
    /*padding: 1rem 0;*/
    /*display: inline-block;*/
}
.chapSlug-6_5 .article_border .htmlContent > .listItem > .listItems > .listItem:last-child{
    margin-bottom: 1rem;
}
.chapSlug-6_5 .article_border .htmlContent div.listItem:not(.optionInnerList){
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, var(--csred) 80%, #fff 10%, #e5e5e5 80%) 1 !important;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.chapSlug-6_5 .article_border .htmlContent div.listItem:not(.optionInnerList):last-child{
    border-bottom: 0;
}
.chapSlug-6_5 .article_border .htmlContent div.listItem li{
    margin-bottom: 0px !important;
}
 .article_border .htmlContent  .listItem.darin > .listItems > .listItem{
    margin-bottom: 1rem;
    border:0;
    padding-left: 20px  !important;
}
 .article_border .htmlContent > .listItem.darin > .listItems > .listItem::before{
    content: "•" !important;
    display:inline-block !important;
}
.chapSlug-6_5 .listItem.darin{
    margin-bottom: 2rem;
}
/*.article h2.Pseudo_title:first-child {*/
/*    text-align: left;*/
/*    position: relative;*/
/*    background: var(--csred);*/
/*    color: var(--bs-body-bg);*/
/*    border-radius: 10px;*/
/*    margin-bottom: 1rem;*/
/*    padding: 10px;*/
/*    width: 100%;*/
/*}*/
/*.search-sidebar .top button:first-child {*/
/*    margin-right: auto;*/
/*}*/
@media (max-width: 776px) {
    .article li a {
        display: flow;
        padding: 1.5rem 0;
    }
    .article li a .images {
        order: 0;
        margin-top: 1rem;
    }
    .article li .images img {
        max-width: 100%;
        margin: auto;
        display: table;
    }
    .article li a .left {
        order: 1;
    }
    .article li .left .left_right_items.heading .left_item {
        flex: 0 0 0;
    }
    .article li a {
        display: flow;
        padding: 1.5rem 0;
    }
    .nextPreview .items {
        display: flow;
    }
    .left_box {
        width: 100%;
        padding-right: 10px;
    }
    .right_image {
        width: 100%;
        display: inline-block;
    }
    .right_image img {
        float: left;
    }
    .no-image {
        height: auto;
    }
}
@media (max-width: 992px) {
    .nextPreview .items .item .image {
        order: 0;
        margin-top: 1rem;
    }
    .nextPreview .items .item .image img {
        max-width: 100%;
    }
    .nextPreview .items .item .expect {
        order: 1;
    }
    .nextPreview .items .item .expect .left_right_items.heading .left_item {
        flex: 0 0 0;
    }
    .lightboxCs {
        min-width: auto;
    }
    .nextPreview .items .item {
        display: flow;
    }
}
