.icon-alles-blueprint {
    font-size: 135%;
}

.bp-seitenintro {
    text-align: center;
}

section.alle-bereiche h2 {

}
section.alle-bereiche .bereiche-wrapper {
    display: flex;
    flex-wrap: wrap;
}
section.alle-bereiche .bereiche-wrapper .ein-bereich {
    width: 25%;
    box-sizing: border-box;
    padding-right: 15px;
    margin-top: 50px;
}
section.alle-bereiche .bereiche-wrapper .ein-bereich h3 {
    line-height: 178%;
}
section.alle-bereiche .bereiche-wrapper .ein-bereich.alles a {
    display: block;
    margin-top: 15px;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 1279px) {
	section.alle-bereiche .bereiche-wrapper .ein-bereich {
		width: 50%;
	}
}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
	section.alle-bereiche .bereiche-wrapper .ein-bereich {
		width: 100%;		
		padding-right: 0;
	}
	section.alle-bereiche .bereiche-wrapper .ein-bereich h3 {
		line-height: inherit;
	}
}
@media (max-width: 640px) {
	section.alle-bereiche .bereiche-wrapper .ein-bereich {		
		margin-top: 25px;
	}
}










/** ###### PROJEKT-KACHELN Start ###### **/
.alle-projekte.kachel-wrapper .eine-kachel {
    width: 33.333333%;
    float: left;
	box-sizing: border-box;
	padding: 3px;
	background-color: #fff;
	color: #000;
}
.alle-projekte.kachel-wrapper .eine-kachel a {
    display: block;    
	color: #000;
}
.alle-projekte.kachel-wrapper .eine-kachel a:hover,
.alle-projekte.kachel-wrapper .eine-kachel a:focus {
	color: #fff;
}
.alle-projekte.kachel-wrapper .eine-kachel img {
    width: 100%;
	opacity: 1;
}
.alle-projekte.kachel-wrapper .eine-kachel:hover img {
	opacity: 0.2;
}
.alle-projekte.kachel-wrapper .eine-kachel .inner {
    background-color: #000;
	display: block;
    position: relative;
}

.alle-projekte.kachel-wrapper .eine-kachel .inner .text {
    position: absolute;
    left: 25px;
    top: 25px;
}
.alle-projekte.kachel-wrapper .eine-kachel .inner .text.weiss,
.alle-projekte.kachel-wrapper .eine-kachel .inner .text.weiss .icon-alles-blueprint .path1::before {
    color: #fff;
}
.alle-projekte.kachel-wrapper .eine-kachel:hover .inner .text,
.alle-projekte.kachel-wrapper .eine-kachel:focus .inner .text,
.alle-projekte.kachel-wrapper .eine-kachel:hover a .inner .text,
.alle-projekte.kachel-wrapper .eine-kachel:focus a .inner .text,
.alle-projekte.kachel-wrapper .eine-kachel:hover a:hover .inner .text,
.alle-projekte.kachel-wrapper .eine-kachel:hover a:focus .inner .text {
    color: #fff !important;
}



.alle-projekte.kachel-wrapper .eine-kachel:hover .icon-alles-blueprint .path1::before,
.alle-projekte.kachel-wrapper .eine-kachel:focus .icon-alles-blueprint .path1::before {
    color: #fff;
}


