@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;
}

.intro-column {
	display: inline-block;
	text-align: left;
	margin-right: 5%;
	float: left;
	vertical-align: top;
	padding-left: 4%;

}

#first.intro-column{
	width:65%;
}
#second.intro-column{
		width:30%;
			margin-right: 0%;
				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;
	text-align: center;
}
.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
}
#loading {
		-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
	0% {
				-webkit-transform: rotate(0deg);
		}
		25% {
				-webkit-transform: rotate(5deg);
		}
	50% {
				-webkit-transform: rotate(-5deg);
		}
		100% {
				-webkit-transform: rotate(0deg);
		}
}
#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){
  #intro-banner{
    padding-top: 10px;
    padding-bottom: 10px;
}
.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%;
}
}
