
		body{
			font-family: 'Muli', sans-serif;
		}

		.text_fehlgeschlagen{
			position: relative;
			top: 0vh;
			margin: 0 auto;
			width: 85%;
			height: 30vh;
			font-size: 7vh;
			font-family: 'Muli', sans-serif;
			text-align: center;
			box-sizing: border-box;
		}

		.fehlgeschlagen_text_img{
			width: 27%;
			margin: auto;
		}
		
		.bild_fehlgeschlagen {
			position: relative;
			width: 78%;
			height: 43vh;
			margin: 0 auto;
			background-image: url(../images/Fehlgeschlagen/m_oops.png);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 40vh;
			border-radius: 15px;
		}
		

		
		