


.bp-grp-referenzen {
	
}

.bp-grp-referenzen .referenzen-wrapper .eine-reihe:nth-child(2n+1) {
	background: rgb(204,226,236);
	background: linear-gradient(90deg, rgba(204,226,236,1) 0%, rgba(198,253,169,1) 100%);
}

.bp-grp-referenzen .referenzen-wrapper .eine-reihe {
	padding: 100px 0;
}

.bp-grp-referenzen .referenzen-wrapper .eine-reihe  .reihe-inner {
	gap: 0px 20px;
	display: grid;
	grid-template-columns: 33.333% 33.333% 33.333%;
}

.bp-grp-referenzen .referenzen-wrapper .eine-reihe  .reihe-inner .eine-referenz {
	background-color: #eee;
}



.bp-grp-referenzen .referenzen-wrapper .eine-referenz .kundenlogo {
  height: 100px;
  text-align: center;
}
.bp-grp-referenzen .referenzen-wrapper .eine-referenz .kundenlogo img {
  height: 100%;
}

@media (max-width: 1279px) {

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

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

}










/** ##### NEWS START ##### **/

/** --- Blog --- **/
.news-wrapper {
	
}
.news-wrapper > .eine-neuigkeit {
	margin-top: 25px;
}
.news-wrapper > .eine-neuigkeit:first-child {
	margin-top: 0;
}
.news-wrapper > .eine-neuigkeit a {
	text-decoration: none;
	color: #333;
	background-color: #eee;
	display: block;
}
.news-wrapper > .eine-neuigkeit a .inner.bild-und-text > .bild {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.news-wrapper > .eine-neuigkeit a .inner.bild-und-text > .text {
  float: left;
  width: 49%;
}


/** --- Beitrag --- **/
.bp-grp-eine-neuigkeit {
	
}
.bp-grp-eine-neuigkeit .text ul > li {
	position: relative;
	padding-left: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bp-grp-eine-neuigkeit .text ul > li::before {
    position: absolute;
    font-size: 5px;
    font-family: fontawesome;
    content: "\f111";
    left: 1px;
    top: 12px;
    line-height: 1;
}


.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download {
  margin: 10px 0;
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download a {
  display: block;
  text-align: left;
  background-color: #148421;
  border: #148421 2px solid;
  color: #fff;
  position: relative;
  text-decoration: none;
  padding: 10px 30px 10px 35px;
  box-sizing: border-box;
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download a:hover {
  background-color: #015e0c;
  border: #148421 2px solid;
  color: #fff;
  text-decoration: none;
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download a::after {
  font-family: fontawesome;
  font-size: 18px;
  position: absolute;
  right: 10px;
  font-weight: normal;
  top: calc(50% - 14px);
  content: "\f019";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download a::before {
  font-family: fontawesome;
  font-size: 18px;
  position: absolute;
  left: 10px;
  font-weight: normal;
  top: calc(50% - 14px);
  content: "\f016";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.zip a::before {
  content: "\f1c6";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.pdf a::before {
  content: "\f1c1";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.jpg a::before, 
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.png a::before, 
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.tif a::before, 
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.gif a::before {
  content: "\f1c5";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.docx a::before {
  content: "\f1c2";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.xlsx a::before {
  content: "\f1c3";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.pptx a::before {
  content: "\f1c4";
}
.bp-grp-eine-neuigkeit .downloads-wrapper ul.download-liste > li.ein-download.odt a::before {
  content: "\f0f6";
}


@media (max-width: 1279px) {

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

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

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

}




/** ##### NEWS START ##### **/












.bp-grp-rechtliches h2 {
	margin-top: 75px;
	text-transform: none;
}
.bp-grp-rechtliches h3 {
	margin-top: 30px;
	text-transform: none;
}
.bp-grp-rechtliches h4 {
	margin-top: 15px;
	text-transform: none;
}
.bp-grp-rechtliches p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.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) {

}