/* ###### IMAGE ###### */
.img-fit-parent {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-auto-height {
    height: auto;
}

/* ###### IMAGE BUTTON TEASER ###### */

.brick-grid {
    margin: 0 auto;
}

/* ###### IMAGE BUTTON TEASER ###### */
.long-text-teaser {
    padding: 40px;
}

/* ###### IMAGE BUTTON TEASER ###### */

.image-button-teaser-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* ###### IMAGE TEXT TEASER ###### */

.image-text-teaser img {
    object-fit: cover;
}

.image-text-teaser a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.image-text-teaser .image-text-teaser-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* ###### IMAGE EXTENDED TEASER ###### */
/* ###### LONG TEXT TEASER ###### */

.long-text-teaser .icon-link img,
.long-text-teaser .icon-link svg,
.image-extended-teaser .icon-link img,
.image-extended-teaser .icon-link svg {
    height: 0.8em;
    margin-left: 15px;
}

/* ###### SECTION BRICK ###### */

.section-brick {
    padding: 50px;
    margin: 0 auto;

}

.section-bg-light-green {
    background-color: #DCEDC8;
    color: black;
}

.section-bg-dark-grey {
    background-color: #757575;
    color: white;
}

.section-text-white {
    color: white;
}

.section-text-black {
    color: black;
}