@-webkit-keyframes infinite-spinning{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes infinite-spinning{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.BildtextExtended{margin-left:auto;margin-right:auto;margin-bottom:1rem;margin-top:1rem;}.BildtextExtended > .container{padding-right:2rem;padding-left:2rem;}.BildtextExtended__content{padding:20px;}@media (min-width: 48em){.BildtextExtended__content{padding:100px;}}.BildtextExtended--white{background-color:#fff;}.BildtextExtended--grey{background-color:#f5f5f5;}.BildtextExtended--custom{background-color:var(--custom-background,#fff);}.BildtextExtended--nopadding{padding:0;}.BildtextExtended__image img{width:100%;}.BildtextExtended__button{cursor:pointer;margin-top:.5rem;}