/* Local Inter font faces */
@font-face {
   font-family: 'Inter';
   src: url('../fonts/Inter-Regular.woff2') format('woff2');
   font-weight: 400;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Inter';
   src: url('../fonts/Inter-Medium.woff2') format('woff2');
   font-weight: 500;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Inter';
   src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
   font-weight: 600;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Inter';
   src: url('../fonts/Inter-Bold.woff2') format('woff2');
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}

:root {
   --bd-theme-primary: #0660bd;
   --bd-theme-secondary: #0c1f3f;
   --bd-theme-accent: #ffc857;
   --bd-body-bg: #f5f7fb;
   --header-gradient: linear-gradient(135deg, #041836, #092f5c);
   --bd-radius: 10px;
}

body {
   font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/* Global type scale */
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
   font-weight: 700;
   line-height: 1.2;
   color: var(--bd-heading-primary);
   margin: 0 0 20px 0;
}

h1 { font-size: 2.986rem; }
h2 { font-size: 2.488rem; }
h3 { font-size: 2.074rem; }
h4 { font-size: 1.728rem; }
h5 { font-size: 1.44rem; }
h6 { font-size: 1.2rem; }

body,
p {
   font-size: 1rem;
   line-height: 1.6;
   color: var(--bd-text-body);
}

small {
   font-size: 0.833rem;
}

.micro-text {
   font-size: 0.79rem;
}

@media (max-width: 575.98px) {
   h1 { font-size: 2.027rem; }
   h2 { font-size: 1.802rem; }
   h3 { font-size: 1.602rem; }
   h4 { font-size: 1.424rem; }
   h5 { font-size: 1.266rem; }
   h6 { font-size: 1.125rem; }

   body,
   p {
      font-size: 1rem;
   }

   small {
      font-size: 0.889rem;
   }

   .micro-text {
      font-size: 0.79rem;
   }
}

.faq-accordion {
   display: flex;
   flex-direction: column;
   gap: 24px;
}

.faq-item {
   border: 1px solid rgba(4, 24, 54, 0.15);
   border-radius: var(--bd-radius);
   padding: 24px 28px;
   background: #ffffff;
   transition: all 0.3s ease;
   position: relative;
}

.faq-item[open] {
   border-color: rgba(10, 132, 255, 0.4);
   box-shadow: 0px 24px 40px rgba(4, 24, 54, 0.08);
}

.faq-item summary {
   list-style: none;
   font-weight: 600;
   font-size: 1.05rem;
   cursor: pointer;
   position: relative;
   padding-right: 30px;
   margin-bottom: 10px;
   color: #041836;
}

.faq-item summary::-webkit-details-marker {
   display: none;
}

.faq-item summary::after {
   content: "\f105";
   font-family: "Font Awesome 6 Pro";
   position: absolute;
   right: 0;
   top: 5px;
   font-weight: 400;
   transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
   transform: rotate(90deg);
}

.faq-answer {
   margin-top: 10px;
   color: #4d5c76;
   line-height: 1.7;
   max-height: 0;
   overflow: hidden;
   opacity: 0;
   transform: translateY(-5px);
   transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.faq-item[open] .faq-answer {
   max-height: 400px;
   opacity: 1;
   transform: translateY(0);
}

/* Custom Styles for Ads & Hire Recruitment */

/* Video Hero Styles */
.bd-slider__video {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: 0;
}

.bd-slider__overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.7);
   z-index: 1;
}

.bd-slider__item.position-relative {
   position: relative;
   overflow: hidden;
}

.position-relative.z-index-1 {
   position: relative;
   z-index: 2;
}

.bd-slider__content {
   color: #ffffff;
}

.subtitle {
   font-size: 16px;
   color: var(--bd-theme-primary);
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 3px;
}

.breadcrumb__content h1 {
   color: #ffffff;
}

.bd-slider__content h1 {
   color: #ffffff;
}

.bd-slider__title {
   color: #ffffff;
}

.bd-feature__title {
   font-size: 1.2rem;
}

