.seiten-intro {
  color: #fff;
}
.seiten-intro h1 {
  color: #fff;
}


.seiten-intro .banner-intro-wrapper {
	height: 800px;
	background-color: #020340;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.seiten-intro .banner-intro-wrapper video {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.seiten-intro .banner-intro-wrapper .text-wrapper {
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.seiten-intro .banner-intro-wrapper .intro-text {
	position: absolute;
	top: 150px;
	left: calc(50% - 400px);
	max-width: 800px;
	text-align: center;
}
.seiten-intro .banner-intro-wrapper .intro-text a.bp-button {
  margin-top: 35px;
}




@media (max-width: 1279px) {
	.seiten-intro .banner-intro-wrapper {
		height: 700px;
	}
}
@media (max-width: 1023px) {
	.seiten-intro .banner-intro-wrapper {
		height: 600px;
	}
	.seiten-intro .banner-intro-wrapper .intro-text {		
		top: 100px;
		left: calc(50% - 300px);
		max-width: 600px;
	}
}
@media (max-width: 768px) {
	.seiten-intro .banner-intro-wrapper {
		height: 500px;
	}
	.seiten-intro .banner-intro-wrapper .intro-text {		
	  top: 50px;
	  left: 2%;
	  max-width: 96%;
	}
}
@media (max-width: 640px) {
	.seiten-intro .banner-intro-wrapper {
		height: 450px;
	}
	.seiten-intro .banner-intro-wrapper .intro-text {		
		top: 25px;
	}
	.seiten-intro .banner-intro-wrapper .intro-text a.bp-button {
		margin-top: 25px;
	}
}
@media (max-width: 480px) {
	.seiten-intro .banner-intro-wrapper {
		height: 400px;
	}
}







/** ##### STARTSEITE ### **/
.bp-grp-startseite {
	
}


.bp-grp-startseite .individuelle-kunststoffprofile .zahlen-wrapper .counter-wrapper .ein-wert {
  float: left;
  border: 3px solid #777;
  width: 23%;
  margin: 35px 1% 0 1%;
  box-sizing: border-box;
  padding: 50px 0 25px 0;
  text-align: center;
  position: relative;
}
.bp-grp-startseite .individuelle-kunststoffprofile .zahlen-wrapper .counter-wrapper .ein-wert::before {
  content: "";
  position: absolute;
  background-color: transparent;
  right: -3px;
  top: -3px;
  width: 55px;
  height: 55px;
  border-top: 3px solid #B71833;
  border-right: 3px solid #B71833;
}
.bp-grp-startseite .individuelle-kunststoffprofile .zahlen-wrapper .counter-wrapper .ein-wert::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: -3px;
  bottom: -3px;
  width: 55px;
  height: 55px;
  border-bottom: 3px solid #B71833;
  border-left: 3px solid #B71833;
}

.bp-grp-startseite .individuelle-kunststoffprofile .zahlen-wrapper .counter-wrapper .ein-wert .zahl {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
}
.bp-grp-startseite .individuelle-kunststoffprofile .zahlen-wrapper .counter-wrapper .ein-wert p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  margin-top: 50px;
}




.bp-grp-startseite .eine-hand-kurze-wege .ein-container .bild {
  float: left;
  width: 50%;
}
.bp-grp-startseite .eine-hand-kurze-wege .ein-container .text {
  float: left;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  padding: 50px 15px 5px 15px;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
}


.bp-grp-startseite section.ablauf ul.ablauf-wrapper {
  position: relative;
}
.bp-grp-startseite section.ablauf ul.ablauf-wrapper::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #575756;
  top: 0;
  left: 50%;
}




.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase {
  background-color: #575756;
  color: #fff;
  width: 550px;
  padding: 25px 15px;
  box-sizing: border-box;
  margin-top: 25px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: relative;
  font-size: 16px;
}
.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase:nth-child(2n) {
	margin-left: 650px;
}
.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase.visible {
  opacity: 1;
}

