:root {
    --custom-gray-bg: #f5f6f9;
    --custom-border-color: #dbdee6;
    --white-color: #ffffff;
    --light-gray-color: #f5f5f5;
    --icon-color: #000044;
    --yellow-bg-color: #feffec;
}

.btn {
    border-radius: 0 !important;
}

.text--primary {
    color: var(--primary-color);
}

.text--secondary {
    color: var(--secondary-color);
}

.text--light {
    color: var(--secondary-color-light);
}

.custom-accordion .card .card-header {
    background-color: var(--secondary-color);
}

/* Side Menu */
.sidebar-widget .list-group .sidemenu-active a {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.sidebar-widget .list-group ul,
.sidebar-widget .list-group a {
    border-color: var(--custom-border-color);
}

/* Search */
.header-search {
    padding: 0 20px !important;
}

.header-search .tx-indexedsearch-form:after {
    background-color: var(--primary-color);
    background-image: none;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLW1hZ25pZnlpbmctZ2xhc3MiIGRhdGEtaWNvbj0ibWFnbmlmeWluZy1nbGFzcyIgZGF0YS1wcmVmaXg9ImZhcyIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzU0ODVmOCIgZD0iTTUwMC4zIDQ0My43IDM4MC42IDMyNGMyNy4yMi00MC40MSA0MC42NS05MC45IDMzLjQ2LTE0NC43QzQwMS44IDg3Ljc5IDMyNi44IDEzLjMyIDIzNS4yIDEuNzIzIDk5LjAxLTE1LjUxLTE1LjUxIDk5LjAxIDEuNzI0IDIzNS4yYzExLjYgOTEuNjQgODYuMDggMTY2LjcgMTc3LjYgMTc4LjkgNTMuOCA3LjE4OSAxMDQuMy02LjIzNiAxNDQuNy0zMy40NmwxMTkuNyAxMTkuN2MxNS42MiAxNS42MiA0MC45NSAxNS42MiA1Ni41NyAwIDE1LjYwNi0xNS42NCAxNS42MDYtNDEuMDQuMDA2LTU2LjY0ek03OS4xIDIwOGMwLTcwLjU4IDU3LjQyLTEyOCAxMjgtMTI4czEyOCA1Ny40MiAxMjggMTI4LTU3LjQyIDEyOC0xMjggMTI4LTEyOC01Ny40LTEyOC0xMjh6Ii8+PC9zdmc+);
    mask-position: center;
    mask-repeat: no-repeat;
}

.tx-indexedsearch-res,
.tx-indexedsearch-form .tx-indexedsearch-searchbox-button,
input#tx-indexedsearch-searchbox-sword {
    border: 1px solid var(--custom-border-color);
}

.tx-indexedsearch-form .tx-indexedsearch-searchbox-button {
    background: var(--custom-border-color);
    border-left: 0;
    color: var(--text-color);
    transition: all 0.3s ease 0s;
}

input#tx-indexedsearch-searchbox-button-submit:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.tx-indexedsearch-res {
    background-color: var(--light-gray-color);
    padding: 15px 20px;
}

.tx-indexedsearch-page-selector {
    color: var(--text-color);
}

.search-form,
input#tx-indexedsearch-searchbox-sword {
    width: 100%;
}

/* Header Title */
.headertitle {
    display: inline-block;
    padding-left: 1rem;
    user-select: none;
}

.headertitle .headline {
    border-bottom: 2px solid color-mix(in srgb, var(--primary-color) 90%, var(--white-color) 0%);
    font-size: 20px;
    margin-bottom: 7px;
    padding-bottom: 5px;
}

.headertitle .sub-headline {
    border-top: 2px solid color-mix(in srgb, var(--text-color) 90%, var(--white-color) 0%);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px;
}

/* Boxed Layout */
body.boxed .header-main {
    border-top: 5px solid var(--text-color);
}

/* Logo */
.logo {
    min-width: 100px;
}

.header-logo-wrapper {
    align-items: center;
    display: flex;
    text-align: center;
}

/* Navigation */
.navigation {
    box-shadow: 0px 10px 20px -5px var(--custom-border-color);
    top: 100%;
}

