@keyframes slide-in{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{from{margin-left:-100%}to{margin-left:0}}.text__list{position:relative;background-color:var(--light-blue);padding:1.5rem 1.25rem 1.5rem 1.25rem;margin:2rem -1.25rem 0 -1.25rem}@media only screen and (min-width:768px){.text__list{margin:3rem 0 0 0;padding:2rem 2rem 2rem 2rem;border-radius:var(--border-radius-medium)}}.text__list-headline{font-family:var(--font-family-bold);font-size:1.25rem;line-height:1.6875rem;letter-spacing:-.005em;color:var(--technical-blue);margin:0 0 1.5rem 0}@media only screen and (min-width:768px){.text__list-headline{font-size:1.375rem;line-height:1.875rem}}@media only screen and (min-width:992px){.text__list-headline{font-size:1.5rem;line-height:2rem}}.text__list ul{padding-left:1rem}.text__list ul li{color:var(--technical-blue);margin:0 0 1rem 0}.text__list ul li a,.text__list ul li p{color:var(--technical-blue)}.text__list ul li:last-child{margin:0}.text__list--type2{background-color:transparent;margin:2rem 0 0 0;padding:0}.text__list--type2 .text__list-headline{font-size:1.5rem;line-height:2rem;color:var(--dark);margin-bottom:1.25rem}@media only screen and (min-width:768px){.text__list--type2 .text__list-headline{font-size:1.75rem;line-height:2.25rem;margin-bottom:2rem}}@media only screen and (min-width:992px){.text__list--type2 .text__list-headline{font-size:2rem;line-height:2.5rem;margin-bottom:2rem}}.text__list--type2 ul{list-style-type:none;border-top:1px solid var(--blue-100);border-bottom:1px solid var(--blue-100);padding:1.25rem 0}@media only screen and (min-width:768px){.text__list--type2 ul{padding:1.5rem 0}}.text__list--type2 ul li{color:var(--dark);background-image:url(../../img/checklist.svg);background-repeat:no-repeat;background-position:left top;background-size:1.75rem 1.75rem;padding-left:2.75rem;margin:0 0 1.25rem 0;min-height:1.75rem}@media only screen and (min-width:768px){.text__list--type2 ul li{margin:0 0 1.5rem 0}}@media only screen and (min-width:992px){.text__list--type2 ul li{margin:0 0 1.5rem 0}}.text__list--type2 ul li p{color:var(--dark)}.text__list--type2 ul li span{font-family:var(--font-family-bold);display:block;font-size:1.25rem;line-height:1.6875rem;letter-spacing:-.005em;margin:0 0 .5rem 0}@media only screen and (min-width:768px){.text__list--type2 ul li span{font-size:1.375rem;line-height:1.875rem}}@media only screen and (min-width:992px){.text__list--type2 ul li span{font-size:1.5rem;line-height:2rem}}