.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase::before {
  position: absolute;
  content: "\f111";
  font-family: fontawesome;
  top: 39px;
  right: -60px;
  font-size: 17px;
  width: 17px;
  line-height: 17px;
  color: #B71833;
}
.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase:nth-child(2n)::before {
  top: 39px;
  right: unset;
  left: -57px;
}


.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase:nth-child(2n+1)::after {
  position: absolute;
  right: -16px;
  top: 29px;
  font-family: "fontawesome";
  content: "\f0da";
  font-size: 60px;
  color: #575756;
  line-height: 37px;
  width: 30px;
}
.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase:nth-child(2n)::after {
  position: absolute;
  left: -16px;
  top: 29px;
  font-family: "fontawesome";
  content: "\f0d9";
  font-size: 60px;
  color: #575756;
  line-height: 37px;
  width: 30px;
}	



.bp-grp-startseite section.kreislaufwirtschaft {
  background-color: #575756;
  background-image: URL(../../../images/startseite/bg_kreislaufwirtschaft.jpg);
  background-size: cover;
  background-position: center center;
}

.bp-grp-startseite section.kreislaufwirtschaft .text {
  background-color: rgba(167,41,32, 0.7);
  color: #fff;
  padding: 50px 25px;
}


@media (max-width: 1279px) {
	.bp-grp-startseite .individuelle-kunststoffprofile .zahlen-wrapper .counter-wrapper .ein-wert .zahl {
	  font-size: 24px;
	}
	.bp-grp-startseite .individuelle-kunststoffprofile .zahlen-wrapper .counter-wrapper .ein-wert p {
		margin-top: 30px;
	}
	
	.bp-grp-startseite .eine-hand-kurze-wege .ein-container .text {
		padding: 35px 15px 5px 15px;
		font-size: 16px;
	}
	
	.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase {
	  width: 430px;
	}
	.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase:nth-child(2n) {
		margin-left: 530px;
	}
}
@media (max-width: 1023px) {
	.bp-grp-startseite .individuelle-kunststoffprofile .zahlen-wrapper .counter-wrapper .ein-wert {
		width: 48%;
		margin: 2% 1% 0 1%;
	}
	.bp-grp-startseite .eine-hand-kurze-wege .ein-container .bild {
		float: none;
		width: 100%;
	}
	.bp-grp-startseite .eine-hand-kurze-wege .ein-container .text {
		float: none;
		width: 100%;
		padding: 25px 15px 15px 15px;
		font-size: inherit;
		line-height: inherit;
	}
	
	.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase {
	  width: 312px;
	}
	.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase:nth-child(2n) {
		margin-left: 412px;
	}
}
@media (max-width: 768px) {	
	.bp-grp-startseite section.ablauf ul.ablauf-wrapper::before {
		left: 0;
	}
	.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase, 
	.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase:nth-child(2n)	{
		width: calc(100% - 30px);
		margin-left: 30px;
		padding: 15px 10px;
	}	
	.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase:nth-child(2n+1)::after, 
	.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase:nth-child(2n)::after	{
		right: initital;
		left: -16px;
		top: 29px;
		content: "\f0d9";
		font-size: 60px;
		line-height: 37px;
		width: 30px;
	} 
	.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase::before, 
	.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase:nth-child(2n)::before {	  
	  top: 39px;
	  right: unset;
	  left: -37px;
	  font-size: 17px;
	  width: 17px;
	  line-height: 17px;
	}
	
}
@media (max-width: 640px) {
	.bp-grp-startseite .individuelle-kunststoffprofile .zahlen-wrapper .counter-wrapper .ein-wert {
		width: 100%;
		margin: 15px 0 0 0;
		padding: 25px 0 0 0;
	}
	.bp-grp-startseite .individuelle-kunststoffprofile .zahlen-wrapper .counter-wrapper .ein-wert p {
		margin-top: 20px;
	}
		.bp-grp-startseite section.ablauf ul.ablauf-wrapper li.eine-phase {
		font-size: inherit;
	}	
}