.bd-feature__content h3 {
   font-size: 1.728rem;
}
.bd-slider__content p {
   color: #ffffff;
   font-size: 1.2rem;
   margin-bottom: 45px;
}

.bd-slider__content-wrapper {
   max-width: 66%;
}

.bd-slider__btn .bd-border-btn {
   color: #ffffff !important;
}

.bd-slider__btn .bd-border-btn:hover {
   color: #ffffff !important;
}

.bd-slider__btn .bd-border-btn i {
   color: #ffffff !important;
}

/* Header Styles */
.bd-header__transparent {
   position: absolute;
   left: 0;
   right: 0;
   width: 100%;
   z-index: 99;
   background: transparent;
   display: inline-block;
   box-shadow: none;
}

/* Adjust header position when banner is present */
body:not(.page-weihnachtsaktion) .weihnachtsaktion-banner ~ header .bd-header__transparent {
   top: auto;
}

.bd-header__main {
   padding-top: 20px;
   padding-bottom: 20px;
}

/* Remove box-shadow from sticky header when inside transparent header */
.bd-header__transparent .bd-header__main.header-sticky {
   box-shadow: none;
   padding-top: 15px;
   padding-bottom: 15px;
}

.logo a {
   font-size: 1.5rem;
   font-weight: 700;
   color: #fff;
   text-decoration: none;
}

.mobile-header-inline .logo a {
   font-size: 1.25rem;
}

.bd-header__transparent .logo a,
.bd-header__transparent .logo a:hover {
   color: #ffffff;
}

.bd-header__transparent #mobile-menu ul li a {
   color: #ffffff;
}

.bd-header__transparent #mobile-menu ul li a:hover {
   color: var(--bd-theme-primary);
}

.bd-header__transparent .main-menu > nav > ul > li > a {
   color: #ffffff;
}

.bd-header__transparent .main-menu > nav > ul > li > a:hover {
   color: var(--bd-theme-primary);
}

#header-sticky.header-sticky .logo a,
#header-sticky.header-sticky .logo a:hover,
#header-sticky.header-sticky .main-menu > nav > ul > li > a {
   color: #000000;
}

.header-mobile-icon .bd-header__mobile-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 44px;
   height: 44px;
   border-radius: var(--bd-radius);
   border: 2px solid currentColor;
   transition: all 0.3s ease;
}

.header-mobile-icon .bd-header__mobile-icon i {
   font-size: 1.125rem;
   color: inherit;
}

.header-mobile-icon .bd-header__mobile-icon:hover {
   transform: translateY(-2px);
}

/* Mobile Header Button Styles */
.bd-header__transparent .bd-border-btn {
   color: #ffffff;
   border-color: #ffffff;
}

.bd-header__transparent .bd-border-btn:hover {
   background-color: #ffffff;
   color: var(--bd-theme-primary);
}

#header-sticky.header-sticky .bd-border-btn {
   color: #000000;
   border-color: #000000;
}

#header-sticky.header-sticky .bd-border-btn:hover {
   background-color: #000000;
   color: #ffffff;
}

.bd-header__transparent .header-mobile-icon {
   color: #ffffff;
}

.bd-header__transparent .header-mobile-icon .bd-header__mobile-icon {
   color: #ffffff;
   border-color: #ffffff;
}

#header-sticky.header-sticky .header-mobile-icon {
   color: var(--bd-theme-primary);
}

#header-sticky.header-sticky .header-mobile-icon .bd-header__mobile-icon {
   color: var(--bd-theme-primary);
   border-color: var(--bd-theme-primary);
}

/* Weihnachtsaktion Page - Header Logo and Menu in White */
.page-weihnachtsaktion .bd-header__transparent .logo a,
.page-weihnachtsaktion .bd-header__transparent .logo a:hover {
   color: #ffffff;
}

.page-weihnachtsaktion .bd-header__transparent #mobile-menu ul li a {
   color: #ffffff;
}

