.tech-dat {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    width: 100%;
}

.liste-eigenschaften * {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
 }

/* BUTTON und LINK an externe Stellen */

.button-extern::after {
    content: url(/wp-content/fw-media/icons/icon-link-white.png);
}

.link-extern {
    position: relative;
}

.link-extern::before {
    content: url(/wp-content/fw-media/icons/icon-link.png);
}

.button-extern::after {
    position: absolute;
    top: 1.075rem;
    margin-left: 0.5rem;
 }

.link-extern::before {
    position: absolute;
    top: 0.125rem;
    left: -1.5rem;
 }
 