/** ##### LÖSUNGEN ### **/
.bp-grp-loesungen {
	
}


.bp-grp-loesungen section.produkte-wrapper .produkt-typ > .inner {
  position: relative;
}
.bp-grp-loesungen section.produkte-wrapper .produkt-typ > .inner > .text {
  position: absolute;
  width: 50%;
  height: 100%; 
  box-sizing: border-box;
  left: 0;
  top: 0;
  padding-left: 50px;
  padding-right: 25px;
  display: flex;
  align-items: center;  
  background-size: cover;
  background-position: center center;
}

.bp-grp-loesungen section.produkte-wrapper .produkt-typ.fassaden > .inner > .text {
	background-image: URL("../../../images/loesungen/produkt_vorschaubild_fassaden_text.jpg");
}
.bp-grp-loesungen section.produkte-wrapper .produkt-typ.fenster > .inner > .text {
	background-image: URL("../../../images/loesungen/produkt_vorschaubild_fenster_text.jpg");
}
.bp-grp-loesungen section.produkte-wrapper .produkt-typ.sonderprofile > .inner > .text {
	background-image: URL("../../../images/loesungen/produkt_vorschaubild_sonderprofile_text.jpg");
}
.bp-grp-loesungen section.produkte-wrapper .produkt-typ.dichtungen > .inner > .text {
	background-image: URL("../../../images/loesungen/produkt_vorschaubild_dichtungen_text.jpg");
}


.bp-grp-loesungen section.produkte-wrapper .produkt-typ > .inner > .text p {
  margin-top: 15px;
}
.bp-grp-loesungen section.produkte-wrapper .produkt-typ > .inner > .text ul {
  margin-top: 10px;
}
.bp-grp-loesungen section.produkte-wrapper .produkt-typ > .inner > .text a.bp-button {
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 15px;
}

.bp-grp-loesungen section.produkte-wrapper .produkt-typ > .inner > .bild {
  float: right;
  width: 50%;
}
.bp-grp-loesungen section.produkte-wrapper .produkt-typ.fassaden > .inner > .bild,
.bp-grp-loesungen section.produkte-wrapper .produkt-typ.sonderprofile > .inner > .bild {
  float: left;
}



.bp-grp-loesungen section.produkte-wrapper .produkt-typ.fassaden > .inner > .text,
.bp-grp-loesungen section.produkte-wrapper .produkt-typ.sonderprofile > .inner > .text {
    left: 50%;
}




.bp-grp-loesungen .ein-produkt-wrapper.mfp-hide {
  display: block !important;
  height: 0;
  overflow: hidden;
  max-width: 1000px !important;
  width: 100%;
  margin: 0 auto;
}
.bp-grp-loesungen .ein-produkt-wrapper.mfp-hide .popup-inner {
  display: block !important;
  height: 0;
  overflow: hidden;
  max-width: 1000px !important;
  width: 100%;
  margin: 0 auto;
  padding: 44px 15px 25px 15px;
}


.produkte-slider .ein-produkt .inner .bild {
  float: left;
  width: 50%;
}
.produkte-slider .ein-produkt .inner .inhalt {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 15px;
}
.produkte-slider .ein-produkt .inner .inhalt .bild-mobile {
  display: none;
}


.produkte-slider.bp-slick ul.slick-dots {
  position: relative;
  margin-top: 15px;
}



.bp-grp-loesungen section.auf-lager {
  background-image: URL("../../../images/loesungen/bg_lager.jpg");
  background-size: cover;
  background-position: center center;
}


.bp-grp-loesungen section.nachhaltigkeit .bild {
  width: 40%;
  float: left;
}
.bp-grp-loesungen section.nachhaltigkeit .text {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding: 100px 25px 50px 25px;
}