.page-weihnachtsaktion .bd-header__transparent #mobile-menu ul li a:hover {
   color: var(--bd-theme-primary);
}

.page-weihnachtsaktion .bd-header__transparent .main-menu > nav > ul > li > a {
   color: #ffffff;
}

.page-weihnachtsaktion .bd-header__transparent .main-menu > nav > ul > li > a:hover {
   color: var(--bd-theme-primary);
}

.page-weihnachtsaktion .bd-header__transparent .header-mobile-icon {
   color: #ffffff;
}

.page-weihnachtsaktion .bd-header__transparent .header-mobile-icon .bd-header__mobile-icon {
   color: #ffffff;
   border-color: #ffffff;
}

.page-weihnachtsaktion .bd-header__transparent .header-mobile-icon .bd-header__mobile-icon:hover {
   background-color: #ffffff;
   border-color: #ffffff;
   color: var(--bd-theme-primary);
}

/* Weihnachtsaktion Page - Sticky Header same as homepage */
.page-weihnachtsaktion #header-sticky.header-sticky .logo a,
.page-weihnachtsaktion #header-sticky.header-sticky .logo a:hover,
.page-weihnachtsaktion #header-sticky.header-sticky .main-menu > nav > ul > li > a {
   color: #000000;
}

.page-weihnachtsaktion #header-sticky.header-sticky .header-mobile-icon {
   color: var(--bd-theme-primary);
}

.page-weihnachtsaktion #header-sticky.header-sticky .header-mobile-icon .bd-header__mobile-icon {
   color: var(--bd-theme-primary);
   border-color: var(--bd-theme-primary);
}

/* Weihnachtsaktion Page - Hero Text in White */
.page-weihnachtsaktion .hero-section .hero-content .subtitle {
   color: #ffffff !important;
}

.page-weihnachtsaktion .hero-section .hero-content h1 {
   color: #ffffff !important;
}

.page-weihnachtsaktion .hero-section .hero-content p {
   color: #ffffff !important;
}

/* Weihnachtsaktion Page - Mobile Hero Layout */
@media (max-width: 767.98px) {
   .page-weihnachtsaktion .hero-section {
      background-image: none !important;
      min-height: auto !important;
   }
   
   .page-weihnachtsaktion .hero-mobile-image {
      display: block;
   }
   
   .page-weihnachtsaktion .hero-mobile-content {
      display: block;
   }
   
   .page-weihnachtsaktion .hero-desktop-content {
      display: none !important;
   }
}

/* Weihnachtsaktion Page - Mobile Pricing Layout */
@media (max-width: 991.98px) {
   .page-weihnachtsaktion .pricing-card-col {
      order: 1;
      margin-bottom: 30px;
   }
   
   .page-weihnachtsaktion .pricing-content-col {
      order: 2;
   }
}

/* Weihnachtsaktion Pricing Layout - Responsive */
@media (max-width: 991.98px) {
   .page-weihnachtsaktion .bd-pricing__item-featured .row > div[class*="col-lg-4"] {
      padding: 30px 20px !important;
   }
   
   .page-weihnachtsaktion .bd-pricing__item-featured .row > div[class*="col-lg-8"] {
      padding: 30px 20px !important;
   }
}

/* Header CTA Button - Hidden by default */
.header-cta {
   display: none;
}

/* Weihnachtsaktion Page - Hide Menu, Show CTA */
.page-weihnachtsaktion .bd-header__transparent .main-menu,
.page-weihnachtsaktion #header-sticky.header-sticky .main-menu {
   display: none !important;
}

.page-weihnachtsaktion .bd-header__transparent .header-cta,
.page-weihnachtsaktion #header-sticky.header-sticky .header-cta {
   display: flex;
}

.page-weihnachtsaktion .bd-header__transparent .header-cta .bd-border-btn,
.page-weihnachtsaktion #header-sticky.header-sticky .header-cta .bd-border-btn {
   font-size: 12px;
   padding-left: 24px;
   padding-right: 40px;
   height: 44px;
   line-height: 44px;
   letter-spacing: 2px;
}

