.adb-kontakt address {
    margin-left: 2rem;
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #96aebe;
    border-color: #96aebe;
}

.adb-plzort-suche {
    position: relative;
}
ul.adb-plzort {
    position: absolute;
    display: none;
    left: 0;
    top: 2.35rem;
    padding: 0;
    max-height: 300px;
    width: 100%;
    z-index: 2000;
    overflow-y: scroll;
    border: 1px solid #999;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
ul.adb-plzort li {
    display: block;
}
ul.adb-plzort li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 2px 5px;
}
ul.adb-plzort li a:focus,
ul.adb-plzort li a:hover {
    color: #fff;
    background-color: dodgerblue;
}
button.adb-inline-button {
    position: absolute;
    top: .1rem;
    right: .3rem;
    width: 1.5rem;
    height: 2rem;
    font-size: 1.5rem;
    background: transparent;
    border: none;
    z-index: 1000;
    cursor: pointer;
}
address small {
    font-size: 85%;
}

@media print {
    @page {                
        size: A4;
        margin: 15mm 15mm 15mm 20mm;
    }
    html, body {
        width: 1024px;
    }
    .col-md-5 {
        float: left;
        width: 40%;
    }
    .col-md-7 {
        float: left;
        width: 60%;
    }
    header {
        display: none;
    }
}