html{
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

body{
    text-align: center;
    max-width: 900px;
    margin: auto;
    background-color: #dcdcdc;
    color:black;
}
#Tabelle1{
    color: black;
    margin: auto;
}
#Sprungmarken{
    color:black;
    margin: auto;
    text-decoration:none;
}

.Verzeichnis:hover{
    color:gray;
}

#image img{
	width:100%;
	margin-top:16px;
	margin-bottom:16px;
}


#Videos{
font-size: 30px;
}

#Rahmen{
    margin: 20px;
    padding-top: auto;
    color: black;
}

nav{
    text-align:center;
	font-size:30px;
    position: fixed;
    width: 900px;
    background-color: rgb(25, 25, 25);
    border-radius: 15px;
}
nav ul{
	list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
nav li{
display: inline;
color:black;
}

nav ul li:hover{
	background-color:gray;
}

#tabelle2 ul{
text-align: left;
}

#Tipps{
    text-align: left;  
}

footer{
background-color: rgb(25, 25, 25);
height: 30px;
font-size: 15px;
line-height: 30px;
border-radius: 15px;
}

.Übungen{
    border-top-style: solid;
}


.calc{
    background-color: #e2e1e1c4;
    margin-left: 40%;
    margin-right: 40%;
    vertical-align: middle;
    border-style: solid;
    border-radius: 30px 30px 30px 30px;  
}

#circle{
    border-radius: 100%; 
    background-color: gray;
    height: 50px;
    width: 50px;
    margin-left: 47%;
    margin-right: 47%;
}

#Nachtmodus{
    background-color: black;
    height: 30px;
    width: 30px;
    margin-left: 48%;
    margin-right: 48%;
    vertical-align: middle;
    border-style: solid;
    border-color: gray;
}


#InhaltKettlebell{
    color: black;
}

.Ueberschrift{
    color: rgb(220, 220, 220);
    text-decoration:none;
}

.Verzeichnis{
    color: black;
    text-decoration:none;
}