.page-weihnachtsaktion .bd-header__transparent .header-cta .bd-border-btn i,
.page-weihnachtsaktion #header-sticky.header-sticky .header-cta .bd-border-btn i {
   font-size: 12px;
   padding-right: 20px;
}

.page-weihnachtsaktion .bd-header__transparent .header-cta .bd-border-btn {
   color: #ffffff;
   border-color: #ffffff;
}

.page-weihnachtsaktion .bd-header__transparent .header-cta .bd-border-btn:hover {
   background-color: #ffffff;
   color: var(--bd-theme-primary);
}

.page-weihnachtsaktion #header-sticky.header-sticky .header-cta .bd-border-btn {
   color: #000000;
   border-color: #000000;
}

.page-weihnachtsaktion #header-sticky.header-sticky .header-cta .bd-border-btn:hover {
   background-color: #000000;
   color: #ffffff;
}

.bd-slider__mobile-logo {
   display: flex;
   justify-content: center;
   margin-bottom: 16px;
}

.bd-slider__mobile-logo img {
   max-width: 140px;
   height: auto;
}

@media (min-width: 768px) {
   .bd-slider__mobile-logo {
      display: none;
   }
}

/* Feature Image Styles - 1:1 Format */
.bd-feature__img img {
   width: 100%;
   aspect-ratio: 1 / 1;
   object-fit: cover;
   border-radius: var(--bd-radius);
}

/* Services Icon Styles - Remove circles */
.bd-services__icon {
   background: none !important;
   border: none !important;
   box-shadow: none !important;
}

.bd-services__icon img,
.bd-services__icon svg {
   max-width: 120px;
   height: auto;
   max-height: 60px;
}

/* Contact Form Styles - Highlight Form */
.postbox__comment-form {
   background: linear-gradient(135deg, rgba(4, 24, 54, 0.95), rgba(9, 47, 92, 0.95));
   color: #ffffff;
   padding: 50px;
   border-radius: var(--bd-radius);
   box-shadow: 0px 30px 60px rgba(4, 24, 54, 0.35);
}

.postbox__comment-form h3 {
   font-size: 2rem;
   font-weight: 700;
   margin-bottom: 20px;
   color: #ffffff;
}

.postbox__comment-intro {
   margin-bottom: 30px;
}

.postbox__comment-intro p {
   font-size: 1rem;
   line-height: 1.8;
   color: rgba(255, 255, 255, 0.8);
   margin-bottom: 15px;
}

.postbox__comment-intro p:last-child {
   margin-bottom: 0;
   font-weight: 500;
   color: #ffffff;
}

.postbox__comment-input input,
.postbox__comment-input textarea {
   width: 100%;
   padding: 15px 20px;
   border: 2px solid rgba(255, 255, 255, 0.4);
   background-color: rgba(255, 255, 255, 0.15);
   color: #ffffff;
   border-radius: var(--bd-radius);
   font-size: 1rem;
   transition: all 0.3s ease;
}

.postbox__comment-input input:focus,
.postbox__comment-input textarea:focus {
   outline: none;
   border-color: rgba(255, 255, 255, 0.5);
   box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15);
}

.postbox__comment-input textarea {
   min-height: 150px;
   resize: vertical;
}

.postbox__comment-privacy p {
   font-size: 0.9rem;
   color: rgba(255, 255, 255, 0.8);
   line-height: 1.6;
}

.postbox__comment-privacy a {
   color: #cfe1ff;
   text-decoration: underline;
   transition: color 0.3s ease;
}

.postbox__comment-privacy a:hover {
   color: #ffffff;
}

.postbox__comment-btn .bd-btn {
   background-color: transparent;
   border: 2px solid #ffffff;
   color: #ffffff;
}

.postbox__comment-btn .bd-btn:hover {
   background-color: rgba(255, 255, 255, 0.2);
}

.postbox__comment-btn .bd-btn:disabled {
   opacity: 0.5;
   cursor: not-allowed;
}

