html, body {
    min-height: 100%;
}

html {
	line-height: 1.15;
	-ms-text-size-adjust:     100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: auto;
}

div.page {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

div.content {
    width: 21cm;
    height: 100vh;
    background-image: url("../img/Strich_only.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top right 10px;
    background-size: contain;
    align: center;
    border-left: ridge lightgray 1px;
    border-right: ridge lightgray 1px;
    padding: 0 1.5em 0;

    font-family: Verdana,Helvetica,Arial,sans-serif;
}

div.logo {
    height: 60px;
    background-image: url("../img/creaDomus_Logo-1030x190.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
}

div.address_container {
    margin-top: 5em;
    align-items: center;
    justify-content: right;
    display: flex;
}

div.address {
    display: block;
    margin-right: 2em;
}

div.company {
    display: block;
    margin: 0;
}

span.D {
    color: brown;
}

p.company {
    font-size: 14pt;
    margin-bottom: 0;
}

p.address {
    margin-top: 0;
    font-size: 12pt;
}

div.fn {
    display: flex;
    font-size: 10pt;
}

p.fn_head {
    font-weight: bold;
    margin-right: 1em;
}

p.fn_content {
    font-weight: normal;
}

span.mail > a > span:nth-child(2) {
    display: none;
}

div#gdpr a {
    align: top;
    color: black;
}

div.footer {
    width: inherit;
    position: absolute;
    bottom: 0;
}

div.footer div {
    width: 100%;
    position: relative;
    display: inline-flex;
    white-space: nowrap;
}

div.footer div > *:first-child {
    align-self: stretch;
}

div.footer div > div.middle {
    align-self: center;
    justify-content: center;
}

div.footer div > div.right {
    width: auto;
    align-self: flex-end;
    justify-content: right;
}

p.footer_head {
    font-weight: bold;
    margin-left: 1em;
    margin-right: 0.5em;
}

p.footer_content {
}
