body{
    margin: 0;
    font-family: 'Cinzel', serif;
}

.feature-spacing{
    margin-block-start: 9em;
}

.image-container{
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: #cccccc;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: xx-large;
}

.image-hero{
    background-image: url("../img/home_hero.jpg");
}

.image-main-cover{
    background-image: url("../img/bio_bg.png");
}
.backdrop{
    position: absolute;
    background-color: black;
    opacity: .6;
    height: 100%;
    width: 100%;
}

.hero{
    opacity: .3;
}

#drawings-carousel{

    width: 100vw;
}
#drawings-carousel .carousel-inner{
    background-position: center;
    background-size: cover;
    background-image: url("../img/leuchte.png");
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100vw;
}

#drawings-carousel img{
    max-height: 60vh;
    max-width: 80vw;
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: white;
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark] .carousel .carousel-control-prev-icon, [data-bs-theme=dark].carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: none;
}

.grafitti-page-bg{
    background-image: url("../img/grafitti_bg.jpg");
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: #cccccc;
    width: 100%;
}

.text-content{
    font-family: 'Anton', sans-serif;
    font-size: 16px;
}

.text-header {
    font-size: calc(2.25rem + 1.5vw);
}

.head-img{
    object-fit: cover;
    height: 60vh;
    width: 100vw;
}

.section-head {
    font-family: 'Anton', sans-serif;
    top: -30px;
    left: 16px;
    z-index: 6;
    position:absolute;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    align-items: baseline;
}

.show-overflow{
    overflow: visible;
    position: relative;
    min-height: 200px;
}

.section-head:first-child{
    font-size: calc(2.25rem + 1.5vw);
}

.section-head img{
    height: calc(2.25rem + 1.5vw);
}

.section-head .second{
    font-size: calc(2rem + 1.5vw);
}
.section-head .text-content{
    flex-basis: 100%;
}