/* Submit Button - White Background for better visibility */
#submitBtn.bd-border-btn,
.postbox__comment-form .bd-border-btn#submitBtn {
   background-color: #ffffff !important;
   color: var(--bd-theme-primary) !important;
   border-color: #ffffff !important;
}

#submitBtn.bd-border-btn:hover,
.postbox__comment-form .bd-border-btn#submitBtn:hover {
   background-color: rgba(255, 255, 255, 0.9) !important;
   color: var(--bd-theme-primary) !important;
   border-color: #ffffff !important;
   transform: translateY(-2px);
   box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

#submitBtn.bd-border-btn i,
.postbox__comment-form .bd-border-btn#submitBtn i {
   color: var(--bd-theme-primary) !important;
}

#submitBtn.bd-border-btn:disabled {
   opacity: 0.6;
   cursor: not-allowed;
   transform: none;
}

.postbox__comment-message {
   padding: 15px 20px;
   border-radius: var(--bd-radius);
   margin-bottom: 20px;
   font-size: 0.95rem;
   line-height: 1.6;
}

.postbox__comment-message.success {
   background-color: #d4edda;
   color: #155724;
   border: 1px solid #c3e6cb;
}

.postbox__comment-message.error {
   background-color: #f8d7da;
   color: #721c24;
   border: 1px solid #f5c6cb;
}

.hp-field-wrapper {
   position: absolute;
   left: -9999px;
   visibility: hidden;
}


.bd-header__main-right .bd-btn {
   flex-shrink: 0;
}

/* Responsive tweaks */
@media (max-width: 991px) {
   .bd-slider__content-wrapper {
      max-width: 100%;
   }

   .bd-header__main-right {
      padding-left: 0;
      margin-top: 15px;
      width: 100%;
      justify-content: flex-start;
   }

   .bd-header__section .row.align-items-center > div {
      width: 100%;
      text-align: left;
      margin-bottom: 0px;
   }

   .main-menu ul {
      flex-wrap: wrap;
      gap: 12px 20px;
   }

   .bd-header__main-right .bd-btn {
      font-size: 14px;
      padding: 10px 18px;
      width: auto;
   }
}

@media (max-width: 575px) {
   .bd-btn,
   .bd-border-btn {
      justify-content: center;
   }

   .bd-slider__content {
      text-align: center;
      align-items: center;
   }

   .bd-slider__content-wrapper {
      max-width: 100%;
   }

   .bd-slider__content p {
      margin-left: auto;
      margin-right: auto;
   }

   .postbox__comment-form {
      padding: 1.5rem;
   }

   .bd-slider__item,
   .bd-slider__height {
      min-height: 100vh;
   }
}

/* Pricing Section Styles */
.bd-pricing__item {
   background: #ffffff;
   border-radius: var(--bd-radius);
   padding: 50px 40px;
   box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
   transition: all 0.3s ease;
   border: 2px solid transparent;
   position: relative;
}

.bd-pricing__item:hover {
   transform: translateY(-5px);
   box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.15);
   border-color: var(--bd-theme-primary);
}

.bd-pricing__badge {
   position: absolute;
   top: -15px;
   right: 20px;
   background: var(--bd-theme-primary);
   color: #ffffff;
   padding: 8px 20px;
   border-radius: var(--bd-radius);
   font-size: 0.9rem;
   font-weight: 600;
   box-shadow: 0px 4px 10px 0px rgba(6, 96, 189, 0.3);
}

.bd-pricing__title {
   font-size: 1.8rem;
   font-weight: 700;
   color: var(--bd-heading-primary);
   margin-bottom: 30px;
}

.bd-pricing__price {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 5px;
   margin-bottom: 10px;
}

.bd-pricing__price-old {
   font-size: 1.3rem;
   color: #999;
   text-decoration: line-through;
   order: 1;
}

.bd-pricing__price-current {
   font-size: 3rem;
   font-weight: 700;
   color: var(--bd-theme-primary);
   order: 2;
}

.bd-pricing__duration {
   color: #666;
   font-size: 1rem;
   margin-bottom: 10px;
}

