/*!
 * apropos Automation Website
 * Copyright 2024
*/
.carousel-item {
    height: 100vh;
    max-height: 750px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.aA-listheader {
    font-size: 1.0em;
    font-weight:bold;
}

.aA-bold-h2 {
    color: darkred;
    font-size: 1.5em;
    font-weight: bold;
}

.aA-imp-h3 {
    color: red;
    font-size: 1.17em;
    text-transform: uppercase;
}

.aA-text-bragg {
    font-family: Braggadocio, sans-serif;
}

.aA-text-bragg-bold-red {
    font-family: Braggadocio, sans-serif;
    font-size: 22pt;
    color: red;
}

.aA-text-bragg-middle-red {
    font-family: Braggadocio, sans-serif;
    font-size: 11pt;
    color: red;
}

.aA-red-bullet-list {
    list-style-type: none; /* Entfernt den Standard-Bulletpunkt */
}

.aA-red-bullet-list li::before {
    content: "\25A0"; /* Unicode-Code für ein rotes Quadrat */
    color: red; /* Rote Farbe für den Bullet */
    font-size: 0.5em; /* Halbe Größe des Bullets */
    vertical-align: middle; /* Zentriert den Bullet vertikal */
    margin-right: 1.5em; /* Abstand zwischen Bullet und Text */
}
