* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}
html {
	-webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
@font-face {
    font-family: 'DK Badehaus';
    src: url('../font/DKBadehaus.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dutch801 Rm BT';
    src: url('../font/Dutch801BT-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a {
	text-decoration: none;
	color: inherit;
}
.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 600px;
	width: 100%;
	padding: 0.5rem;
	margin: 0 auto;
}
.container-full {
    height: 100%;
	width: 30%;
    z-index: 0;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    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;
    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;
	display: flex;
    align-items: center; 
    justify-content: center;
	justify-items: center;
}
.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);
}
.date {
    position: absolute;
    top: 51.8%;
    left: 71%;
    width: 12.5%;
    height: 14.6%;
    border-radius: 1px;
    font-family: 'DK Badehaus', serif;
	line-height: 1;
    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;
	margin: 0;
	font-size: clamp(0.1rem, 2.2vw - 0.15rem, 0.4rem);
	display: flex;
    align-items: center;
	justify-content: center;
	margin-top: 0.025rem;
}
.day {
    position: absolute;
    top: 6.9%;
    left: 28%;
    width: 36%;
}