a {
  color: var(--green-bright);
}

.news-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.weihnachtsgruss-text div a {
  text-decoration: none;
}

a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-block.vc_btn3-icon-left.vc_btn3-color-grey {
  width: 100%;
  line-height: 16px;
}

.slider .slick-slide img {
  height: 60px;
}

.vc_tta-container {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.vc_tta-container {
  background: var(--green-bright);
  padding: 40px;
}

.vc_tta-panel .vc_tta-panel-heading {
  position: relative;
  cursor: pointer;
}

.vc_tta-panel .vc_tta-panel-heading p {
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  margin-bottom: 0;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--fontText);
  text-transform: uppercase;
  padding: 3px 0;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  position: relative;
  top: 50%;
  transform: translateY(0%);
  right: -10px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
  color: var(--white) !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a:hover,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: var(--green-olive) !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background: transparent !important;
  border: none !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: var(--white) !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: var(--green-olive) !important;
}

.vc_tta.vc_general .vc_tta-panel-body {
  padding-top: 0 !important;
  padding-bottom: 0;
}

.vc_tta .vc_tta-controls-icon {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 14px;
  position: relative;
  font-size: inherit;
  margin: 0;
}

.vc_tta .vc_tta-controls-icon {
  height: 14px !important;
  width: 14px !important;
}


body.single {
  font-size: var(--lg7);
}

body.single h3 {
  /*color:var(--gray-dark);*/
  font-size: var(--lg);
  font-weight: 400;
}

body.single .news-area {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.acc-content-text ul {
  flex-direction: column;
  align-items: self-start;
}

.mobile-logo img {
	width: 120px;
	height: 40px;
}

.footer-menu .menu-item {
  border-bottom: none !important;
}

.wb-form {
  width: 50%;
}

.wp-block-table {
  margin-bottom: 30px;
}

.wpb_text_column + .wp-block-table {
  margin-top: -35px;
}

body.search-results .maincontent .search-bar.right-sidebar,
body.error404 .maincontent .search-bar.right-sidebar {
  position: relative;
  transform: none;
  background: unset !important;
  padding: 0;
  box-shadow: none;

  margin-bottom: 50px;
}

body.search-results .maincontent .search-bar.right-sidebar .cross-icon,
body.error404 .maincontent .search-bar.right-sidebar .cross-icon {
  display: none;
}

body.search-results article {
  max-width: 70%;

  margin-bottom: 50px;
}

img.alignleft {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}

img.alignright {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
}

/**
 * WB Year Posts Navigation Styles
 */

.year-posts-wrapper {
    margin: 20px 0;
    font-family: inherit;
}

/* Year Navigation Tabs */
.year-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    border-radius: 0;
    padding-bottom: 0;
}

.year-tab {
    display: inline-block;
    padding: 12px 20px;
    background: #f8f8f8;
    color: #666;
    text-decoration: none;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    bottom: -2px;
}

.year-tab:hover {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
}

.year-tab.active {
    background: #fff;
    color: #76b82a;
    border-color: #76b82a;
    border-bottom: 2px solid #fff;
    font-weight: 600;
}

/* Content Container */
.all-years-content {
    background: #fff;
    border-radius: 0 4px 4px 4px;
    min-height: 200px;
}

.year-posts-content {
    padding: 20px 0;
}

/* Individual Post Items */
.year-post-item {
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.year-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-date {
    color: #76b82a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-title {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
}

.wp-block-table tr {
  border-bottom: 1px solid var(--gray-line);
}

.wp-block-table td {
  border: 0 !important;
}

/* Post Content Area - Two Column Layout */
.post-content-area {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.post-image-column {
    flex: 0 0 25rem;
    max-width: 30rem;
}

.post-image-column .post-featured-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.post-image-column .post-featured-image:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.post-text-column {
    flex: 1;
    min-width: 0; /* Prevents flex item from overflowing */
}

.post-text-column.full-width {
    flex: 1;
    max-width: 100%;
}

.post-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}

/* Post Divider */
.post-divider {
    border: none;
    height: 1px;
    background: #e0e0e0;
    margin: 25px 0;
}

/* Read More Link */
.read-more {
    display: inline-block;
    color: #76b82a;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border: 1px solid #76b82a;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.read-more:hover {
    background: #76b82a;
    color: #fff;
    text-decoration: none;
}

.wb-subpage-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.wb-subpage-card {
  flex: 1 1 calc(33.333% - 1rem);
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: center;
  background: var(--wb-gray);
}

.wb-subpage-card a {
  display: block;
}

.wb-subpage-card h3 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wb-subpage-card {
    flex: 1 1 100%;
  }
}

/* Download Link */
.download_link_wrapper {
    margin-top: 15px;
}

.wb_download_link {
    display: inline-block;
    background: #76b82a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wb_download_link:hover {
    background: #669f24;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(118, 184, 42, 0.3);
}