.bd-pricing__savings {
   color: #28a745;
   font-size: 0.95rem;
   font-weight: 600;
   margin-bottom: 30px;
}

.bd-pricing__description {
   padding: 20px;
   background: #f8f9fa;
   border-radius: 8px;
   margin-bottom: 30px;
}

.bd-pricing__description p {
   margin: 0;
   color: #333;
   font-size: 1rem;
}

.bd-pricing__features-title {
   font-size: 1.2rem;
   font-weight: 600;
   color: var(--bd-heading-primary);
   margin-bottom: 20px;
}

.bd-pricing__features-list {
   list-style: none;
   padding: 0;
   margin: 0;
}

.bd-pricing__features-list li {
   display: flex;
   align-items: center;
   padding: 12px 0;
   border-bottom: 1px solid #f0f0f0;
}

.bd-pricing__features-list li:last-child {
   border-bottom: none;
}

.bd-pricing__features-list li i {
   color: var(--bd-theme-primary);
   margin-right: 15px;
   font-size: 1.2rem;
}

.bd-pricing__features-list li span {
   color: #333;
   font-size: 1rem;
}

.logo-slider {
   padding: 10px 0;
   overflow: hidden;
}

.logo-slide-item {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 10px 20px;
   transition: all 0.3s ease;
}

.logo-slide-item img {
   width: 150px;
   height: 60px;
   object-fit: contain;
   filter: grayscale(100%);
   opacity: 0.6;
   transition: all 0.3s ease;
}

.logo-slide-item:hover {
   transform: translateY(-5px);
}

.logo-slide-item:hover img {
   filter: grayscale(0%);
   opacity: 0.9;
}

.cta-footer-theme {
   background: linear-gradient(135deg, #041836, #092f5c);
   color: #ffffff;
   position: relative;
   overflow: hidden;
}

.cta-footer-theme .bd-cta__title,
.cta-footer-theme span,
.cta-footer-theme p {
   color: #ffffff;
}

.cta-footer-theme::after {
   content: "";
   position: absolute;
   inset: 0;
   background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.15), transparent 55%);
   pointer-events: none;
}

.cta-footer-theme .container {
   position: relative;
   z-index: 1;
}

.hero-footer-theme {
   background: linear-gradient(135deg, #041836, #092f5c);
   position: relative;
   overflow: hidden;
}

.hero-footer-theme::after {
   content: "";
   position: absolute;
   inset: 0;
   background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.15), transparent 55%);
   pointer-events: none;
}

.hero-footer-theme .breadcrumb__title,
.hero-footer-theme .breadcrumb__list span,
.hero-footer-theme .breadcrumb__list span a {
   color: #ffffff;
}

.hero-footer-theme .container {
   position: relative;
   z-index: 1;
}

