* {
    padding:0;
    margin: 0;
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 600;
    src: local('Dosis SemiBold'), local('Dosis-SemiBold'), url(../fonts/dosis.woff2) format('woff2');
}

.credits {
    position: absolute;
    top: 100%;
    left: 10%;
    width: 80%;
    text-align: center;
    animation: 2s credits linear;
    animation-fill-mode: forwards;
}
@keyframes credits {
    0% {
        top: 100%;
    }

    100% {
        top: 8%;
    }
}


body {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
}
.menu {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin: 0 auto;

}
.menu ul{
    display: grid;
    background: #4a4a4a;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    list-style: none;
    padding: 10px 20px;
    opacity: .9;
}
.menu ul li:first-child{
    text-align: center;
    border-right: 1px solid #fff;
}
.menu ul li {

}
.menu a {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    text-decoration: none;
    font-weight: 300;
}
.menu a:hover {
    text-decoration: none;
}

.wrapper {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-template-rows: 3fr 3fr 3fr;
    margin: 0 auto;
    height: 80vh;
}
.wrapper h2 {
    color: #4a4a4a;
    padding: 1em;
}

body {
    text-align: center;
    height: 100vh;
}

.start,#wert_oben,#wert_unten,#wert_links,#wert_rechts {
    justify-self: center;
    align-items: center;
    color: #9b9b9b;
    height: 100%;
    display: inline-grid;

}

#wert_links, #wert_rechts {
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wert_oben,#wert_unten {
    font-size: 1.3em;
    writing-mode: vertical-rl;
}
.btn_start {
    display: grid;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    border:2px solid #4a4a4a;
    height: 4.2em;
    width: 4.2em;
    text-align: center;
    font-size: 1.8em;
    align-items: center;
    color: #4a4a4a;
    outline: none;
}
.btn_stop {
    display: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    border:2px solid #4a4a4a;
    height: 4.2em;
    width: 4.2em;
    text-align: center;
    font-size: 1.8em;
    align-items: center;
    color: #4a4a4a;
}
.btn_start img {
    width: 60%;
    margin-left: 1.2em;
}
.btn_stop img {
    width: 60%;
    margin-left: .8em;
}

.waage img{
    cursor: pointer;
    width: 50%;
    outline: none;
}
.impressum img {
    cursor: pointer;
    width: 20%;
    outline: none;
}