.modul-cta-button-wrapper {
  text-align: center;
  margin-top: 50px;
}


.cta-wrapper {
	text-align: center;
}
a.cta-button.cta-banner {
	margin-top: 25px;
}

a.cta-button {
    text-decoration: none;
    padding: 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
	background-color: #f07d33;
	border: 2px solid #f07d33;
	color: #000000;		
}
a.cta-button:hover,
a.cta-button:focus {
	background-color: #fff;
	color: #333;
}



@media (max-width: 640px) {
	a.cta-button {
		padding: 10px;
		border-radius: 6px;		
		font-size: 13px;
	}
}
	
















.seiten-intro {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    z-index: 99;
}
.seiten-intro .infotext {
    text-align: center;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.5;
}
.seiten-intro .infotext ul li {
    margin: 7px 0;
    font-style: italic;
    font-size: 0.85em;
}
.seiten-intro .infotext ul li::before {
    content: ">> ";
}
.seiten-intro .infotext ul li::after {
    content: " <<";
}


@media (max-width: 1279px) {

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

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

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

}






section#bp-content-start {
    padding-top: 125px;
    text-align: center;
}

section#bp-content-start h2 span.overline {
    display: block;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
}
section#bp-content-start h2 {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 20px 0;
    font-weight: 700;
    text-transform: uppercase;
	position: relative;
}


section#bp-content-start .zertifikate {
    margin-top: 50px;
}

section#bp-content-start .zertifikate ul {
    text-align: center;
}
section#bp-content-start .zertifikate ul li {
    display: inline-block;
    margin: 10px 15px;
    max-width: 200px;
}




section#bp-content-start .freisteller {
    margin: 50px auto 0 auto;
    max-width: 100%;
}
section#bp-content-start .freisteller img {
  max-width: 450px;
  margin-bottom: 50px;
}

@media (max-width: 1279px) {
	section#bp-content-start h2 span.overline {		
		font-size: 22px;
	}
	section#bp-content-start h2 {
		font-size: 30px;
		line-height: 36px;		
	}
}
@media (max-width: 1023px) {
	section#bp-content-start h2 span.overline {		
		font-size: 19px;
	}
	section#bp-content-start h2 {
		font-size: 26px;
		line-height: 32px;		
	}
}
@media (max-width: 768px) {
	section#bp-content-start {
		padding-top: 100px;		
	}
	section#bp-content-start h2 span.overline {		
		font-size: 18px;
	}
	section#bp-content-start h2 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 10px 0;
	}	
}
@media (max-width: 640px) {
	section#bp-content-start h2 span.overline {		
		font-size: 14px;
	}
	section#bp-content-start h2 {
		font-size: 18px;
		line-height: 24px;
	}
}














section.news-wrapper {
	background-color: #333;
	position: relative;
}

