h1 {
    padding: 0px 0;
    font-weight: 100;
    font-size: 4rem;
    text-align: center;
}

.starth1 {
    padding-top: 2em;
    font-size: 4em;
    padding-bottom: 1em;
}

.starth2 {
    padding-bottom: 5em;
    font-weight: 600;
    font-size: 1.4em;
}

h2 {
    padding: 0px 0 50px 0;
    font-weight: 100;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
}

h3 {
    padding-left: 0.3em;
    font-weight: 100;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: left;

}

.claim {
    font-size: 1.4em;
    font-weight: 200;
    line-height: 1.6em;
    text-align: center;
}



.bildmitbildunterschrift span {

    position: absolute;
    bottom: 20px;
    width: 100%;
    line-height: 2em;
    text-align: left;

    left: 0;
}


.bezeichnung {
    color: white;
    font-size: 4em;
    font-weight: 700;
    line-height: 1.6em;
}

.bildmitbildunterschrift:hover {
    opacity: 0.8;
}

.center {
    text-align: center !important;
}

.bold {
    font-weight: bold;
    padding-right: 1em;
}

.focus {
    background: #8c9741;
    color: white;
    padding: 2em;
    line-height: 1.4em;
    font-size: 0.9em;

}

p {
    padding-left: 0.5em;
    line-height: 2em;
}

h4 {
    font-size: 1.2em;
    margin-top: 0.5em;

}

.liste li {
    padding-bottom: 0.7em;
}


/* Accordion plus minus */

.accordion .fa {
    margin-right: 0.5rem;
}

.card-body {
    background: #f8f8f8;
}

.btn {
    letter-spacing: 0.1em;

}

/* Extra-kleine Geräte (Smartphones, weniger als 768px) */

/* Kein Media-Query, weil dies der Standard in Bootstrap ist */

@media (max-width: 768px) {
    html {
        font-size: 0.7em;
    }
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2em;
    }
    .starth1 {
        font-size: 2.5em;
    }
}

/* Kleine Geräte (Tablets, 768px und breiter) */

@media (min-width: 768px) {
    html {
        font-size: 0.8em;
    }

}


/* Mittlere Geräte (Desktop-PCs, 992px und breiter) */

@media (min-width: 992px) {
    html {
        font-size: 1em;
    }
}

/* Große Geräte (Desktop-PCs, 1200px und breiter) */

@media (min-width: 1200px) {
    html {
        font-size: 1.1em;
    }
}