.alle-projekte.kachel-wrapper .eine-kachel .inner .text span.kachel-titel {
	display: block;
	font-weight: 800;
	font-size: 30px;
	line-height: 36px;
}
.alle-projekte.kachel-wrapper .eine-kachel .inner .text span.kachel-subline {
	display: block;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
}
.alle-projekte.kachel-wrapper .eine-kachel .inner .text span.mehr {
	opacity: 0;
	display: block;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	margin-top: 15px;
}
.alle-projekte.kachel-wrapper .eine-kachel:hover .inner .text span.mehr {
    opacity: 0;
	animation: cssAnimationMehr;
	animation-duration: 0.5s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes cssAnimationMehr {
  to {opacity: 1; }
}

@media (max-width: 1600px) {
	.alle-projekte.kachel-wrapper .eine-kachel .inner .text span.kachel-titel {
		font-size: 24px;
		line-height: 30px;
	}
	.alle-projekte.kachel-wrapper .eine-kachel .inner .text span.kachel-subline {
		font-size: 18px;
		line-height: 24px;
	}
	.alle-projekte.kachel-wrapper .eine-kachel .inner .text span.mehr {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 1279px) {
	.alle-projekte.kachel-wrapper .eine-kachel {
		width: 50%;
	}
}
@media (max-width: 1023px) {
	.alle-projekte.kachel-wrapper .eine-kachel {
		width: 100%;
	}
	.alle-projekte.kachel-wrapper .eine-kachel:hover img {
		opacity: 1;
	}
	.alle-projekte.kachel-wrapper .eine-kachel:hover .inner .text span.mehr,
	.alle-projekte.kachel-wrapper .eine-kachel .inner .text span.mehr	{
		opacity: 1;
		animation: inherit;
	}
	
	.alle-projekte.kachel-wrapper .eine-kachel:hover .inner .text.schwarz,
	.alle-projekte.kachel-wrapper .eine-kachel:focus .inner .text.schwarz,
	.alle-projekte.kachel-wrapper .eine-kachel:hover a .inner .text.schwarz,
	.alle-projekte.kachel-wrapper .eine-kachel:focus a .inner .text.schwarz,
	.alle-projekte.kachel-wrapper .eine-kachel:hover a:hover .inner .text.schwarz,
	.alle-projekte.kachel-wrapper .eine-kachel:hover a:focus .inner .text.schwarz,
	.alle-projekte.kachel-wrapper .eine-kachel:hover .inner .text.schwarz .icon-alles-blueprint .path1::before,
	.alle-projekte.kachel-wrapper .eine-kachel:focus .inner .text.schwarz .icon-alles-blueprint .path1::before {
		color: #000 !important;
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	.alle-projekte.kachel-wrapper .eine-kachel .inner .text span.kachel-titel {
		font-size: 20px;
		line-height: 16px;
	}
	.alle-projekte.kachel-wrapper .eine-kachel .inner .text span.kachel-subline {
		font-size: 14px;
		line-height: 20px;
	}
	.alle-projekte.kachel-wrapper .eine-kachel .inner .text span.mehr {
		font-size: 12px;
		line-height: 18px;
		margin-top: 10px;
	}
}
/** ###### PROJEKT-KACHELN Start Ende **/











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

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	/**
	.bp-grp-startseite {
		margin-top: 50px;
	}
	**/
}
@media (max-width: 768px) {

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

}






/** ##### AGENTUR ##### **/

.bp-grp-agentur {
	
}



.bp-grp-agentur a.bp-button.projektuebersicht {
    margin: 50px auto 0 auto;
    display: block;
    width: 150px;
    text-align: center;
}


.bp-grp-agentur section.alles-im-blick .fliesstext {
    text-align: center;
}
.bp-grp-agentur section.alles-im-blick .ein-rundgang {
    margin-top: 25px;
}
						
.video-lade-button {
  position: relative;
}
.video-lade-button .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
}
.video-lade-button .inner:hover {
  background-color: rgba(0,0,0,0.7);
  cursor: pointer;
}
.video-lade-button .inner i.fa {
  position: absolute;
  font-size: 50px;
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  color: #fff;
}
.video-lade-button .inner .klick-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background-color: rgba(0,0,0,0.7);
  padding: 10px 0;
  color: #fff;
}
.bp-grp-agentur section.alles-im-blick .bp-matterport-rundgang-wrapper iframe {
    height: 335px;
}


.unsere-kunden .kunden-slider-wrapper #kunden-slick .ein-kunde .bild {
    padding: 0 25px 0 25px;
}

@media (max-width: 1279px) {
	.bp-grp-agentur section.alles-im-blick .bp-matterport-rundgang-wrapper iframe {
		height: 270px;
	}
}
@media (max-width: 1023px) {
	.bp-grp-agentur section.alles-im-blick .bp-matterport-rundgang-wrapper iframe {
		height: 200px;
	}
	.video-lade-button .inner .klick-text {
	  padding: 5px 0;
	  font-size: 11px;
	  line-height: 16px;
	}
}
@media (max-width: 768px) {
	.bp-grp-agentur section.alles-im-blick .bp-matterport-rundgang-wrapper iframe {
		height: 175px;
	}
}
@media (max-width: 640px) {
	.bp-grp-agentur section.alles-im-blick .bp-matterport-rundgang-wrapper iframe {
		height: 305px;
	}
}
@media (max-width: 640px) {
	.bp-grp-agentur section.alles-im-blick .bp-matterport-rundgang-wrapper iframe {
		height: 250px;
	}
}
@media (max-width: 480px) {
	.bp-grp-agentur section.alles-im-blick .bp-matterport-rundgang-wrapper iframe {
		height: 185px;
	}
}






