/** Shopify CDN: Minification failed

Line 197:0 Expected "}" to go with "{"

**/
.MixedTeaser {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .MixedTeaser{
        flex-direction: row;
    }
}

.MixedTeaser__headline {
    margin: var(--grid-gutter-phone) 0;
}

.MixedTeaser__description{
    color: var(--color-light-gray);
}

.MixedTeaser__info-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: var(--grid-gutter-desktop) 0 0;
}

.MixedTeaser__picture-container {
    width: 100%;
}

@media screen and (min-width: 990px) {
    .MixedTeaser__info-container {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .MixedTeaser__info-container {
        padding: var(--grid-gutter-desktop) 0;
        width: 41.5%;
    }
}

.MixedTeaser__info-content {
    width: 100%;
    margin-right: 60px;
}

.MixedTeaser__category {
    text-decoration: underline;
    text-underline-offset: 10px;
    color: var(--color-light-gray);
}

.MixedTeaser__images{
    display: flex;
    flex-flow: row wrap;
}

.MixedTeaser__info-image {
    width: 100%;
    height: auto;
    margin-right: 65px;
}

.MixedTeaser__info-image-container{
    margin-bottom: var(--grid-gutter-phone);
    width: 100%;
}

.MixedTeaser__picture-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

@media screen and (min-width: 768px) {
    .MixedTeaser__picture-container {
       width: calc(100% - 18rem - 6.5rem);
    }
    .MixedTeaser__info-image-container {
        width: auto;
     }
     .MixedTeaser__images{
         width: 100%;
     }
}

@media screen and (min-width: 990px) {
    .MixedTeaser__info-image-container{
        margin-bottom: 0;
    }    
}

@media screen and (min-width: 1200px) {
    .MixedTeaser__picture-container {
        width: calc(100% - 26rem - 6.5rem);
     }
    .MixedTeaser__images{
        width: 58.1%;
    }
}

.MixedTeaser__picture-image,
.MixedTeaser__info-image {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.MixedTeaser__picture-container::after,
.MixedTeaser__info-image-container::after {
    content:'';
    padding-bottom: 56.25%;
    display: block;
}

@media screen and (min-width: 750px) {
    .MixedTeaser__info-image-container::after{
        content: none;
    }

    .MixedTeaser__info-image {
        width: 18rem;
        height: 18rem;
        position: relative;
    }
}

@media screen and (min-width: 1200px) {

    .MixedTeaser__info-image {
        width: 26rem;
        height: 26rem;
    }

    .MixedTeaser__info-image-container{
        justify-content: center;
    }

    .MixedTeaser__info-image-container::after,
    .MixedTeaser__picture-container::after {
        content : none;
    }

    .MixedTeaser__picture-image{
        position: relative;
        height: auto;
        width: 100%;
        max-height: 40rem;
    }
}

.MixedTeaser__button {
    margin-top: calc(var(--grid-gutter-phone) + 0.4rem);
}

.MixedTeaser__info-image-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-items: center;
    position: relative;


@media screen and (max-width: 990px) {
    .MixedTeaser__info-container {
        flex-direction: column;
    }
    
    .MixedTeaser__info-content {
        min-width: 500px;
        width: 100%;
        min-width: unset;
        justify-content: center;
    }

    .MixedTeaser__button {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .MixedTeaser__info-image {
        margin-right: 0;
    }
}