.navigation ul {
    padding: 10px 0 20px;
}

/* Header */
.header-main,
.header-main.sticky-header {
    position: relative;
}

/* Heading */
.content-section header h1,
.content-section header h2 {
    color: var(--primary-color);
}

/* Card */
.content-section .card-img img.image-embed-item  {
    background-color: var(--yellow-bg-color);
    height: 273px;
    object-fit: contain;
    object-position: 50% 0;
    padding: 10px;
    width: 100%;
}

.card-block .card {
    border: 1px solid var(--custom-border-color) !important;
    transition: all 0.3s ease 0s;
}

.card-block .card:hover {
    box-shadow: 0px 16px 33px -5px var(--custom-border-color);
}

.card-block .card .btn {
    border-radius: 0 !important;
}

.card.bg-info, .card.bg-light, .card.bg-secondary {
    color: var(--bs-body-color);
}

.card-title a:hover{
    color: var(--primary-color);
}

/* Landing Slider */
.landingslider .carousel-item {
    background-position: 50% 0%;
    height: 300px;
}

.landingslider .carousel-indicators {
    bottom: 0;
}

/* News */
.news-title .h4 a:hover,
.news-title h4 a:hover {
    color: var(--text-color);
}

.news-single .article .footer {
    background-color: transparent;
}

