.content-footer-abstand {
    padding-bottom: 110px;
}

.border-start, .border-end {
    border: none !important;
}

.border-klein {
    border: 1px solid #dee2e6 !important;
}

@media only screen and (max-width: 1023px) {
    .abstand-oben {
        margin-top: 1.5rem !important;
    }
    .abstand-right {
        padding-right: 3rem !important;
    }
    }

.abstand-left {
    padding-left: 1.5rem !important;
}

a.nav-link.active:hover {
    font-weight: bold;
}

p {
    word-wrap: break-word;
}

@media (min-width:1024px){ 
    footer.footer.mt-auto.py-3.bg-light.text-center.bottom-0.w-100{
    position: fixed!important;
    }
}