.site-footer {
   background: linear-gradient(135deg, #041836, #092f5c);
   color: #ffffff;
   padding: 100px 0 40px;
   position: relative;
   overflow: hidden;
}

.footer-cta {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   gap: 20px;
   padding: 35px 40px;
   border-radius: 18px;
   background: rgba(255, 255, 255, 0.05);
   margin-bottom: 60px;
}

.footer-cta__eyebrow {
   text-transform: uppercase;
   letter-spacing: 3px;
   font-size: 0.85rem;
   color: #6ab1ff;
   margin-bottom: 10px;
}

.footer-cta h3 {
   font-size: 1.8rem;
   margin: 0;
   color: #ffffff;
}

.footer-main {
   row-gap: 40px;
   margin-bottom: 40px;
}

.footer-brand .footer-logo {
   font-size: 1.3rem;
   font-weight: 700;
   color: #ffffff;
   text-decoration: none;
   display: inline-block;
   margin-bottom: 15px;
}

.footer-brand p {
   color: rgba(255, 255, 255, 0.75);
   margin-bottom: 25px;
}

.footer-social a {
   color: #ffffff;
   opacity: 0.7;
   margin-right: 12px;
   font-size: 1rem;
   transition: opacity 0.3s ease;
}

.footer-social a:hover {
   opacity: 1;
}

.footer-widget h4 {
   font-size: 1rem;
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-bottom: 20px;
   color: #ffffff;
}

.footer-widget ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.footer-widget ul li {
   margin-bottom: 12px;
}

.footer-widget ul li a,
.footer-widget ul li span {
   color: rgba(255, 255, 255, 0.75);
   text-decoration: none;
   transition: color 0.3s ease;
}

.footer-widget ul li a:hover {
   color: #ffffff;
}

.footer-contact li {
   display: flex;
   align-items: flex-start;
   gap: 10px;
}

.footer-contact li i {
   margin-top: 4px;
}

.footer-bottom {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   padding-top: 30px;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   font-size: 0.95rem;
   color: rgba(255, 255, 255, 0.7);
}

.footer-bottom__links {
   display: flex;
   gap: 18px;
}

.footer-bottom__links a {
   color: rgba(255, 255, 255, 0.8);
   text-decoration: none;
}

.footer-bottom__links a:hover {
   color: #ffffff;
}

.progress-wrap {
   filter: invert(1);
}

@media (max-width: 991px) {
   .footer-cta {
      flex-direction: column;
      text-align: center;
   }

   .faq-accordion {
      grid-template-columns: 1fr;
   }
}

@media (max-width: 767px) {
   .bd-slider__content-wrapper {
      max-width: 100%;
   }

   .footer-main {
      text-align: center;
   }

   .footer-brand,
   .footer-widget {
      text-align: center;
   }

   .footer-social {
      display: flex;
      justify-content: center;
   }

   .footer-contact li {
      justify-content: center;
   }

   .footer-bottom {
      flex-direction: column;
      gap: 10px;
      text-align: center;
   }

   .footer-bottom__links {
      justify-content: center;
   }
}

/* Weihnachtsaktion Banner */
.weihnachtsaktion-banner {
   background: linear-gradient(135deg, var(--bd-theme-primary) 0%, #0a4a8a 100%);
   color: #ffffff;
   padding: 12px 0;
   position: relative;
   z-index: 100;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   width: 100%;
}

/* Ensure header stays absolute positioned when banner is present */
body:not(.page-weihnachtsaktion) .weihnachtsaktion-banner ~ header {
   position: relative;
}

body:not(.page-weihnachtsaktion) .weihnachtsaktion-banner ~ header .bd-header__transparent {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
}

.weihnachtsaktion-banner .banner-content {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
   flex-wrap: wrap;
}

.weihnachtsaktion-banner .banner-icon {
   font-size: 20px;
}

.weihnachtsaktion-banner .banner-text {
   font-size: 15px;
   font-weight: 600;
   letter-spacing: 0.5px;
}

.weihnachtsaktion-banner .banner-link {
   color: #ffffff;
   font-size: 14px;
   font-weight: 600;
   text-decoration: none;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   padding: 6px 16px;
   background: rgba(255, 255, 255, 0.2);
   border-radius: 4px;
   transition: all 0.3s ease;
   border: 1px solid rgba(255, 255, 255, 0.3);
}

.weihnachtsaktion-banner .banner-link:hover {
   background: rgba(255, 255, 255, 0.3);
   color: #ffffff;
   transform: translateY(-1px);
}

.weihnachtsaktion-banner .banner-link i {
   font-size: 12px;
}

@media (max-width: 767.98px) {
   .weihnachtsaktion-banner {
      padding: 10px 0;
   }
   
   .weihnachtsaktion-banner .banner-content {
      flex-direction: column;
      gap: 10px;
      text-align: center;
   }
   
   .weihnachtsaktion-banner .banner-text {
      font-size: 14px;
   }
   
   .weihnachtsaktion-banner .banner-link {
      font-size: 13px;
      padding: 8px 20px;
   }
}

@media (max-width: 767.98px) {
   .logo-slide-item img {
      width: 140px;
      height: 60px;
   }
}
