body {
    padding-top: 4em;
    font-family: "Poppins";
    background-color: #fff !important;
}

.no-print {
    display: none;
}

#domenig-logo {
    position: fixed;
    top: 1em;
    right: 1em;
}

#domenig-logo img {
    width: 2em;
    height: 2em;
    margin: 0 1em;
}

h1 {
    position: absolute;
    top: 6em;
    right: 2em;
    text-transform: uppercase;
    font-family: "Poppins";
    font-weight: 100;
}

h2 {
    font-size: 2em;
}

.teaser {
    position: absolute;
    top: 6em;
    left: 2em;
    font-family: "Poppins";
    font-weight: 600;
    background-color: #ed7011;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 1.6em 1em;
    font-size: 1.25em;
    transform: rotate(-25deg);
    box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.5);
    line-height: 1.25em;
}

img {
    width: 100%;
    max-height: calc(100vh - 4em);
}

img.plan-ug {
    max-width: 600px;
    float: left;
}

img.plan {
    max-width: 600px;
    margin: auto;
}

.page-break {
    page-break-before: always;
    clear: both;
}

.details_table {
    margin: 1em 0 0;
    width: 100%;
}

.details_table th, .details_table_ug th {
    font-family: "Poppins";
    font-weight: 600;
    text-align: left;
}

.details_table tr th:nth-last-child(1), .details_table tr th:nth-last-child(2),
.details_table tr td:nth-last-child(1), .details_table tr td:nth-last-child(2) {
    text-align: right;
}

.baubeschrieb {
    display: flex;
    font-size: .9em;
}

.baubeschrieb div {
    flex-basis: 33%;
}

.baubeschrieb div h3:first-child {
    margin-top: 0;
}

.last-page {
    position: relative;
    height: calc(100vh - 4em);
}

.kontakt {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.kontakt section {
    flex-basis: 33%;
}