@media (max-width: 1279px) {
	.bp-grp-loesungen section.produkte-wrapper .produkt-typ > .inner > .text {
	  padding-left: 25px;
	  padding-right: 25px;
	  font-size: 16px;
	  line-height: 1.3;
	}
}
@media (max-width: 1023px) {
	
	.bp-grp-loesungen .ein-produkt-wrapper.mfp-hide {
	  max-width: 600px !important;
	  width: 600px;
	}
	body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-produkt-wrapper {
	  width: 600px !important;
	}


	.produkte-slider .ein-produkt .inner .bild {
	  display: none;
	}
	.produkte-slider .ein-produkt .inner .inhalt {
	  float: none;
	  width: 100%;
	  padding-left: 0;	  
	}
	.produkte-slider .ein-produkt .inner .inhalt .bild-mobile {
	  display: block;
	  margin-bottom: 15px;
	}
	
	.bp-grp-loesungen section.nachhaltigkeit .bild {
	  display: none;
	}
	.bp-grp-loesungen section.nachhaltigkeit .text {
	  width: 100%;
	  float: none;
	  padding: 50px 15px 50px 15px;
	}	
}
@media (max-width: 768px) {
		
	.bp-grp-loesungen section.produkte-wrapper .produkt-typ > .inner > .text {
	  float: none;
	  width: 100%;
	  padding: 50px 15px;
	  position: relative;
	  display: block;
	  left: 0;
	}
	.bp-grp-loesungen section.produkte-wrapper .produkt-typ.fassaden > .inner > .text, 
	.bp-grp-loesungen section.produkte-wrapper .produkt-typ.sonderprofile > .inner > .text {
		left: 0;
	}
	.bp-grp-loesungen section.produkte-wrapper .produkt-typ > .inner > .bild {
	  float: none;
	  width: 100%;
	}
}
@media (max-width: 640px) {
	.bp-grp-loesungen .ein-produkt-wrapper.mfp-hide {
	  max-width: 320px !important;
	  width: 320px;
	}
	body.site .mfp-auto-cursor .mfp-content > .white-popup.ein-produkt-wrapper {
	  width: 320px !important;
	}
}











/** ##### ÜBER UNS ### **/
.bp-grp-ueber-uns {
	
}


.bp-grp-ueber-uns .stellenauasschreibungen-wrapper .stellenausschreibungen-akkordeon {
  border-top: 2px solid #B71833;
  border-bottom: 2px solid #B71833;
}


.bp-grp-ueber-uns .stellenauasschreibungen-wrapper .stellenausschreibungen-akkordeon .eine-ausschreibung ul > li {
	position: relative;
	padding-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bp-grp-ueber-uns .stellenauasschreibungen-wrapper .stellenausschreibungen-akkordeon .eine-ausschreibung ul > li::before {
    position: absolute;
    font-size: 5px;
    font-family: fontawesome;
    content: "\f111";
    left: 5px;
    top: 11px;
    line-height: 1;
}




.bp-grp-ueber-uns ul.historie-wrapper {
	position: relative;
}
.bp-grp-ueber-uns ul.historie-wrapper::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #B71833;
  top: 0;
  left: 50%;
}
.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt {
  margin-top: 50px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt:hover {
  z-index: 2;
}
.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt.visible {
  opacity: 1;
}


.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt .datum {
  position: absolute;
  left: calc(50% - 30px);
  background-color: #fff;
  color: #575756;
  border: 5px solid #B71833;
  width: 60px;
  height: 60px;  
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}



.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt .inhalt {
  width: 550px;
  box-sizing: border-box;
  margin-top: 25px;
  position: relative;
}
.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt:nth-child(2n+1) .inhalt {
	text-align: right;
}
.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt:nth-child(2n) .inhalt {
	margin-left: 650px;
}

.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt .bild {
	position: absolute;
	display: none;	
	top: 0;
	width: 550px;
	border: 4px solid #B71833;
	box-shadow: 0 0 25px 15px #000;
}
.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt:hover .bild {
	display: block;	
}
.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt:nth-child(2n+1) .bild {
	right: 0;
	left: unset;
}
.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt:nth-child(2n) .bild {
	right: unset;
	left: 0;
}
.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt .bild img {
	width: 100%;
}
.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt .bild .inner p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #B71833;
  padding: 9px 5px 5px 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}



