.avlasingssteg {
	display: flex;
    direction: ltr;
}
.steg {
	order: 1;
	width:25%!important;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color:white;
	padding-left: 7px;
}
.steg.Pneumatisk {
	background-color: blue;
}
.steg.Elektrisk {
	background-color: red;
}
.steg.Hydraulisk {
	background-color: brown;
}
.type {
    font-size: 22px;
    float: right;
    margin-right: 34%;
    margin-top: 10%;
}
.handling {
	order: 1;
	width:25%!important;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 7px;
}
.infobilde {
	order: 1;
	width:25%!important;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.infobilde img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-height: 180px;
}
.verifikasjon {
	order: 1;
	width:25%!important;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding-left: 7px;
}
.linje2 {
	background-color: white;
	width:30%;
	max-height:25px;
	color: black;
}
.linje2 img {
	height: 25px;
}
.linje2 .energi {
    float: right;
    width: 50%;
}
.topp1 {
    float: left;
    width: 50%;
}
.topp2 {
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
}