section.news-wrapper .news-slider .newsbeitrag-wrapper {
	background-color: #eee;
	margin: 5px;
	padding: 25px 10px;
	position: relative;
	background-size: cover;
	background-position: center;
}
section.news-wrapper .news-slider .newsbeitrag-wrapper::before {
	content: "";
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
section.news-wrapper .news-slider .newsbeitrag-wrapper .inner {	
	position: relative;
}
section.news-wrapper .news-slider .newsbeitrag-wrapper .kalender {
    float: left;
    border: 2px solid #f07d33;
    text-align: center;
    width: 170px;
    box-sizing: border-box;
	margin-right: 10px;
}
section.news-wrapper .news-slider .newsbeitrag-wrapper .kalender .tag {
    border-bottom: 2px solid #f07d33;
    padding: 15px 0;
    font-size: 85px;
    line-height: 1.2;
	color: #f07d33;
}
section.news-wrapper .news-slider .newsbeitrag-wrapper .kalender .monat {
    padding: 8px 0;
    font-size: 18px;
    font-weight: 600;
}
section.news-wrapper .news-slider .newsbeitrag-wrapper .text-block {
	float: right;
	width: 390px;
}
section.news-wrapper .news-slider .newsbeitrag-wrapper .text-block h3.title {
    font-size: 20px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #f07d33;
	font-weight: 600;
}
section.news-wrapper .news-slider .newsbeitrag-wrapper .text-block div.introtext {
    font-size: 14px;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
}
section.news-wrapper .news-slider .newsbeitrag-wrapper a.tz-btn-more {
    display: inline-block;
    padding: 0px 25px;
    text-decoration: none;
    margin-top: 19px;
    background-color: #f07d33;
    line-height: 38px;
    color: #fff;
    float: right;
	font-size: 14px;
}
section.news-wrapper .news-slider .newsbeitrag-wrapper a.tz-btn-more:hover,
section.news-wrapper .news-slider .newsbeitrag-wrapper a.tz-btn-more:focus {
    background-color: #333;
}

section.news-wrapper .slick-dots li button {
    background-color: #fff;
    height: 5px;
    opacity: 1;
    padding: 2px;
    top: 0;
    width: 25px;
}
section.news-wrapper .slick-dots li.slick-active button {
    background-color: #f07d33;
}
section.news-wrapper .slick-dots li button::before {
    display: none;
}

.eine-neuigkeit .news-text {
  font-size: 16px;
  line-height: 1.2;
}
.eine-neuigkeit .news-text ul {
	margin: 10px 0;
}
.eine-neuigkeit .news-text ul > li {
	position: relative;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.eine-neuigkeit .news-text ul > li::before {
    position: absolute;
    font-size: 4px;
    font-family: fontawesome;
    content: "\f111";
    left: 1px;
    top: 8px;
    line-height: 1;	
}



@media (max-width: 1279px) {
	section.news-wrapper .news-slider .newsbeitrag-wrapper .kalender {
		width: 120px;
	}
	section.news-wrapper .news-slider .newsbeitrag-wrapper .kalender .tag {
		border-bottom: 2px solid #f07d33;
		padding: 15px 0;
		font-size: 55px;
		line-height: 1;
		color: #f07d33;
	}
	section.news-wrapper .news-slider .newsbeitrag-wrapper .kalender .monat {
		padding: 5px 0;
		font-size: 12px;
		line-height: 18px;
	}
	section.news-wrapper .news-slider .newsbeitrag-wrapper .text-block {
        width: 320px;
	}
	section.news-wrapper .news-slider .newsbeitrag-wrapper .text-block h3.title {
		font-size: 18px;
		line-height: 23px;
		height: 23px;
		margin-bottom: 5px;
	}
}
@media (max-width: 1023px) {
	section.news-wrapper::before {
		top: 0;
	}
	section.news-wrapper .news-slider .newsbeitrag-wrapper .kalender {
		width: 100%;
		float: none;
		border: 0;
		text-align: left;
		margin-right: 0;
	}
	section.news-wrapper .news-slider .newsbeitrag-wrapper .kalender .tag,
	section.news-wrapper .news-slider .newsbeitrag-wrapper .kalender .monat	{
		border-bottom: 0;
		padding: 0;
		font-size: 16px;
		line-height: 22px;
		color: #000;
		display: inline;
		font-weight: 400;
	}
	section.news-wrapper .news-slider .newsbeitrag-wrapper .kalender .tag span::after {
		content: ". ";
	}
	section.news-wrapper .news-slider .newsbeitrag-wrapper .text-block {
		width: 100%;
		float: none;
		margin-top: 5px;
	}
	section.news-wrapper .news-slider .newsbeitrag-wrapper a.tz-btn-more {
		padding: 0px 15px;
		margin-top: 15px;
		line-height: 36px;
		float: none;
		font-size: 14px;
	}
	
}
@media (max-width: 768px) {
	.eine-neuigkeit .news-text {
	  font-size: 12px;
	}
	.eine-neuigkeit .news-text ul > li {	
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.eine-neuigkeit .news-text ul > li::before {
		font-size: 3px;
		top: 7px;
	}
}
@media (max-width: 640px) {
	section.news-wrapper::before {
		display: none;
	}
	section.news-wrapper .news-slider .newsbeitrag-wrapper .kalender .tag, 
	section.news-wrapper .news-slider .newsbeitrag-wrapper .kalender .monat {
		font-size: 14px;
		line-height: 20px;
	}

	section.news-wrapper .news-slider .newsbeitrag-wrapper .text-block h3.title {
		font-size: 16px;
		line-height: 22px;
		height: 22px;
	}
}
@media (max-width: 480px) {

}


























.bg-farbe-26 {
	background-color: #f07d33;
	color: #000000;
}



/** ##### SEKTION REFERENZN Start ##### **/
section.sektion-referenzen {
  text-align: center;
}
section.sektion-referenzen .referenzen-wrapper .bp-slick .eine-referenz {
    margin: 10px;
    background-color: #fff;
	color: #333;
    box-shadow: 0px 0px 7px 1px #aaa;
	position: relative;	
}

section.sektion-referenzen .referenzen-wrapper .bp-slick .eine-referenz img {
	width: 100%;
}
section.sektion-referenzen .referenzen-wrapper .bp-slick .eine-referenz .referenz {
	position: relative;
    padding: 50px 15px 50px 15px;
	font-size: 14px;
	line-height: 20px;
}
section.sektion-referenzen .referenzen-wrapper .bp-slick .eine-referenz .referenz h3 {
	font-size: 18px;
	line-height: 24px;
}

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

}
@media (max-width: 768px) {
	section.sektion-referenzen .referenzen-wrapper .bp-slick .eine-referenz .referenz {
		padding: 25px 10px 25px 10px;
	}
}
@media (max-width: 640px) {
	section.sektion-referenzen .referenzen-wrapper .bp-slick .eine-referenz .referenz {
		font-size: inherit;
		line-height: inherit;
	}
	section.sektion-referenzen .referenzen-wrapper .bp-slick .eine-referenz .referenz h3 {
		font-size: 15px;
		line-height: 21px;
	}
}










section.sektion-text {
  text-align: center;
}
.bg-farbe-27 {
	background-color: #f07d33;
	color: #000000;
}

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

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

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

}















/** ##### SEKTION LISTE Start ##### **/
section.sektion-liste {
  text-align: center;
}
section.sektion-liste  ul li {
	display: block;
	margin: 7px 0;
	background-color: #eee;
	padding: 10px 5px;
}

.bg-farbe-25 {
	background-color: #f07d33;
	color: #000000;
}
	
section.sektion-liste#sektion-25 ul li {
	background-color: #000000;
	color: #ffffff;		
}

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

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

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

}