/** ##### ALLES ##### **/
.bp-grp-alles {
	
}
.bp-grp-alles #alles-akkordeon.bp-akkordeon.ui-accordion .ui-accordion-content {
	display: block !important;
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
    padding: 0 5px;	
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.bp-grp-alles #alles-akkordeon.bp-akkordeon.ui-accordion .ui-accordion-content.ui-accordion-content-active {
    display: block !important;
	height: auto;
    margin-bottom: 15px;
    padding: 5px 5px;	
}
.bp-grp-alles #alles-akkordeon.bp-akkordeon.ui-accordion .ui-accordion-content h3 {
    font-size: inherit;
    margin-bottom: 5px;
    line-height: inherit;
}

@media (max-width: 1279px) {

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

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

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

}











/** ##### JOBS ##### **/
.bp-grp-jobs {
	
}




.bp-grp-jobs #accordion-jobs.ui-accordion .ui-accordion-content.ein-job-beschreibung {
    margin-bottom: 25px;
    padding: 5px;
    border: 0 none;
    line-height: 24px;
}
.bp-grp-jobs #accordion-jobs.ui-accordion .ui-accordion-content.ein-job-beschreibung .wir-suchen {

}
.bp-grp-jobs #accordion-jobs.ui-accordion .ui-accordion-content.ein-job-beschreibung .wir-suchen .beruf {
    font-weight: 600;
    font-style: italic;
}
.bp-grp-jobs #accordion-jobs.ui-accordion .ui-accordion-content.ein-job-beschreibung h4 {
	margin-top: 25px;
	margin-bottom: 5px;
}
.bp-grp-jobs #accordion-jobs.ui-accordion .ui-accordion-content.ein-job-beschreibung ul li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.bp-grp-jobs #accordion-jobs.ui-accordion .ui-accordion-content.ein-job-beschreibung ul li::before {
	position: absolute;
	font-family: fontawesome;
	content: "\f046";
	left: 5px;
	top: 2px;
}
.bp-grp-jobs #accordion-jobs.ui-accordion .ui-accordion-content.ein-job-beschreibung .bewerbung-an {
    margin-top: 25px;
	background-color: #eee;
    padding: 15px;
}
.bp-grp-jobs #accordion-jobs.ui-accordion .ui-accordion-content.ein-job-beschreibung .bewerbung-an a{
    font-weight: 600;
}

@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) {

}



/** ##### IMPRESSUM und DATENSCHUTZ Start ##### **/
.impressum-datenschutz {
	font-size: 16px; 
	line-height: 22px;
	padding-top: 150px;
}
.impressum-datenschutz h1,
.impressum-datenschutz h2,
.impressum-datenschutz h3,
.impressum-datenschutz h4,
.impressum-datenschutz h5,
.impressum-datenschutz h6 {
	text-align: left;
	font-weight: 600;
}


.impressum-datenschutz h1 {
	font-size: 30px;
	line-height: 36px;
}
.impressum-datenschutz h2 {
	font-size: 28px;
	line-height: 34px;
	margin-top: 75px;
}
.impressum-datenschutz h3 {
	font-size: 22px;
	line-height: 28px;
	margin-top: 30px;
}
.impressum-datenschutz h4 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
}

.impressum-datenschutz p {
	margin: 7px 0;
}

.impressum-datenschutz ul,
.impressum-datenschutz ol {
    margin-top: 5px;
    margin-bottom: 10px;
}

.impressum-datenschutz ul > li {
    margin-left: 25px;
    list-style: disc;
}
.impressum-datenschutz ol.abc > li {
    list-style: lower-alpha;
    margin-left: 25px;
}


@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.impressum-datenschutz {
		font-size: 14px; 
		line-height: 20px;
		padding-top: 25px;
	}
	.impressum-datenschutz h1 {
		font-size: 26px;
		line-height: 32px;
	}
	.impressum-datenschutz h2 {
		font-size: 24px;
		line-height: 30px;
		margin-top: 50px;
	}
	.impressum-datenschutz h3 {
		font-size: 18px;
		line-height: 24px;
		margin-top: 20px;
	}
	.impressum-datenschutz h4 {
		font-size: 16px;
		line-height: 22px;
		margin-top: 15px;
	}

}
@media (max-width: 768px) {
	.impressum-datenschutz h1 {
		font-size: 22px;
		line-height: 28px;
	}
	.impressum-datenschutz h2 {
		font-size: 20px;
		line-height: 26px;
		margin-top: 40px;
	}
	.impressum-datenschutz h3 {
		font-size: 16px;
		line-height: 22px;
		margin-top: 15px;
	}
	.impressum-datenschutz h4 {
		font-size: 15px;
		line-height: 21px;
		margin-top: 15px;
	}
}
@media (max-width: 640px) {

}
/** ##### IMPRESSUM und DATENSCHUTZ Ende ##### **/