.layout-wrapper {
	position: relative;
	height: auto;
	justify-content: center; /* Horizontal center */
	top: 10%;
}

.text {
	position: relative;
	display: inline-block;
	width: 40%;
	height: 80%;
	justify-content: left;
	background-color: white;
	z-index: 1;
	padding: 60px;
	margin: 50px;
}


#text {
	width: auto;
	height: 80%;
	z-index: 1;
}




/* Responsive: Wenn man zoomt oder am Handy ist */

@media (max-width:768px) {
	.text {
		top: 150px;
	}

	#intro h3 {
		font-size: 34px;
	}

}
