@font-face {
    font-family: "Roboto Thin";
    src: url('fonts/Roboto-Thin.ttf');
    src: url('fonts/Roboto-Thin.ttf') format('truetype');
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'Roboto Thin';

}

body {
    background-image: radial-gradient(at 50% 50%, rgb(89, 159, 201) 0%, rgb(20, 119, 179) 100%);
}

a:link {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

a:active {
    color: #fff;
    text-decoration: underline;
}

.gwd-body {
}

.gwd-img-dbek {
    width: 50%;
    margin-left: -25%;
    position: absolute;
    left: 50%;
    top: 50%;
}

.gwd-body {
    background-color: transparent;
}

.imprint {
    position: absolute;
    top: 90%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: medium;
    opacity: 0.85;
}

.impprintcontent {
    position: absolute;
    top: 25%;
    height: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: medium;
    opacity: 0.85;
}