a {
    color: #00a6e1;
    cursor: pointer;
    text-decoration: none;
}

body {
    background-image: url('../images/Waben.png'), url('../images/Martin-Pruefung.jpg');
    background-repeat: no-repeat;
    background-position: left bottom, right top;
    background-size: auto, cover;
    background-color: #c8e2ec;
    font-family: "Open Sans", Arial, sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #003762;
    margin: 0;
    font-weight: 600;
    font-size: 13pt;
    overflow: hidden;
}

html {
    min-height: 675px;
    height: 100%;
    min-width: 1265px;
    width: 100%;
}

*[page] {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.backLink:before {
    content: "<< zurück";
}