h1,
h2,
h4,
h5
.h7,
p {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 6em;
    font-family: 'Bebas Neue', "Century Gothic", sans-serif;
    font-weight: normal;
    line-height: 0.8em;
    color: #2e3a5591;
    margin: 100px auto 50px;
    text-align: center;
}

h4,
h5 {
    color: #2e3a5591;
}

h4 {
    font-size: 1.5em;
    margin-bottom: 0;
    padding-bottom: 0;
}

h5 {
    font-size: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1,
.h7 {
    color: #ffffff;
    text-align: center;
}

.h7 {
    font-size: 0.8em;
    font-weight: normal;
}

p {
    text-align: left;
    font-size: 0.8em;
    color: #000000;
}


body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

main {
    min-height: 100vh;
    padding-top: 50px;
}

body {
    background-color: #f0f0f0;
    overflow: auto;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    background-color: #3566af;
    padding: 20px 0 10px;
}

header::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #3566af;
    clip-path: polygon(100% 0, 0 100%, 0 0);
}

#rollierender-Subtext span {
    display: none;
}

#rollierender-Subtext span.active {
    display: inline-block;
}

.start {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    padding: 60px 5% 80px;
}

footer {
    background-color: #f9f9ff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    z-index: 15;
}

.footer-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.footer-menu li {
    display: inline-block;
    margin: 0 10px;
}

.footer-menu a {
    text-decoration: none;
    color: #2e3a55;
}

.impressum {
    padding-bottom: 80px;
}

.no-link-style {
    text-decoration: none; /* Removes underline */
    cursor: default; /* Changes cursor to default arrow */
    color: inherit; /* Keeps text color consistent with parent */
}

.no-link-style:hover {
    text-decoration: none; /* Ensures no underline on hover */
    cursor: default; /* Keeps cursor consistent on hover */
}



@media screen and (max-width: 768px) {


}