/* ----------------------------------------------------------
 file: ablauf.css

 Styles for formating the registration tutorial.

 last update: 28.01.15 by Patricia Engelskirchen
 ---------------------------------------------------------- */


section[data-secttype='general'] p {
	margin-bottom: 20px; 
	max-width: 1120px;
}
div[data-secttype='processitem'] div div.lrimage {
	-webkit-margin-top: -20px;
}

div[data-secttype='processitem'] {
	display: flex;
	flex-flow: row nowrap;
	box-sizing: border-box;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

div[data-secttype='processitem'] img {
	border: none;
}

div[data-secttype='processitem'] div:first-child {
	background-color: rgb(237, 237, 237);
}

div[data-secttype='processitem'] div:first-child {
	min-width: 300px;
	max-width: 300px;
	overflow: hidden;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: -5px;
	margin-right: 20px;
}

div[data-secttype='processitem'] div:nth-child(2) {
	max-width: 800px;
}

div[data-secttype='processitem'] div:nth-child(2) h3 div {
	display: block;
	float: left;
	min-width: 30px;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	border: 2px solid rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 50%; /* 15px; */
	-moz-border-radius: 50%; /* 15px; */
	border-radius: 50%; /* 15px; */
	text-align: center;
	vertical-align: middle;
	background-color: white;
	font-size: 18pt;
}


/* ------------------------------------------------------------
   Small screens/low resolution */

@media screen and (max-width: 650px) {
	div[data-secttype="processitem"] div:first-child {
		display: none;
	}
}


/* ------------------------------------------------------------
   Print media */

@media print {
	div[data-secttype="processitem"] div:first-child {
		display: none;
	}
}