@charset "utf-8";
/* CSS Document */
#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;
	padding-left: 4%;
	padding-right: 4%;
}

.intro-column {
	display: inline-block;
	text-align: left;
	margin-right: 5%;
	float: left;
	vertical-align: top;

}
.intro-column span{
display: block;
padding-top: 5px;
padding-bottom: 5px;

}
#first.intro-column{
	width:65%;
}
#second.intro-column{
		width:30%;
			margin-right: 0%;
				padding-left: 4%;
	}
#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 ul{
	list-style-type: none;
}
.intro-column ul li{
	padding-top: 2%;
	padding-bottom: 2%;
}
.intro-column ul li::before{
	content: "";
position: absolute;
height: 2px;
width: 10px;
background-color: #ea2029;
margin-left: -20px;
margin-top: 12px
}
.intro-column:last-child {
		border-left: 3px solid;
		border-color: #ea2029;
}

#icons-auswahl{
	width: 100%;
}
.icons-row{
	content: ' ';
	display: table;
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
}

.icon {
	width: 12%;
	display: inline-block;
		font-size: 23px;
	text-align: center;
	margin-right: 1%;
	padding-right: 2%;

}
.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: 0;
	  padding-bottom: 0;
	  padding-left: 5%;
	  padding-right:5%;
	    width: 100%;
	}

	.intro-column {
	  display: inline-block;
	  text-align: left;
	  float: left;
	  vertical-align: top;

	  }
	  .intro-column img {
	display: none
	  }

	#first.intro-column{
	      width: 100%;
	      border-right: none;
	  }
	#second.intro-column{
	      width: 100%;
	      border-right: none;
	  }
	#kunde{
	  padding-top: 15px;
	}
	.intro-column:last-child {
	    border-top: 3px solid;
	    border-color: #ea2029;
	    border-left: none;
	    padding-left: 0%;
	    margin-right: 0%;
	}
	#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;
	}

}
