/* :::::::::::::::

css fuer Gromzig
Autor: Guido Kellermann

:::::::::::::::::*/

* {}

map area {
    outline: none;
}

img {
    border: 0px;
}

a:active,
a:focus {
    outline: none;
}

/* #a0acb1 */

html {
    background: no-repeat center center fixed;
    background-color: black;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    overflow: auto;
    font-size: 62.5%;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    left: 0px;
    width: 100%; 
    /* overflow: visible; */
}

.skiplink {
    position: absolute;
    left: -3000px;
    top: -2000px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: inline;
}

#wrapper {
    width: 100%;
	height: 100%;
}

#wrapper>video {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    max-width: 1366px;
}

#wrapper-Bild {
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
}

#wrapper-Tafel {
    position: relative;
    margin-top: 50px;
    height: 100%;
    width: 100%;
}