@media (max-width: 1279px) {
	.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt .inhalt {
		width: 430px;
	}
	.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt:nth-child(2n) .inhalt {
		margin-left: 530px;
	}
	.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt .bild {
		width: 430px;
	}
}
@media (max-width: 1023px) {
	.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt  {
		opacity: 1;
	}
	.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt .inhalt, 
	.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt:nth-child(2n) .inhalt, 
	.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt:nth-child(2n+1) .inhalt {
		margin-top: 10px;
		text-align: left;
		width: 100%;
		margin-left: 0;
	}
	.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt .bild {
	  position: relative;
	  display: block;
	  top: unset;
	  width: 100%;
	  border: 2px solid #B71833;
	  margin-top: 10px;
	}
	.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt .datum {
	  position: relative;
	  left: unset;
	  background-color: #000;
	  color: #fff;
	  border: 0 none;
	  width: 100%;
	  height: auto;
	  text-align: left;
	  border-radius: 0;
	  font-size: 14px;
	  line-height: 17px;
	  font-weight: 700;
	  display: block;
	  align-items: unset;
	  justify-content: unset;
	}
}
@media (max-width: 768px) {
	.bp-grp-ueber-uns ul.historie-wrapper {
		padding-left: 15px;
	}
	.bp-grp-ueber-uns ul.historie-wrapper::before {
		left: 0;
	}
	.bp-grp-ueber-uns .stellenauasschreibungen-wrapper .stellenausschreibungen-akkordeon .eine-ausschreibung ul > li {
		padding-left: 15px;
	}
	.bp-grp-ueber-uns .stellenauasschreibungen-wrapper .stellenausschreibungen-akkordeon .eine-ausschreibung ul > li::before {
		font-size: 4px;
		left: 5px;
		top: 8px;
	}
	  .bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt .bild {
		border: 2px solid #550916;
	}	
	.bp-grp-ueber-uns ul.historie-wrapper li.ein-zeitpunkt .datum::before {
		font-family: fontawesome;
		content: "\f0da";
		position: absolute;
		left: -15px;
		top: 0;
		color: #B71833;
	}
}
@media (max-width: 640px) {

}









.bp-grp-rechtliches {
  border-top: 1px solid #999;
}

.bp-grp-rechtliches h2 {
	margin-top: 75px;
	text-transform: none;
	font-weight: 500;
}
.bp-grp-rechtliches h3 {
	margin-top: 30px;
	text-transform: none;
	font-weight: 500;
}
.bp-grp-rechtliches h4 {
	margin-top: 15px;
	text-transform: none;
	font-weight: 500;
}
.bp-grp-rechtliches p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bp-grp-rechtliches ul > li {
	position: relative;
	padding-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bp-grp-rechtliches ul > li::before {
    position: absolute;
    font-size: 5px;
    font-family: fontawesome;
    content: "\f111";
    left: 5px;
    top: 11px;
    line-height: 1;
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
	.bp-grp-rechtliches h2 {
		margin-top: 50px;
	}
	.bp-grp-rechtliches h3 {
		margin-top: 20px;
	}
	.bp-grp-rechtliches h4 {
		margin-top: 10px;
	}
	.bp-grp-rechtliches p {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.bp-grp-rechtliches ul > li {
		padding-left: 15px;
	}
	.bp-grp-rechtliches ul > li::before {
		font-size: 4px;
		left: 5px;
		top: 8px;
	}
}
@media (max-width: 640px) {

}