:root {
    --color: #B1A77F;
;
}

a {
    margin: unset;
}

a:hover {
    color: unset;
    background-color: unset;
    padding: unset;
}

body {
    display: grid;
    min-height: 100%;
}

ul {
    list-style: disc;
}

#layout {
    margin: 0px;
    min-height: unset;
}

#header {
    height: 95px;
    background: var(--color);
}

img.spread {
    width: 100%;
}

table.clicktable {
/*     border: 1px solid; */
    width: 80%;
}

table.clicktable td {
/*     border: 1px solid; */
    background-color: aliceblue;
    vertical-align: top;
    padding: 8px;
}

table.clicktable a {
    text-decoration: none;
}

table.clicktable .photo {
    width: 80px;
}

td.photo img {
    width: 80px;
    border-radius: 4px;
}

table.clicktable h2, p {
    margin: unset;
    padding: unset;
    border: unset;
}

table.clicktable .left {

}

table.clicktable .right {
    text-align: right;
}

table.clicktable td.divider {
    background-color: unset;
}

div.infowrapper {
    display: flow-root;
}

div.profile {
/*     border: 1px solid; */
}

div.profile div {
    display: inline-block;
    vertical-align: top;
    padding: 8px;
}

div.profile table.profile {
    width: 100%;
    background-color: white;
}

div.profile td {
    padding: 4px;
}

div.profile div.attributes {
    font-size: x-small;
    background-color: aliceblue;
    width: 430px;
}

div.profile td.profession {
    color: red;
}

img.profile {
    border-radius: 4px;
}

.login-button {
    float: right;
    margin-top: 1.5em;
    background: #fff;
    padding: 0.5em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
}

#qrcode {
    padding: 8px;
    background-color: white;
    border: 1px solid black;
    border-radius: 4px;
}

#logo a {
    padding: unset;
    background-color: unset;
}

.login-button a {
    text-decoration: none;
    color:  #154273;
    background-color: unset;
    padding: unset;
}

.center-form {
    justify-content: unset;
}

#foot {
    align-self: end;
}

#footer {
    height: 2.5rem;
    padding: 1rem 0;
    background: var(--color);
    color: #154273;
}

#footer a, #footer a:visited {
    color: #154273;
}

.login-form-start {
    float: left;
    border-right: 1px solid black;
    padding-right: 1rem;
}

#loginqr {
    margin-top: 3ex;
    float: left;
    padding-left: 1rem;

}

.login-form-end {
    clear: both;
}

.menuspace {
    margin-left: auto;
}

.language-bar {
    height: unset;
}

#logo img {
    height: 90px;
}

.logo-footer, .copyrights {
    float: left;
    height: unset;
}

.logo-footer-space {
    transform: unset;
    position:unset;
    float: left;
}

.pure-button-red {
    border-radius: 4px;
    background-color:  var(--color);
    color: #154273;
}
