<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	/* No spacing to top and bottom and auto spacing to left and right */
}
#home-banner{
	width: 100%;
	float:left;
clear:none;
}
#home-banner img{
	width: 100%;
}
#intro-banner{
	width: 100%;
	background-color: #e6e6e6;
}
.intro{
	content: ' ';
	display: table;
	clear: both;
	padding-top: 20px;
	padding-bottom: 25px;
}

.intro-column {
	width: 45%;
	display: inline-block;
	text-align: left;
	margin-right: 5%;
	float: left;
	vertical-align: top;
	padding-left: 4%;

}
.intro-column span{
display: block;
padding-top: 5px;
padding-bottom: 5px;

}
#kunde{
	font-size: 23px;
	padding-bottom: 5px;
}
#highlight{
	color:#ea2029;
	font-weight: 700;
}
.intro-column a{
	text-decoration: none;
	color:#ea2029;
 font-weight: 700;
}
.intro-column a:hover{
	text-decoration: underline;
}
.intro-column:last-child {
		border-left: 3px solid;
		border-color: #ea2029;
}

.intro-column img {
	width: 100%;
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	text-align: center;
}
#icons-auswahl{
	width: 100%;
}
.icons-row{
	content: ' ';
	display: table;
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	padding-left: 12%;
	padding-right: 12%;
}

.icon {
	width: 23.5%;
	display: inline-block;
		font-size: 23px;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 25px;
	padding-right: 5%;

}
.icon  a{
text-decoration: none;
color:inherit;
}
.icon  a:hover{
text-decoration: underline;
color: #96d46a;
}
.icon:last-child{
margin-right: 0;

}
.icon img {
	width: 100%;
	display: inline-block;
	text-align: center;
}


@media screen and (max-width: 992px){
	#home-banner{
		width: 100%;
		float:left;
	clear:none;
	}
	#intro-banner{
		width: 100%;
		background-color: #e6e6e6;
	}
	#home-banner img{
		width: 100%;
	}
	.intro{
		content: ' ';
		display: table;
		clear: both;
		padding-top: 20px;
		padding-bottom: 25px;
		padding-left: 5%;
		padding-right:5%;
	}

	.intro-column {
		width: 100%;
		display: inline-block;
		text-align: left;
		float: left;
		vertical-align: top;
		}
	.intro-column span{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;

	}
	#kunde{
		font-size: 23px;
		padding-bottom: 5px;
	}
	#highlight{
		color:#ea2029;
		font-weight: 700;
	}
	.intro-column a{
		text-decoration: none;
		color:#ea2029;
	 font-weight: 700;
	}
	.intro-column a:hover{
		text-decoration: underline;
	}
	.intro-column:last-child {
			border-top: 3px solid;
			border-color: #ea2029;
			border-left: none;
	}

	.intro-column img {
		width: 100%;
		display: inline-block;
		border-style: solid;
		border-width: 1px;
		border-color: #808080;
		text-align: center;
	}
	#icons-auswahl{
		width: 100%;
	}
	.icons-row{
		content: ' ';
		display: table;
		clear: both;
		padding-top: 50px;
		padding-bottom: 50px;
		width: 100%;
		padding-left: 12%;
		padding-right: 12%;
	}

	.icon {
		width: 49%;
		display: inline-block;
			font-size: 23px;
		text-align: center;
		margin-right: 1%;
		margin-bottom: 25px;
		padding-right: 5%;

	}
	.icon  a{
	text-decoration: none;
	color:inherit;
	}
	.icon  a:hover{
	text-decoration: underline;
	color: #96d46a;
	}
	.icon:last-child{
	margin-right: 0;

	}
	.icon img {
		width: 100%;
		display: inline-block;
		text-align: center;
	}

}
</pre></body></html>