@media (min-width: 768px) {
	
	
	
.container {
  font-size: 24px;
}
.parallax-kompetenz {
  background-attachment: fixed;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.parallax-abwicklung {
  background-attachment: fixed;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.parallax-technik {
  background-attachment: fixed;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.parallax-partner {
  background-attachment: fixed;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover !important;
}
}
.parallax-kompetenz {
  background: url("../img/parallax-kompetenz.jpg") no-repeat fixed 0 0 rgba(0, 0, 0, 0);
}
.parallax-abwicklung {
  background: url("../img/parallax-abwicklung.jpg") no-repeat fixed 0 0 rgba(0, 0, 0, 0);
}
.parallax-technik {
  background: url("../img/parallax-technik.jpg") no-repeat fixed 0 0 rgba(0, 0, 0, 0);
}
.parallax-partner {
  background: url("../img/parallax-partner.jpg") no-repeat fixed 0 0 rgba(0, 0, 0, 0);
}

}
h2.article-title-parallax {
  font-size: 36px;
  color:rgb(255,255,255);
  font-weight: 100;
  padding-bottom: 10px;
}
h2.article-title-er {
  font-size: 26px;
  font-weight: 100;
  padding-bottom: 10px;
}
#footer-kompetenz {
	background-color: rgb(111,127,63);
  color: #ffffff;
  color: rgba(255, 255, 255);
  padding-top: 25px;
  padding-bottom: 25px;
}
#footer-technik {
	background-color: rgb(180,112,49);
  color: #ffffff;
  color: rgba(255, 255, 255);
  padding-top: 25px;
  padding-bottom: 25px;
}
#footer-abwicklung {
	background-color: rgb(233,161,53);
  color: #ffffff;
  color: rgba(255, 255, 255);
  padding-top: 25px;
  padding-bottom: 25px;
}
#footer-partner {
	background-color: rgb(90,132,172);
  color: #ffffff;
  color: rgba(255, 255, 255);
  padding-top: 25px;
  padding-bottom: 25px;
}
#footer-ergebnisse {
	background-color: rgb(143,142,77);
  color: #ffffff;
  color: rgba(255, 255, 255);
  padding-top: 25px;
  padding-bottom: 25px;
}					
}