.news-single .article .footer .news-list-date {
    color: var(--bs-body-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.news-single .article .footer .news-list-author {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.news .search-block .input-group {
    align-items: center;
} 

.blog-medium-image .blog-content {
    min-height: calc(100% - 195px);
}

.news .news-img-wrap {
    background: var(--yellow-bg-color);
}

.news .news-img-wrap img {
    background-color: var(--custom-gray-bg);
    border: 1px solid var(--custom-border-color);
    margin: 0;
    max-height: 200px !important;
    min-height: 200px !important;
    object-fit: contain;
    object-position: center;
    padding: 10px;
    width: 100%;
}

.news .news-img-wrap a {
    display: block;
}

.blog-medium-image .pagination .page-item a {    
    display: block;
    padding: 10px 15px;
}

.tx-indexedsearch-browsebox li {
    padding: 0;
}

.tx-indexedsearch-browsebox li a {
    display: block;
    padding: 5px 15px;
}

/* Anchor Tag */
p a {
    hyphens: auto;
    word-wrap: break-word;
}

/* Custom Footer */
footer.footer {
    background-color: var(--custom-gray-bg);
    border-top: 1px solid var(--custom-border-color);
    padding: 25px 0;
}

.footer-section {
    margin-top: 20px;
    padding: 20px 0 35px;
}

.footer-section .footer-section-wrapper {
    background-color: var(--custom-gray-bg);
    border: 1px solid var(--custom-border-color);
    padding: 1.8rem 1.5rem 1.4rem;
}

.footer-section .social-icons a {
    border-radius: 0;
    color: var(--text-color);
    justify-content: flex-start;
    line-height: normal;
    margin-bottom: 17px;
    padding: 20px 15px;
    text-align: left;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.footer a:hover {
    color: var(--primary-color);
}

.footer-section .social-link-wrapper {
    margin-bottom: 0;
    padding-left: 0;
}

.footer-section .social-link-wrapper li {
    list-style: none;
}

.footer-section .social-link-wrapper li .social-icon__icon {
    padding-right: 10px;
}

.footer-section .social-icons a svg,
.footer-section .social-icons .fb-bg a svg path {
    fill: #f0f8ff;
}

.footer-section .social-icons .fb-bg a,
.footer-section .social-icons .pinterest-bg a,
.footer-section .social-icons .telegram-bg a,
.footer-section .social-icons .xing-bg a,
.footer-section .social-icons .flipboard-bg a,
.footer-section .social-icons .print-bg a,
.footer-section .social-icons .linkedin-bg a,
.footer-section .social-icons .whatsapp-bg a,
.footer-section .social-icons .info-bg a {
    color: var(--white-color);
}

.footer-section .social-icons .fb-bg a {
    background-color: #1456AC;
}

.footer-section .social-icons .fb-bg a:hover {
    background-color: #1877f2;
}

.footer-section .social-icons .pinterest-bg a {
    background-color: #B5001B;
}

.footer-section .social-icons .pinterest-bg a:hover {
    background-color: #e60023;
}

.footer-section .social-icons .telegram-bg a {
    background-color: #1F5C8A;
}

.footer-section .social-icons .telegram-bg a:hover {
    background-color: #2e87ca;
}

.footer-section .social-icons .xing-bg a {
    background-color: #29384A;
}

.footer-section .social-icons .xing-bg a:hover {
    background-color: #161C24;
}

.footer-section .social-icons .flipboard-bg a {
    background-color: #AC1B1B;
}

.footer-section .social-icons .flipboard-bg a:hover {
    background-color: #f52828;
}

.footer-section .social-icons .print-bg a {
    background-color: #1E5E6F;
}

.footer-section .social-icons .print-bg a:hover {
    background-color: #3796b0;
}

.footer-section .social-icons .linkedin-bg a {
    background-color: #0857A7;
}

.footer-section .social-icons .linkedin-bg a:hover {
    background-color: #0a66c2;
}

.footer-section .social-icons .whatsapp-bg a {
    background-color: #176526;
}

.footer-section .social-icons .whatsapp-bg a:hover {
    background-color: #30d14e;
}

.footer-section .social-icons .info-bg a {
    background-color: #045AA0;
}

.footer-section .social-icons .info-bg a:hover {
    background-color: #2196f3;
}

.widget-btn-wrapper  {
    display: none;
}

.footer-copyright {
    background-color: var(--custom-gray-bg);
    border-top: 1px solid var(--custom-border-color);
    padding: 25px 0;
    text-align: center;
}

body.dark .footer-copyright {
    background-color: #212529;
    border-top: 1px solid var(--text-color);
}

/* blockquote */
blockquote {
    border-radius: 3rem;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}

blockquote::before {
    color: var(--icon-color);
    content: '\f101';
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
}

blockquote p:last-child::after {
    color: var(--icon-color);
    content: '\f100';
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    margin-left: 0.5rem;
}

blockquote p {
    display: block;
    margin: -1.5rem 1.5rem 1.5rem;
}

blockquote p::before {
    content: none;
}
.einzug1 {
    margin-left: 4rem;
}
.einzug2 {
    margin-left: 8rem;
}

.werktitel {
    font-style: italic;
    font-weight: 900;
}
@media screen and (max-width: 768px) {
    /* Responsive Left SubMenu */
    .sidebar-widget-menu {
        position: relative;
        z-index: 1;
    }
    
    .list-group-menu {
        background-color: var(--custom-gray-bg);
        border: 1px solid #e9e9e9;
        border-left: 4px solid var(--primary-color);
        border-radius: 0;
        box-shadow: 0px 0px 10px -5px var(--custom-border-color);
        left: -400px;
        opacity: 0;
        padding: 10px 20px !important;
        pointer-events: none;
        position: absolute;
        top: 10px;
        transition: all 0.5s ease 0s;
        width: 80%;
    }

    .sidebar-widget .list-group a:hover {
        background-color: var(--primary-color);
        color: var(--white-color);
    }
    
    .list-group-menu-active {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }
    
    .sidebar-widget-menu .sidebar-widget {
        margin-bottom: 0;
    }

    .widget-btn-wrapper  {
        display: block;
    }
    
    .widget-btn {
        position: relative;
        z-index: 1;
    }
    
    .btn.btn-primary.widget-btn {
        border-color: var(--white-color);
        border-radius: 0 !important;
    }

    .sidebar-widget .list-group a {
        padding-inline: 10px;
    }

    .sidebar-widget .list-group ul {
        border: 0;
    }
}

/* Teaser Menu */
.lastChange {
    position: relative;
    text-align: end;
}

.lastChange span {
    position: relative;
}

.lastChange span::after {
    background-color: var(--text-color);
    bottom: -7px;
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    width: 100%;
}

/* Breadcrumb */
.breadcrumb-section {
    margin-bottom: 0;
}

.content-section--extended {
    margin-top: 15px;
}

/* Blog */
.blog-medium-image .blog-item {
    background-color: var(--custom-gray-bg);
    border: 1px solid var(--custom-border-color);
    margin-bottom: 20px;
    padding: 20px !important;
}

.blog-medium-image .blog-item .btn {
    border-radius: 0 !important;
}

.blog-image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    padding-bottom: 0;
    width: 100%;
}

.blog-image img {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-bottom: 0;
    /* width: 200px; */
    width: 100%;
}


/* Publication Extension  */
.publication-form {
    background-color: var(--custom-gray-bg);
    border: 1px solid var(--custom-border-color);
    margin-bottom: 20px;
    padding: 20px;
}

.tx-publications-item {
    background-color: var(--custom-gray-bg);
    padding: 0 20px 20px;
}

.tx-publications-item h4 {
    margin-top: 20px;
    padding-top: 20px;
}

.classic-layout {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.classic-layout__input {
    background-color: var(--white-color);
    border: 1px solid var(--custom-border-color);
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 7px 10px;
    vertical-align: top;
    width: 100%;
    zoom: 1;
}

.classic-layout__input:focus {
    border: 1px solid var(--custom-border-color);
    box-shadow: none;
    outline: none;
}

.content-section img.image-embed-item {
    width: revert-layer;
}

.tx-glossary2 ul.horizontal,
.glossary-navmenu .glossary-navmenu-items {
    background: var(--custom-gray-bg);
    border: 1px solid var(--custom-border-color);
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-start;
    padding: 10px;
}

.tx-glossary2 ul.horizontal li a,
.tx-glossary2 ul.horizontal li>span,
.glossary-navmenu .glossary-navmenu-items li a {
    display: block;
    padding: 5px 12px;
}

.tx-glossary2 ul.horizontal li,
.glossary-navmenu .glossary-navmenu-items .glossary-active,
.glossary-navmenu .glossary-navmenu-items .glossary-current,
.glossary-navmenu .glossary-navmenu-items .glossary-navmenu-item {
    background-color: var(--secondary-color);
    border: 1px solid var(--custom-border-color);
    list-style: none;
    transition: all 0s ease 0s;
}

.tx-glossary2 ul.horizontal li a,
.glossary-navmenu .glossary-navmenu-items .glossary-navmenu-item a {
    color: var(--text-color);
    transition: all 0s ease 0s;
}

.tx-glossary2 ul.horizontal li.active,
.tx-glossary2 ul.horizontal li:hover,
.glossary-navmenu .glossary-navmenu-items .glossary-active,
.glossary-navmenu .glossary-navmenu-items .glossary-current,
.glossary-navmenu .glossary-navmenu-items .glossary-navmenu-item:hover {
    background-color: var(--primary-color);
}

.tx-glossary2 ul.horizontal li.active a,
.tx-glossary2 ul.horizontal li:hover a,
.glossary-navmenu .glossary-navmenu-items .glossary-active a,
.glossary-navmenu .glossary-navmenu-items .glossary-current a,
.glossary-navmenu .glossary-navmenu-items .glossary-navmenu-item:hover a {
    color: var(--white-color);
}

.teasermenu article {
    background-color: var(--custom-gray-bg);
    border: 1px solid var(--custom-border-color);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px;
}

.teasermenu .teaser-link {
    border: 0;
    box-shadow: none;
    font-weight: 500;
    margin-bottom: 5px;
}

.teasermenu .teaser-image {
    max-width: 100%;
    padding-right: 20px;
    width: 100%;
}

.teasermenu .teaser-image img {
    height: 273px;
    object-fit: contain;
    object-position: 50% 0;
    width: 100%;
}

/* Glossary 2 */
.tx-glossary2 .scroll-container .scroll-item {
    background-color: var(--custom-gray-bg);
    margin-bottom: 5px;
}

.tx-glossary2 .scroll-container .scroll-item a {
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
}

.tx-glossary2 .scroll-container .scroll-item a:hover {
    background-color: var(--secondary-color);
}

.tx-glossary2 .scroll-container .scroll-item.border-top {
    border: 1px solid var(--custom-border-color);
    border-left: 3px solid var(--text-color);
}

.tx-glossary2 .nav ul.f3-widget-paginator {
    display: flex;
    gap: 15px;
    list-style: none;
}

.tx-glossary2 .nav ul.f3-widget-paginator li a {
    background-color: var(--text-color);
    color: var(--white-color);
    padding: 8px 15px;
    transition: all 0.3s ease 0s;
}

.tx-glossary2 .nav ul.f3-widget-paginator li a:hover {
    background-color: var(--primary-color);
}

/* Event */
.litepicker .container__days .day-item.is-today {
    background-color: var(--primary-color);
    color: var(--white-color);
} 

.tx-events2 .f3-widget-paginator {
    display: flex;
    list-style: none;
    padding-top: 0;
}

.tx-events2 .f3-widget-paginator li a {
    background-color: var(--primary-color);
    color: var(--white-color);
    margin: 10px 0;
    margin-right: 10px;
    padding: 10px 15px 9px;
    text-align: center;
    transition: all .2s ease 0s;
    white-space: normal;
}

.tx-events2 .f3-widget-paginator li a:hover {
    color: #000000;
}

.tx-events2 form {
    display: flex;
    flex-direction: column;
} 

.tx-events2 form #organizer {
    background-color: var(--white-color);
    border: 1px solid var(--custom-border-color);
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-bottom: 20px;
    padding: 7px 10px;
    vertical-align: top;
    width: 100%;
    zoom: 1;
}

.tx-events2 form #organizer:focus {
    border: 1px solid var(--custom-border-color);
    box-shadow: none;
    outline: none;
}

.tx-events2 .scroll-container .list-group-item {
    background-color: var(--custom-gray-bg);
    border: 1px solid var(--custom-border-color);
    border-radius:none;
    margin-bottom: 20px;
    padding: 20px;
}

/* person */ 
.person {
    background-color: var(--custom-gray-bg);
    display: block;
    padding: 8px 13px;
}

.person .person-cat,
.person .person-nolink {
    display: block;
}

.person-cat {
    background: var(--secondary-color);
    padding: 0 7px;
}

.person .person-link a {
    color: var(--text-color);
    display: block;
}

.person .person-link a:hover {
    color: var(--primary-color);
    padding-left: 3px;
}

span.person-nolink {
    background: var(--white-color);
    margin-bottom: 5px;
    padding: 2px 7px;
}

.person .person {
    margin: 7px 0;
    padding: 0;
} 

.person .person-entry {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
} 

.person .person-entry span {
    padding-left: 10px;
    
}

.person .person-entry .person-cat{
    background-color: var(--primary-color);
    color: var(--white-color);
}

.ce-left .ce-column,
.ce-right .ce-column {
    padding: 10px;
}

.ce-column .image-caption{
    font-weight: 600;
    margin: 10px 0;
    text-align: center;
}

.ce-left .ce-column .image-caption, 
.ce-right .ce-column .image-caption {
    font-weight: 600;
    margin: 10px 0 0;
    max-width: 100%;
    text-align: center;
}

.ce-left .ce-right .ce-gallery figcaption {
    text-align: center;
}

.ce-left .ce-column img, 
.ce-right .ce-column img {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}

.content-section img.image-embed-item {
    width: 100%;
}

/* accordion */
.ui-widget {
    font-family: var(--font-family-primary);
}

.ui-state-default,.ui-widget-content {
    background: var(--custom-gray-bg);
    border: 1px solid var(--custom-border-color);
}

.ui-state-default a, .ui-state-default a:link {
    color: var(--primary-color);
}

.ui-accordion .ui-accordion-header{
    background-color: var(--secondary-color);
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 12px 15px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    filter: grayscale(1);
    left: initial;
    margin-top: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
     zoom: 1.8;
}

.ui-accordion .ui-accordion-content {
    border-radius: 0;
    padding: 20px 15px 5px;
}

.ui-accordion .ui-accordion-content ul {
    list-style: none;
    padding-left:0;
}

.ui-accordion .ui-accordion-content ul li {
    border: 1px solid var(--custom-border-color);
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 15px;
}

.ui-accordion .ui-accordion-content ul li a {
    color: var(--primary-color);
    margin-bottom: 7px;
}

.ui-accordion .ui-accordion-content ul li a:hover {
    color: var(--text-color);
}

.ui-accordion .ui-accordion-content ul li:nth-child(even) {
    background-color: var(--white-color);
}

.ui-accordion .ui-accordion-content ul li:nth-child(odd) {
    background-color: var(--custom-border-color);
}

/* time line news */
.frame-type-news_newsdatemenu {
    border: 1px solid var(--custom-border-color);
    padding: 20px 0;
}

.news .news-menu-view .news-mainmenu {
    padding: 10px 0;
}

.news .news-menu-view .news-mainmenu h5 {
    text-align: center;
}

.news .news-menu-view .news-submenu .item {
    background-color: var(--custom-gray-bg);
    border-bottom: 1px solid var(--custom-border-color); 
    border-top: 1px solid var(--custom-border-color);
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.news .news-menu-view .news-submenu .itemactive {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.news .news-menu-view .news-submenu .itemactive a {
    color: var(--white-color);
}


.frame-type-news_newsdatemenu header {
    text-align: center;
}

.news-menu-view ul {
    list-style: none;
    padding-left: 0;
}

/* menu */
.header-main-content .navigation nav>ul li:hover>ul {
    display: none;
} 

.nav-arrow {
    display: none;
}

/* Author Icon */
.person-women::before {
    /*color: var(--primary-color);*/
    color: #E00000;
    content: "\f182";
    display: inline-block;
    font-family: "Font Awesome 6 free";
    font-style: normal;
    font-weight: 900;
    margin-right: 5px;
}

.person-men::before {
    /*color: var(--icon-color);*/
    color: #000044;
    content: "\f183";
    display: inline-block;
    font-family: "Font Awesome 6 free";
    font-style: normal;
    font-weight: 900;
    margin-right: 5px;
}

/* Konfiguration der Standard-Header zentriert (MG) */
h1, h2, h3, h4, h5:not(.style-switcher h5), h6 {
    text-align: center;
}

.dark .sidebar-widget .list-group a:hover {
    color: var(--primary-color);
}

/* Text and Image Alignment */
.ce-gallery .ce-row {
    background-color: var(--custom-gray-bg);
    border: 1px solid var(--custom-border-color);
    display: flex;
    justify-content: center;
}

.ce-gallery .ce-column {
    margin-bottom: 0;
}

.ce-textpic .ce-bodytext {
    margin-top: 15px;
}

.landing-section .carousel-inner .carousel-item a {
    color: var(--white-color);
    text-decoration: underline;
}

.landing-section .carousel-inner .carousel-item a:hover {
    color: var(--primary-color);
}

ol, ul {
    padding-left: 25px;
}

/******************************* 
Footer Social Media Variation 2 
********************************/
/* .footer-section .social-icons .fb-bg a,
.footer-section .social-icons .pinterest-bg a,
.footer-section .social-icons .telegram-bg a,
.footer-section .social-icons .xing-bg a,
.footer-section .social-icons .flipboard-bg a,
.footer-section .social-icons .print-bg a,
.footer-section .social-icons .linkedin-bg a,
.footer-section .social-icons .whatsapp-bg a,
.footer-section .social-icons .info-bg a {
    background-color: var(--white-color);
    border: 1px solid var(--custom-border-color);
    color: var(--text-color);
}

.footer-section .social-icons .fb-bg a:hover,
.footer-section .social-icons .pinterest-bg a:hover,
.footer-section .social-icons .telegram-bg a:hover,
.footer-section .social-icons .xing-bg a:hover,
.footer-section .social-icons .flipboard-bg a:hover,
.footer-section .social-icons .print-bg a:hover,
.footer-section .social-icons .linkedin-bg a:hover,
.footer-section .social-icons .whatsapp-bg a:hover,
.footer-section .social-icons .info-bg a:hover {
    color: var(--white-color);
}

.footer-section .social-icons a svg,
.footer-section .social-icons .fb-bg a svg path {
    fill: revert-layer;
    transition: all 0.5s ease 0s;
}

.footer-section .social-icons a:hover svg,
.footer-section .social-icons .fb-bg a:hover svg path {
    fill: var(--white-color);
} */
/******************************* 
End Line of Code
********************************/

/* Section Index */
.menu-section-list {
    background-color: var(--custom-gray-bg);
    border: 1px solid var(--custom-border-color);
    padding: 10px 10px 10px 35px;
}

ul.menu-section-list li a {
    color: var(--text-color);
}

ul.menu-section-list li::marker {
    font-size: 1.5rem;
}

ul.menu-section-list li a:hover {
    color: var(--primary-color);
}

/* Book Navigation */
.browse-list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    gap: 15px;
}

.browse-list .browse-list_item a {
    background-color: var(--text-color);
    color: var(--white-color);
    padding: 7px 13px;
}

.browse-list .browse-list_item a:hover {
    background-color: var(--primary-color);
}

body.dark {
    color: var(--text-color);
}

.style-switcher .style-switcher-action-links a.shopping-cart-icon,
.style-switcher .style-switcher-action-links a.bullseye-icon {
    display: none;
}

.style-switcher .style-switcher-action-links a:hover {
    color: var(--white-color);
}

.style-switcher .form-control {
    border: 1px solid #000000 !important;
    color: #000000;   
}

.style-switcher .h5, .style-switcher h5 {
    color: #ffffff !important;
}

form .form-control.loading-overlay-select {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

.style-switcher .colorpicker-element .input-group-append input {
    border: 1px solid #000000 !important;
}

.style-switcher form label {
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
}

/* .sidebar-widget.sidebar-widget-menu {
    margin-top: 40px;
} */

@media (min-width: 576px) {
    .header-logo-wrapper {
        text-align: left;
    }

    .landingslider .carousel-item {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .headertitle {
        padding-left: 2rem;
    }

    .headertitle .headline {
        font-size: 28px;
    }

    .headertitle .sub-headline {
        font-size: 22px;
    }

    .landingslider .carousel-item {
        height: 500px;
    }

    .content-section--extended {
        margin-top: 50px;
    }

    .teasermenu article {
        background-color: var(--custom-gray-bg);
        border: 1px solid var(--custom-border-color);
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        padding: 20px;
    }

    .teasermenu .teaser-image {
        max-width: 20%;
        padding-right: 20px;
        width: 100%;
    }

    .teasermenu .teaser-image header {
        height: 100%;
    }

    .teasermenu .teaser-image header .bildlink {
        display: block;
        height: 100%;
    }

    .teasermenu .teaser-image img {
        aspect-ratio: 3 / 4;
        height: auto;
        mix-blend-mode: multiply;
        object-fit: cover;
        object-position: center center;
        width: 100%;
    }

    .ce-gallery .ce-row {
        background-color: transparent;
        border: 0;
        display: inline-block;
    }

    .ce-gallery .ce-column {
        background-color: var(--yellow-bg-color);
        border: 1px solid var(--custom-border-color);
        margin-bottom: 15px;
        padding: 10px;
    }

    .news .news-img-wrap img  {
        background-color: var(--yellow-bg-color);
    }

    .footer-section .footer-section-wrapper {
        padding: 1.8rem 2rem 1.4rem;
    }
}

@media (min-width: 992px) {
    .navigation {
        box-shadow: none;
        color: var(--primary-color);
    }

    .navigation ul {
        padding: 0;
    }

    .header-main.sticky-header {
        position: fixed;
    } 

    .header-main-content {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
    }

    .sidebar-widget {
        position: sticky;
        top: 20px;
    }

    .content-section .h3,
    .content-section h3 {
        margin-bottom: 20px;
    }

    .header-logo-wrapper {
        display: inline-block;
    }

    /* Search */
    .header-search {
        padding: 0 !important; 
    }

    .header-search .search-trigger {
        padding: 10px;
    }

    .headertitle .headline {
        font-size: 32px;
    }

    .headertitle .sub-headline {
        font-size: 26px;
    }

    .blog-image {
        margin-bottom: 0;
    }

    /* text-image */
    .ce-left .ce-column img,
    .ce-right .ce-column img{
        max-width: 300px;
    }

    .ce-left .ce-column .image-caption, 
    .ce-right .ce-column .image-caption {
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .navigation ul li a {
        padding: 10px 15px;
    }
}