/****************************************************************************
 * Modellvarianten
 ****************************************************************************/
.custom_home_modellvarianten {
    margin-bottom: 20rem;
}
.custom_home_modellvarianten .listing {
    margin-bottom: -20rem;
}

/****************************************************************************
 * ANIMATION – Custom Home Lösungen
 ****************************************************************************/
@media screen and (min-width:64em){
    .custom_home_loesungen.content_section {
        height: 100vh;
        -webkit-box-pack:center;
        -webkit-justify-content:center;
        -ms-flex-pack:center;
        justify-content:center;
    }
    .webflow_animation .custom_home_loesungen.content_section .content_column {
        position: fixed; top: 50%; left: 50%;
        right: auto; width: 50%; max-width: 31.25rem; z-index: 100;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        opacity: 0;
    }

    .webflow_animation .custom_home_loesungen.content_section.has_animation .content_column {
        opacity: 1;
    }

    .webflow_animation .custom_home_loesungen.content_section .content_column p  {
        opacity: 0;
        /*transform: translate(-5rem,0);
        transition: all .5s ease; */
    }
    .webflow_animation .custom_home_loesungen.content_section.has_animation .content_column p {
        opacity: 1;
        /*transform: translate(0,0);*/
    }

    .webflow_animation .custom_home_loesungen.content_section.has_animation .content_row {
        position: relative;
    }
    .webflow_animation .custom_home_loesungen.content_section.has_animation .content_row:after {
        content: ''; position: fixed;
        top: 0; right: 0; width: 2rem; height: 2rem;
    }
	
	.custom_home_loesungen.content_section .content_column {
		text-align: right;
	}
	.custom_home_loesungen.content_section .content_column p img {
		max-width: 70%;
	}
}