.wb_download_link:before {
    content: "\f019";
    font-family: "FontAwesome";
    margin-right: 8px;
}

/* No Posts Message */
.no-posts-message {
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 40px 20px;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .year-tabs {
        flex-direction: column;
        gap: 2px;
        border-bottom: none;
        padding-bottom: 10px;
    }
    
    .year-tab {
        border-radius: 4px;
        bottom: 0;
        border: 1px solid #ddd;
        text-align: center;
    }
    
    .year-tab.active {
        border-bottom: 1px solid #76b82a;
    }
    
    .all-years-content {
        border-radius: 4px;
        margin-top: 10px;
    }
    
    .year-posts-content {
        padding: 15px;
    }
    
    .post-title {
        font-size: 20px;
    }
    
    .post-excerpt {
        font-size: 14px;
    }

    body.search-results article {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .year-posts-wrapper {
        margin: 15px 0;
    }
    
    .year-tab {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .post-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .post-excerpt {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .read-more,
    .wb_download_link {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .year-tab,
    .read-more,
    .wb_download_link {
        transition: none;
    }
    
    .wb_download_link:hover {
        transform: none;
    }
}

/* Print Styles */
@media print {
    .year-tabs {
        display: none;
    }
    
    .year-posts-content {
        display: block !important;
    }
    
    .wb_download_link,
    .read-more {
        color: #333 !important;
        background: transparent !important;
        border: 1px solid #333 !important;
    }
}

@media (max-width: 991px) {
  img.alignleft,
  img.alignright {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Pre-Launch responsive changes */
@media only screen and (max-width: 1499px) {
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
        font-size: 20px;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
        margin-left: 10px;
    }
    .menu-left img {
        height: 98px;
    }
    .menu-left img {
        height: 98px;
    }
    .header-area .header {
        height: 98px !important;
    }
}
@media (max-width: 1450px) {
    .header-area {
        height: 104px !important;
    }
    nav.bdz-navbar > .mega-menu-wrap > ul {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    #mega-menu-wrap-top
        #mega-menu-top[data-effect="fade_up"]
        li.mega-menu-item.mega-toggle-on
        > ul.mega-sub-menu,
    #mega-menu-wrap-top
        #mega-menu-top[data-effect="fade_up"]
        li.mega-menu-item.mega-menu-megamenu.mega-toggle-on
        > ul.mega-sub-menu {
        top: 29px;
    }
}
.wb-contact-card {
    flex-wrap: wrap;
}
.wb-contact-card-text {
    width: calc(100% - 220px);
}
@media only screen and (max-width: 1299px) {
    .wb-contact-card {
        flex-direction: column;
    }
    .wb-contact-card-text {
        width: 100%;
    }
}
@media only screen and (max-width: 1260px) {
    .menu-left img {
        height: 60px;
    }
    .wb-form {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .header-area,
    .header-area .header {
        height: 38px !important;

        display: none !important;
    }

    .header-area + .breadcrumb {
        margin-top: 68px;
    }
    .header-area {
        top: 72px !important;
    }
    .post-image-column {
        max-width: 50%;
    }
    .cross-icon {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mega-menu-area {
        padding-top: 67px;
    }

    .mega-menu-title {
        padding-top: 30px;
    }

    .mega-finder div {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .wb-contact-card {
        flex-wrap: wrap;
    }
    .wb-contact-card-text {
        width: calc(100% - 220px);
    }
    .wb-contact-card {
        flex-direction: row;
    }
}
@media (max-width: 575px) {
    .wb-contact-card {
        flex-wrap: wrap;
    }
    .wb-contact-card-text {
        width: 100%;
    }
    .gallery {
        width: 100% !important;
        min-height: 350px !important;
    }
    .wb-contact-card-text {
        width: 100%;
    }
    .post-image-column img,
    .post-image-column {
        width: 100%;
        max-width: 100%;
    }
    .post-image-column {
        flex: auto;
    }
    .post-content-area {
        flex-direction: column;
    }
    .nav-header ul li a {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .mega-finder div a i,
    .banner-slider-text h2 {
        font-size: var(--lg);
    }
    .news-slider-text {
        padding: 10px;
    }
    .slick-dots li button {
        width: 12px;
        height: 12px;
    }
    .wb-news-wrapper.wb-template-wb-post-slider .slick-dots li,
    .wb-news-wrapper.wb-template-wb-post-slider .slick-dots li button:before,
    .slick-dots li,
    .slick-dots li button:before {
        width: 8px;
        height: 8px;
    }
    .slick-dots li {
        margin: 0 4px;
    }
}

@media (max-width: 375px) {
}

.wb-news-wrapper img {
    aspect-ratio: 450 / 250;
    object-fit: cover;
    object-position: center;
}