body html {
    height: 100%;
}

body {
    background-image: url('images/sky_background.jpg');
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    margin: 0;
    padding: 0;
    display: grid;
    height: 100%;
    grid-template-rows: auto 1fr auto;
    background-size: cover;
}

header{
    min-height: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
}

footer {
    padding: 10px 10px 0px 10px;
    bottom: 0;
}

a.note {
    color: white;
    text-shadow: 1px 1px 1px #374a6c, 1px 1px 1px #374a6c, 1px 1px 1px #374a6c, 1px 1px 1px #374a6c;
    text-decoration: none;
}

.footerText {
    text-shadow: 1px 1px 1px #374a6c, 1px 1px 1px #374a6c, 1px 1px 1px #374a6c, 1px 1px 1px #374a6c;
    color: white;
    font-size: 14px;
    padding-right: 10%;
    text-align: right;
}

.wrapper {
    display: grid;
    grid-gap: 20px;
    margin: auto;
}
.two-row {
    display: grid;
    grid-template-columns: 300px 400px;
    margin: auto;
}

.con-links {
    margin-top: 50px;
}

.nummernschild {
    padding-left: 15px;
    margin-bottom: 20px;
}

.qr-code {
    display:table-cell;
    vertical-align:middle;
    margin: 12.5px;
}

.marmor {
    display: grid;
    background-image: url('images/marmor.jpg');
    background-repeat: no-repeat;
    height: 300px;
    width: 300px;
}

.tageschow {
    width: 500px;
    height: 500px;
    margin: auto;
    box-shadow: #374a6c 0px 0px 10px;
}
