@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
#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;
	text-align: center;
}
#geschichte{
	background-color: #fff;
	margin-bottom: 5%;
	width: 100%;
}
.container{
	padding-left: 5%;
	padding-right: 5%;

}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
	margin-bottom: 30%;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  position: relative;
	margin-bottom: -20%;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  background-color: #e6e6e6;
  padding: 20px;
  position: relative;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #e6e6e6;
  border-right: 0 solid #e6e6e6;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #e6e6e6;
  border-right: 0 solid #e6e6e6;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -10px;
  background-color: #b0181f;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #b0181f !important;
}
.timeline-badge.success {
  background-color: ##b0181f !important;
}
.timeline-badge.warning {
  background-color: #b0181f !important;
}
.timeline-badge.danger {
  background-color: #b0181f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-body img{
	width: 100%;
	height: 50%;
}
@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
	margin: 1em 4em 0 4em;
}
}
@media screen and (max-width: 992px) {
	#home-banner{
	}
	.intro-column {
		width: 100%;
			padding-right: 4%;
	}
	.intro-column:last-child {
		margin-right: 0%;
		border: none;
	}
.timeline > li > .timeline-badge{
	display: none ;
}
.timeline > li > .timeline-panel{
	width: 100%;
	margin-bottom: 15%;
}
.timeline-panel:before,
.timeline-panel:after{
	display: none;
}
}
