.text_animation_wrapper{width:100%;min-height:50vh;padding:5vw;display:flex;justify-content:center;align-items:center}.text_animation_wrapper>.inner{width:80vw;margin:0 auto;height:100%;padding-bottom:45px;display:flex;flex-direction:column;justify-items:center}.text_row{color:white;margin-bottom:0;text-transform:uppercase}.text_row_animate{background-color:white;position:relative;color:transparent;background-clip:text;-webkit-background-clip:text}.text_row_animate:before{content:"Wir auch !";background:rgba(216,111,69,1.0);position:absolute;top:0;bottom:0;left:0;right:0;width:0;transition:all 1.5s ease-in-out;color:transparent;background-clip:text;-webkit-background-clip:text;will-change:width;background:linear-gradient(to right,midnightblue,midnightblue 50%,royalblue 50%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 100%;background-position:100%}.text_row_animate:hover::before{width:100%}.text_animation_wrapper .btn{margin-top:30px}a.btn-link{border:1px solid #fff;color:#fff}a.btn-link span.icon:before{background:#fff}a.btn-link span.icon:after{border-top:1px solid #fff;border-left:1px solid #fff}