/* style für Blog-Seiten */
/* uk 27.08.2025 */

.back-to-top {
text-align: center;
text-decoration: none;
position: fixed;
bottom: 60px;
right: 40px;
display: none;
border: 0px solid #333;
}
.bigger {
font-size: 125%;
}
p {
line-height: 1.5;
}
ul {
line-height: 1.2;
}
li {
line-height: 1.1;
}
.m1 {
background-color: #f0f0f0;
color: black;
}
.m2 {
background-color: #226ad1;
color: white;
}