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

	/** *** Hero Block *** **/
		/* Frontpage */
		.path-frontpage .paragraph--type-bild-title-text > div {
			position: relative;
			display: flex; 
			align-items: stretch;
		}
		.path-frontpage.paragraph--type-bild-title-text > .div > div{
			position: absolute;
		}
		
		.path-frontpage .paragraph--type-bild-title-text > div div.textwrap{
			margin-left: -10%;
			padding-left: 8%;
			width: 70%;
			z-index: 2;
			background-color: white;
			clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
		}
		/* Frontpage end */

}