.footer-bttm ul
{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}

.footer-bttm ul li
{
    margin-bottom: 0 !important;
}

.liebe-text
{
    max-width: unset;
    width: 100%;
}

.contact-form form .checkbox input
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.checkbox label:before
{
    display: none !important;
}

div.wpforms-container-full:not(:empty)
{
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

div.wpforms-container-full:not(:empty) form
{
    border: none !important;
}

.wpforms-field-email
{
    margin: 0 !important;
    padding: 0 !important;
}

.wpforms-container .wpforms-submit-container button
{
    min-width: 146px !important;
    min-height: 46px !important;
}

.contact-form form input
{
    /* width: calc( - 123px) !important; */
}

.news-text h6,
.contact-form h6
{
    border-bottom: none;
}

.vc_btn3-inline
{
    margin-right: 0;
}

.vc_row.wpb_row.vc_row-fluid.vc_custom_1747687819934.vc_row-has-fill
{
    background-repeat: round no-repeat !important;
}

.custom-logo-link img {
    width: auto;
    height: 90px;
}

blockquote {
    padding-left: 10px;
    border-left: 6px solid var(--primary);

	margin-bottom: 35px;
}

body.search .maincontent article {
  margin-bottom: 35px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4rem;
    margin: 2rem 0;
}

.news-grid .news-card {
    width: unset;
}

.pagination-wrapper {
    margin: 3rem 0;
    text-align: center;
}

@media (max-width: 991px) {
  .footer-bttm {
      margin-bottom: 60px
  }

  .banner-area .banner-img {
      max-width: 100%;
      width: 100%;
  }

  .banner-area .banner-text {
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: unset;

      padding: 20px 0;
  }

  #menu {
      padding: 100px 0;
  }

  #menu ul li {
      padding: 0 20px;
  }

  #menu .button {
    padding: 0;
  }

  #menu .button > a {
    background-color: var(--white) !important;
    color: var(--primary) !important;
    border-color: var(--white) !important;
    display: block !important;
    text-align: left !important;
  }
}

/* Parent Page Navigation Button Styles */
.parent-page-navigation {
    margin: 2rem 0;
    padding: 1rem 0;
    border-top: 1px solid #e0e0e0;

    text-align: center;
}

.parent-page-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 0;
    transition: all 0.2s ease;
    position: relative;

    text-decoration: none !important;
    border-bottom: 0 !important;
}

.parent-page-button:hover {
    color: var(--primary);
    text-decoration: none;
}

.parent-page-button i {
    font-size: 0.9rem;
    transition: transform 0.2s ease;
}

.parent-page-button:hover i {
    transform: translateX(-3px);
}

.parent-page-button span {
    transition: transform 0.2s ease;
}

.parent-page-button:hover span {
    transform: translateX(2px);
}

/* Optional: Add a subtle underline animation */
.parent-page-button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary);
    transition: width 0.2s ease;
}

.parent-page-button:hover::after {
    width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .parent-page-navigation {
        margin: 1.5rem 0;
    }

    .parent-page-button {
        font-size: 0.9rem;
    }
}
