@media (max-width:991px) {
    body.poster {
        margin-top: 40vh;
    }
}

body.poster {
    background-attachment: fixed;
}

@media (max-width:991px) {
    main {
        padding-top: 48px;
    }
}

@media (min-width:992px) {
    main {
        padding-top: 60px;
    }
}

.top-5 {
    top: 5px;
}

.bgcm {
    background-image: url('assets/cmconstruction.svg');
    background-repeat: no-repeat;
    background-size: 80% !important;
    background-position: center center;
}

.bg1 {
    background-image: url('assets/img/cmstartwider.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bgwoodie2::before {
    content: '';
    position: fixed;
    z-index: -1;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url('assets/img/cm-construction-blume.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bgwoodie2 {
    min-height: 600px;
}

.symbo {
    background-image: url('assets/symbolcm.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}

.txtsh {
    text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.85);
}

.txtshwh {
    text-shadow: 0.1rem 0.1rem 0.1rem rgba(232, 232, 232, 0.85);
}

.smaller {
    font-size: 0.6em;
}



