body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

main {
    padding: 20px;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

h2, h3 {
    color: #fff;
}

h1 {
        font-family: Visby-CF, arial;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        font-size: 4.4rem;
        line-height: 4.7rem;
	color: #fff;
}

/* Text */
p {
    font-size: 1em;
    line-height: 1.5;
}

#toTopButton {
    display: none; /* Unsichtbar, bis Scrollen beginnt */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    background-color: #555;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    transition: opacity 0.3s;
}

#toTopButton:hover {
    background-color: #C1272D;
}


html {
    scroll-behavior: smooth;
}

.about-container {
	font-family: system-ui;
    line-height: 1.6;
    color: #333;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* max-width: 800px; */
    /* margin: 20px auto; */
    /* margin-top: 222px; */
    border-top: 60px solid #b9e200;
}

.about-container h1 {
    color: #081466;
    font-size: 2em;
    margin-bottom: 10px;
}

.about-container h2 {
    color: #b5cc1d;
    margin-top: 20px;
    font-size: 1.5em;
}

.about-container p {
    margin-bottom: 0px;
}

