#c92839 img, #c92840 img, #c92841 img, #c92842 img{
    display: block;
    margin: auto;
    padding: 1em;
    border: 1px solid var(--multuerkis);
    border-radius: 100%;
    width: 120px;
    height: 120px;
}

#c92839, #c92840, #c92841, #c92842{
   margin-bottom: -20px;
}

#c79816{
   margin-bottom: -30px;
}

.fsc-default.ce-container.flex-test {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
    margin-left: -50px;
}

.text-center.content.content-type-mask_illumineation_imageteaser{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    border: 0 solid transparent;
}

.illumineation-imageteaser-image{
    display: block;
    position: relative;
    overflow: hidden;
}

.illumineation-imageteaser-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,114,126,0.5);
    opacity: 0;
}

.illumineation-imageteaser:hover .illumineation-imageteaser-image::before {
    opacity: 1;
}


.position-absolute.h-100.illumineation-imageteaser-caption{
    position: absolute;
    -webkit-transition: all 0.2s;
    width: 100%;
    z-index: 2;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.illumineation-imageteaser:hover .position-absolute.h-100.illumineation-imageteaser-caption {
    opacity: 1;
}

.position-relative.illumineation-imageteaser-wrapper {
    background: #169fdb;
    position: relative !important;
}

div {
    display: block;
}

.row.align-items-center.h-100.p-4 > .col-12 > .text-center{
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.img-fluid{
    display: block;
    object-fit: cover;
    transition: all 0.2s ease;
    position: relative;
    z-index: 0;
}

.illumineation-imageteaser:hover .img-fluid {
    transform: scale(1.1); 
}


   
 

    