body {
    opacity: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    
body.loaded {
    opacity: 1;
}

.container {
    max-width: 960px; /* Optional: etwas schmaler für besseren Lesefluss */
    margin: 10px auto 80px auto; /* Zentriert horizontal und Abstand oben/unten */
    padding: 0 20px;
    text-align: center;
}

.large-text {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
}

.large-text-white {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.large-text-description {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    opacity: 0.75;
}

.large-text-description-white {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #ffffff;
    opacity: 0.75;
}

.small-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.small-text-white {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
}

.small-small-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.0;
}


.small-text-description {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 80px;
}

.small-text-description-left {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 80px;
    text-align: left;
}

.small-text-description-white {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 80px;
    color: #ffffff;
}

.small-text-description-left-white {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 80px;
    text-align: left;
    color: #ffffff;
}

.alfared {
    background-color: #480001;
    clip-path: polygon(0px 20px, 100% 0px, 100% calc(100% - 20px), 0px 100%);
    padding: 60px 40px;
}

.brickred {
    background-color: #8b3a3a;
    clip-path: polygon(0px 20px, 100% 0px, 100% calc(100% - 20px), 0px 100%);
    padding: 60px 40px;
}

.contactgrey {
    background-color: #1a1a1a;
    clip-path: polygon(0px 20px, 100% 0px, 100% calc(100% - 20px), 0px 100%);
    padding: 60px 40px;
}

.fieldgreen {
    background-color: #6b8e23;
    clip-path: polygon(0px 20px, 100% 0px, 100% calc(100% - 20px), 0px 100%);
    padding: 60px 40px;
}

.pirkcolor {
    background-color: #ff8c42;
    clip-path: polygon(0px 20px, 100% 0px, 100% calc(100% - 20px), 0px 100%);
    padding: 60px 40px;
}

.skiblue {
    background-color: #0023be;
    clip-path: polygon(0px 20px, 100% 0px, 100% calc(100% - 20px), 0px 100%);
    padding: 60px 40px;
}

.impressumgiallo {
    background-color: #fcf6d2;
    clip-path: polygon(0px 20px, 100% 0px, 100% calc(100% - 20px), 0px 100%);
    padding: 60px 40px;
}


@media (min-width: 1024px) {

    .large-text {
        font-size: 64px;
    }

    .large-text-white {
        font-size: 64px;
        color: #ffffff;
    }

    .large-text-description {
        font-size: 38px;
    }

    .large-text-description-white {
        font-size: 38px;
        color: #ffffff;
    }

    .small-text {
        font-size: 34px;
    }

    .small-text-white {
        font-size: 34px;
        color: #ffffff;
    }

    .small-text-description {
        font-size: 24px;
    }

    .small-text-description-white {
        font-size: 24px;
        color: #ffffff;
    }

    .small-text-description-left {
        font-size: 24px;
    }
    
    .small-text-description-left-white {
        font-size: 24px;
        color: #ffffff;
    }
}