/* Helper Classes */

.flow-into.mt-0 {
    padding-bottom: calc(80px + 4rem) !important;
    margin-bottom: calc(-120px + -10rem) !important;
}

.flow-into {
    padding-bottom: calc(80px + 10rem) !important;
    margin-bottom: calc(-120px + -10rem) !important;
}

/* helper */
.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.spalte-inhalt-verteilen > div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.img-contain{
    object-fit: contain;
}

.is-sticky{
    position: sticky;
    height: fit-content;
    top: calc(1.5rem + 2vh);
    margin: 0 !important;
}
