.contiplate {
	color: var(--bright);
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: var(--mainfont);
	font-size: 13px;
	overflow-y: scroll;
	background: url(/images/infinite_space/contiplate_header.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
	counter-reset:step; /* Coutner mit dem Namen "step" wird auf 0 gesetzt */
}

#contiplate_content {
	background: url(/images/infinite_space/contiplate_headerb.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
	width: auto !important;
	padding: 20px 10px;
	overflow: hidden;
}