/** ##### SEKTION EINBAUSERVICE Start ##### **/
section.einbauservice-wrapper {
  text-align: center;
}
section.einbauservice-wrapper .bp-slick .ein-service {
  margin: 10px;
  background-color: #fff;
  color: #333;
  box-shadow: 0px 0px 7px 1px #aaa;
  position: relative;
}
section.einbauservice-wrapper .bp-slick .ein-service h4 {
	margin-top: 20px;
	margin-bottom: 5px;
}
section.einbauservice-wrapper .bp-slick .ein-service p.text {
  margin-bottom: 20px;
}
	
section.einbauservice-wrapper .bp-slick.slick-slider .slick-dots li button {
  background-color: #f07d33;
}
section.einbauservice-wrapper .bp-slick.slick-slider .slick-dots li.slick-active button {
  background-color: #000000;
}

#colorbox.grosses-bild {
  text-align: center;
}




/** ##### SEKTION EIN BILD Start ##### **/
div.sektion-ein-bild {
  text-align: center;
}
div.sektion-ein-bild .bild-wrapper img {
	width: 100%;
}
.bg-farbe-30 {
	background-color: #000000;
	color: #adadad;
}

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

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

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

}










/** ##### FORMULAR Start ##### **/

section#formular-sektion h2 {
    position: relative;
	text-align: center;
}

section#formular-sektion .introtext {
    text-align: center;
}

@media (max-width: 1279px) {

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

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

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

}












@media (max-width: 1279px) {

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

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

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

}


.bp-grp-rechtliches section#bp-content-start {
  text-align: left;
  padding: 0 0 50px 0;
}


.bp-grp-rechtliches section#bp-content-start h2 {
	margin-top: 75px;
	text-transform: none;
}
.bp-grp-rechtliches section#bp-content-start h3 {
	margin-top: 30px;
	text-transform: none;
}
.bp-grp-rechtliches section#bp-content-start h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: none;
}
.bp-grp-rechtliches section#bp-content-start p {
	margin-top: 5px;
	margin-bottom: 20px;
}
.bp-grp-rechtliches section#bp-content-start ul > li {
	position: relative;
	padding-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bp-grp-rechtliches section#bp-content-start 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 section#bp-content-start h2 {
		margin-top: 50px;
	}
	.bp-grp-rechtliches section#bp-content-start h3 {
		margin-top: 20px;
	}
	.bp-grp-rechtliches section#bp-content-start h4 {
		margin-top: 10px;
	}
	.bp-grp-rechtliches section#bp-content-start p {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	..bp-grp-rechtliches section#bp-content-start ul > li {
		padding-left: 15px;
	}
	.bp-grp-rechtliches section#bp-content-start ul > li::before {
		font-size: 4px;
		left: 5px;
		top: 8px;
	}
}
@media (max-width: 640px) {

}