
.footer-ik-websites {
    text-align: right;
}
.wptoolbox-rechtliche-links {
    margin: 0;
}
.wptoolbox-rechtliche-links.text-align-center {
    text-align: center;
}
.wptoolbox-rechtliche-links.text-align-right {
    text-align: right;
}
.wptoolbox-rechtliche-links ul {
    list-style: none;
    margin: 0;
    padding: 0!important;
}
.wptoolbox-rechtliche-links.layout-horizontal  ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.wptoolbox-rechtliche-links ul li a,
.wptoolbox-rechtliche-links ul li button {
    margin: 0 1em;
    padding: 0;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.wptoolbox-rechtliche-links ul li a:focus,
.wptoolbox-rechtliche-links ul li button:focus {
    outline: 2px dashed currentColor;
    outline-offset: 2px;
}


/* Optional: Hover-Effekt */
.wptoolbox-rechtliche-links ul li a:hover,
.wptoolbox-rechtliche-links ul li button:hover {
  text-decoration: underline;
}

/* Responsive Anpassung: Vertikal auf kleineren Bildschirmen */
@media (max-width: 480px) {
  .wptoolbox-rechtliche-links.layout-horizontal ul {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Container */
#wptoolbox-footer.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 0;
    padding: 1rem 0;
}
div#wptoolbox-footer p,
div#wptoolbox-footer a{
    font-size: 14px;
}
.footer-col {
    flex-grow: 0;
    flex-shrink: 0;
}


/* Breitenklassen */
@media (min-width: 992px) {
    .footer-wd-d-20  { flex-basis: 20%; }
    .footer-wd-d-25  { flex-basis: 25%; }
    .footer-wd-d-30  { flex-basis: 30%; }
    .footer-wd-d-33  { flex-basis: 33.3333%; }
    .footer-wd-d-35  { flex-basis: 35%; }
    .footer-wd-d-40  { flex-basis: 40%; }
    .footer-wd-d-45  { flex-basis: 45%; }
    .footer-wd-d-50  { flex-basis: 50%; }
    .footer-wd-d-55  { flex-basis: 55%; }
    .footer-wd-d-60  { flex-basis: 60%; }
    .footer-wd-d-65  { flex-basis: 65%; }
    .footer-wd-d-67  { flex-basis: 67%; }
    .footer-wd-d-70  { flex-basis: 70%; }
    .footer-wd-d-75  { flex-basis: 75%; }
    .footer-wd-d-80  { flex-basis: 80%; }
    .footer-wd-d-85  { flex-basis: 85%; }
    .footer-wd-d-90  { flex-basis: 90%; }
    .footer-wd-d-95  { flex-basis: 95%; }
    .footer-wd-d-100 { flex-basis: 100%; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-wd-t-20  { flex-basis: 20%; }
    .footer-wd-t-25  { flex-basis: 25%; }
    .footer-wd-t-30  { flex-basis: 30%; }
    .footer-wd-t-33  { flex-basis: 33.3333%; }
    .footer-wd-t-35  { flex-basis: 35%; }
    .footer-wd-t-40  { flex-basis: 40%; }
    .footer-wd-t-45  { flex-basis: 45%; }
    .footer-wd-t-50  { flex-basis: 50%; }
    .footer-wd-t-55  { flex-basis: 55%; }
    .footer-wd-t-60  { flex-basis: 60%; }
    .footer-wd-t-65  { flex-basis: 65%; }
    .footer-wd-t-67  { flex-basis: 67%; }
    .footer-wd-t-70  { flex-basis: 70%; }
    .footer-wd-t-75  { flex-basis: 75%; }
    .footer-wd-t-80  { flex-basis: 80%; }
    .footer-wd-t-85  { flex-basis: 85%; }
    .footer-wd-t-90  { flex-basis: 90%; }
    .footer-wd-t-95  { flex-basis: 95%; }
    .footer-wd-t-100 { flex-basis: 100%; }
}

@media (max-width: 767px) {
    .footer-wd-m-20  { flex-basis: 20%; }
    .footer-wd-m-25  { flex-basis: 25%; }
    .footer-wd-m-30  { flex-basis: 30%; }
    .footer-wd-m-33  { flex-basis: 33.3333%; }
    .footer-wd-m-35  { flex-basis: 35%; }
    .footer-wd-m-40  { flex-basis: 40%; }
    .footer-wd-m-45  { flex-basis: 45%; }
    .footer-wd-m-50  { flex-basis: 50%; }
    .footer-wd-m-55  { flex-basis: 55%; }
    .footer-wd-m-60  { flex-basis: 60%; }
    .footer-wd-m-65  { flex-basis: 65%; }
    .footer-wd-m-67  { flex-basis: 67%; }
    .footer-wd-m-70  { flex-basis: 70%; }
    .footer-wd-m-75  { flex-basis: 75%; }
    .footer-wd-m-80  { flex-basis: 80%; }
    .footer-wd-m-85  { flex-basis: 85%; }
    .footer-wd-m-90  { flex-basis: 90%; }
    .footer-wd-m-95  { flex-basis: 95%; }
    .footer-wd-m-100 { flex-basis: 100%; }
}

/* Textausrichtung */
.footer-ta-d-left   { text-align: left; }
.footer-ta-d-center { text-align: center; }
.footer-ta-d-right  { text-align: right; }

@media (max-width: 991px) {
    .footer-ta-t-left   { text-align: left; }
    .footer-ta-t-center { text-align: center; }
    .footer-ta-t-right  { text-align: right; }
    p#copyright,
    .footer-ik-websites {
  text-align: center;
}
}
@media (max-width: 767px) {
    .footer-ta-m-left   { text-align: left; }
    .footer-ta-m-center { text-align: center; }
    .footer-ta-m-right  { text-align: right; }
    .footer-ik-websites {
  text-align: center;
}
}


@media (max-width: 1199px) {
        .footer-wd-t-100 { flex-basis: 100%; }
        .footer-ik-websites,
       .footer-ta-t-center { text-align: center; }

}