* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}
body {
    background: #ffffff00;
    font-size: 100%;
}
.wrapper {
	display: block;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	padding: 0.5rem;
}

.container-full {
    height: 100%;
	width: 30%;
    z-index: 0;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-uhr {
    height: 100%;
    position: relative;
    z-index: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 125px;
    padding-left: 0.7rem;
	justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
}
.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.row::after {
    content: '';
    display: table;
    clear: both;
}
.uhr {
    position: relative;
    display: inline-block;
}
.uhr img {
    max-width: 100%;
    max-height: 80vh;
    display: block;
}
.dial {
    top: 0;
    position: absolute;
    width: 75%;
    height: 53%;
    border-radius: 50%;
    margin: 20% auto 0;
    left: 10.9%;
    opacity: 1;
}
.sec-hand {
    position: absolute;
    top: 2.05%;
    left: 11.18%;
    width: 70.25%;
    height: 70.25%;
    background: url('../img/sekunde.svg') 50% 50% no-repeat;
    z-index: 40;
    transform-origin: 50% 81.09322033898%;
    opacity: 1;
}
.sec-hand.shadow {
    margin-left: 1.6%;
    margin-top: 1.6%;
    background-image: url('../img/sekunde_shadow.svg');
    opacity: 0.6;
    z-index: 39;
    filter: blur(5px);
}
.min-hand {
    position: absolute;
    top: -1%;
    left: 14.34%;
    width: 64%;
    height: 64%;
    background: url('../img/minute.svg') 50% 50% no-repeat;
    z-index: 30;
    transform-origin: 50% 93.817460317460%;
    opacity: 1;
}
.min-hand.shadow {
    margin-left: 1.4%;
    margin-top: 1.4%;
    background-image: url('../img/minute_shadow.svg');
    opacity: 0.6;
    z-index: 29;
    filter: blur(5px);
}
.hour-hand {
    position: absolute;
    top: 10.68%;
    left: 18.9%;
    width: 55%;
    height: 55%;
    background: url('../img/stunde.svg') 50% 50% no-repeat;
    z-index: 20;
    transform-origin: 50% 87.8439597315%;
    opacity: 1;
}
.hour-hand.shadow {
    margin-top: 1.3%;
    margin-left: 1.3%;
    background-image: url('../img/stunde_shadow.svg');
    opacity: 0.6;
    z-index: 19;
    filter: blur(5px);
}
@font-face {
    font-family: badehaus;
    src: url("../font/DK_Badehaus.otf") format("truetype");
}
@font-face {
    font-family: dutch;
    src: url("../font/Dutch801 Rm BT Bold.ttf") format("truetype");
}
.date {
    position: absolute;
    top: 51.8%;
    left: 71%;
    width: 12.5%;
    height: 14.6%;
    border-radius: 3px;
    font-family: 'badehaus', serif;
    font-weight: 800;
    font-size: 42px;
    font-size: 7px;
    line-height: 150%;
    color: black;
    text-align: center;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .3), inset 0 -2px 2px 0 rgba(255, 255, 255, .2);
    opacity: 0.9;
	font-weight: 100;
}
.day {
    position: absolute;
    top: 6.9%;
    left: 28%;
    width: 36%;
}