@charset "utf-8";/* ###### CSS-RESET by MEYER */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}





/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-display:swap;
  font-style: normal;
  font-weight: 300;
  src: url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'),
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-300.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-display:swap;
  font-style: normal;
  font-weight: 400;
  src: url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-display:swap;
  font-style: normal;
  font-weight: 600;
  src: url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-600.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-600.woff') format('woff'), /* Modern Browsers */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-display:swap;
  font-style: normal;
  font-weight: 800;
  src: url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-800.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-800.woff') format('woff'), /* Modern Browsers */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.alles-blueprint.de/templates/bp-template/fonts/poppins-v9-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}






/* ########## BP-GRID START ########## */
.bp-grid-12-6:after,
.bp-grid-12-4:after,
.bp-grid-12-3:after {
  content: "";
  display: table;
  clear: both;
}

/* Grid 1/4 */
.bp-grid-12-3 > div,
.bp-grid-12-3 > li {
	width: 23.5%;
	margin-left: 2%;
	float:left;
	box-sizing: border-box;
}
.bp-grid-12-3 > div:nth-child(4n+1),
.bp-grid-12-3 > li:nth-child(4n+1) {	
	margin-left: 0;
}

/* Grid 1/3 */
.bp-grid-12-4 > div,
.bp-grid-12-4 > li {
	width: 32%;
	margin-left: 2%;
	float:left;
	box-sizing: border-box;
}
.bp-grid-12-4 > div:nth-child(3n+1),
.bp-grid-12-4 > li:nth-child(3n+1) {	
	margin-left: 0;
	clear: left;
}

/* Raster 1/2 */
.bp-grid-12-6 > div,
.bp-grid-12-6 > li {
	width: 49%;
	margin-left: 2%;
	float:left;
	box-sizing: border-box;
}
.bp-grid-12-6 > div:nth-child(2n+1),
.bp-grid-12-6 > li:nth-child(2n+1) {	
	margin-left: 0;
}
@media (max-width: 768px) {
	.bp-grid-12-3 > div,
	.bp-grid-12-3 > li {
		width: 49%;
	}	
	.bp-grid-12-3 > div:nth-child(2n+1),
	.bp-grid-12-3 > li:nth-child(2n+1) {	
		margin-left: 0;
		clear: left;
	}	
	.bp-grid-12-4 > div,
	.bp-grid-12-4 > li,
	.bp-grid-12-4 > div:nth-child(3n+1),
	.bp-grid-12-4 > li:nth-child(3n+1) {
		width: 100%;
		margin: 0;
		float:none;
		clear: none;
	}	
}
@media (max-width: 640px) {
	.bp-grid-12-6 > div,
	.bp-grid-12-6 > li,
	.bp-grid-12-6 > div:nth-child(2n+1),
	.bp-grid-12-6 > li:nth-child(2n+1){
		width: 100%;
		margin: 0;
		padding: 0;
		float:none;
		clear: none;
	}
}
@media (max-width: 480px) {	
	.bp-grid-12-3 > div,
	.bp-grid-12-3 > li ,
	.bp-grid-12-3 > div:nth-child(2n+1),
	.bp-grid-12-3 > li:nth-child(2n+1),
	.bp-grid-12-3 > div:nth-child(4n+1),
	.bp-grid-12-3 > li:nth-child(4n+1){
		width: 100%;
		margin: 0;
		float:none;
	}	
}
/* ########## BP-GRID END ########## */




/* ########## JOOMLA!-BASICS START */
#system-message-container .alert {
    text-align: center;
    margin-bottom: 25px;
    background-color: #ffcece;
    width: 600px;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
}
#system-message-container .alert h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px 0;
}
.control-label .hasPopover,
.control-label .hasTooltip {
	display: inline-block;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 18px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
.pagination {
    margin-top: 25px;
}
.pagination::after {
    clear: both;
    content: "";
    display: table;
}
.pagination .pagination-list > li {
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
    display: inline-block;
}
.pagination .pagination-list > li:first-child {
	border-left: 1px solid #ccc;
}
.pagination .pagination-list > li:hover,
.pagination .pagination-list > li:focus{
    background-color: #aaa;
}
.pagination .pagination-list > li.active {
    background-color: #bbb;
}
.pagination .pagination-list li > a {
    color: #484848;
    display: block;
    padding: 5px 12px;
	text-decoration: none;
}
.pagination .pagination-list li > a:hover {
    text-decoration: none;
}
.pagination .pagination-list .icon-first::after {
    content: "\f049";
    font-family: fontawesome;
}
.pagination .pagination-list .icon-previous::after {
    content: "\f04a";
    font-family: fontawesome;
}
.pagination .pagination-list .icon-next::after {
    content: "\f04e";
    font-family: fontawesome;
}
.pagination .pagination-list .icon-last::after {
    content: "\f050";
    font-family: fontawesome;
}
/* ########## JOOMLA!-BASICS END */








/* ########## BP-ABST?NDE START */
.bp-margin-top-xl{margin-top: 150px;}
.bp-margin-bottom-xl{margin-bottom: 150px;}
.bp-margin-top-bottom-xl{margin-top: 150px; margin-bottom: 150px;}

.bp-margin-top-xl{margin-top: 100px;}
.bp-margin-bottom-xl{margin-bottom: 100px;}
.bp-margin-top-bottom-xl{margin-top: 100px; margin-bottom: 100px;}

.bp-margin-top-l{margin-top: 50px;}
.bp-margin-bottom-l{margin-bottom: 50px;}
.bp-margin-top-bottom-l{margin-top: 50px; margin-bottom: 50px;}

.bp-margin-top-m{margin-top: 25px;}
.bp-margin-bottom-m{margin-bottom: 25px;}
.bp-margin-top-bottom-m{margin-top: 25px; margin-bottom: 25px;}

.bp-margin-top-s{margin-top: 15px;}
.bp-margin-bottom-s{margin-bottom: 15px;}
.bp-margin-top-bottom-s{margin-top: 15px; margin-bottom: 15px;}

.bp-padding-top-xxl{padding-top: 150px;}
.bp-padding-bottom-xxl{padding-bottom: 150px;}
.bp-padding-top-bottom-xxl{padding-top: 150px; padding-bottom: 150px;}

.bp-padding-top-xl{padding-top: 100px;}
.bp-padding-bottom-xl{padding-bottom: 100px;}
.bp-padding-top-bottom-xl{padding-top: 100px; padding-bottom: 100px;}

.bp-padding-top-l{padding-top: 50px;}
.bp-padding-bottom-l{padding-bottom: 50px;}
.bp-padding-top-bottom-l{padding-top: 50px; padding-bottom: 50px;}

.bp-padding-top-m{padding-top: 25px;}
.bp-padding-bottom-m{padding-bottom: 25px;}
.bp-padding-top-bottom-m{padding-top: 25px; padding-bottom: 25px;}

.bp-padding-top-s{padding-top: 15px;}
.bp-padding-bottom-s{padding-bottom: 15px;}
.bp-padding-top-bottom-s{padding-top: 15px; padding-bottom: 15px;}





@media (max-width: 768px) {

	.bp-margin-top-xxl{margin-top: 80px;}
    .bp-margin-bottom-xxl{margin-bottom: 80px;}
    .bp-margin-top-bottom-xxl{margin-top: 80px; margin-bottom: 80px;}
    	
	.bp-margin-top-xl{margin-top: 50px;}
    .bp-margin-bottom-xl{margin-bottom: 50px;}
    .bp-margin-top-bottom-xl{margin-top: 50px; margin-bottom: 50px;}
   
    .bp-margin-top-l{margin-top: 40px;}
    .bp-margin-bottom-l{margin-bottom: 40px;}
    .bp-margin-top-bottom-l{margin-top: 40px; margin-bottom: 40px;}
   
    .bp-margin-top-m{margin-top: 20px;}
    .bp-margin-bottom-m{margin-bottom: 20px;}
    .bp-margin-top-bottom-m{margin-top: 20px; margin-bottom: 20px;}
	
	.bp-margin-top-s{margin-top: 10px;}
    .bp-margin-bottom-s{margin-bottom: 10px;}
    .bp-margin-top-bottom-s{margin-top: 10px; margin-bottom: 10px;}
      
    .bp-padding-top-xxl{padding-top: 80px;}
    .bp-padding-bottom-xxl{padding-bottom: 80px;}
    .bp-padding-top-bottom-xxl{padding-top: 80px; padding-bottom: 80px;}      
      
    .bp-padding-top-xl{padding-top: 50px;}
    .bp-padding-bottom-xl{padding-bottom: 50px;}
    .bp-padding-top-bottom-xl{padding-top: 50px; padding-bottom: 50px;}

    .bp-padding-top-l{padding-top: 40px;}
    .bp-padding-bottom-l{padding-bottom: 40px;}
    .bp-padding-top-bottom-l{padding-top: 40px; padding-bottom: 40px;}
   
    .bp-padding-top-m{padding-top: 20px;}
    .bp-padding-bottom-m{padding-bottom: 20px;}
    .bp-padding-top-bottom-m{padding-top: 20px; padding-bottom: 20px;}    
	
	.bp-padding-top-s{padding-top: 10px;}
    .bp-padding-bottom-s{padding-bottom: 10px;}
    .bp-padding-top-bottom-s{padding-top: 10px; padding-bottom: 10px;}    
}







/* ########## BP-ABST?NDE END */







/* ########## BP-WIDTH ANFANG */
.bp-width {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.bp-width-2 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.bp-width-3 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1279px) {
	.bp-width {width: 960px;}
}

@media (max-width: 1023px) {
	.bp-width {width: 724px;}
	.bp-width-2 {width: 724px;}
	.bp-width-3 {width: 600px;}
}

@media (max-width: 768px) {
	.bp-width,.bp-width-2 {width: 100%; padding-left: 15px; padding-right: 15px; box-sizing: border-box;}	
	.bp-width-3 {width: 480px;}
	.bp-width .bp-width, .bp-width .bp-width-2 {padding-left: 0; padding-right: 0;}
}

@media (max-width: 640px) {
	.bp-width-3{width: 100%; padding-left: 15px; padding-right: 15px; box-sizing: border-box;}
	.bp-width .bp-width-3, .bp-width-2 .bp-width-2 {padding-left: 0; padding-right: 0;}
}


/* ########## BP-WIDTH END */







/* ########## SCHRIFTEN ANFANG */
body {
	font-size: 17px;
	line-height: 27px;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-align: left;
/**	cursor: url(https://www.alles-blueprint.de/templates/bp-template/images/cursor_blau.png), auto; **/
}

/**
a:hover {
	cursor: url(../images/cursor_schwarz.png), auto;
}
**/

h1 {
	font-size: 80px;
	line-height: 90px;
	margin: 0 0 15px 0;
	font-weight: 800;
	text-align: center;
}
h1 span.subheadline {
	font-weight: 300;
	display: block;
	font-size: 0.57em;
	line-height: 1.3;
}
h2 {
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 15px 0;
	font-weight: 800;
	text-align: center;
}
h2 span.subheadline {
	font-weight: 300;
	display: block;
	font-size: 0.7em;
	line-height: 1.3;
}
h3 {
	font-size: 35px;
	line-height: 45px;
	margin: 0 0 10px 0;
	font-weight: 800;
}
h4 {
	margin: 0 0 5px 0;
	font-weight: 800;
}

@media (max-width: 1279px) {
	body {
		font-size: 17px;
		line-height: 27px;
	}
	h1 {
		font-size: 60px;
		line-height: 70px;
		margin: 0 0 10px 0;
	}
	h2 {
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 10px 0;
	}
	h3 {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 5px 0;
	}
	h4 {
		
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 16px;
		line-height: 20px;
	}
	h1 {
		font-size: 50px;
		line-height: 55px;
	}
	h2 {
		font-size: 35px;
		line-height: 40px;
	}
	h3 {
		font-size: 25px;
		line-height: 30px;
	}
	h4 {
	}
}

@media (max-width: 768px) {
	body {
		font-size: 15px;
		line-height: 20px;
	}
	h1 {
		font-size: 45px;
		line-height: 50px;
	}
	h2 {
		font-size: 30px;
		line-height: 35px;
	}
	h3 {
		font-size: 20px;
		line-height: 25px;
	}
	h4 {
	}
}

@media (max-width: 640px) {
	body {
		font-size: 14px;
		line-height: 20px;
	}
	h1 {
		font-size: 35px;
		line-height: 40px;
		margin: 0 0 10px 0;
	}
	h2 {
		font-size: 25px;
		line-height: 30px;
		margin: 0 0 10px 0;
	}
	h3 {
		font-size: 18px;
		line-height: 25px;
	}
	h4 {
	}
}



/* ########## SCHRIFT END */










/* ########## BP BASICS START ########## */
:focus {outline:none;}
::-moz-focus-inner {border:0;}

body {
	background-color: #fff;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #009FE3;
}
p {
	margin: 0;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
.clear:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

ul.bp-liste {
	
}
ul.bp-liste li {
	position: relative;
	padding-left: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
}
ul.bp-liste li::before {
	position: absolute;
	font-family: fontawesome;
	left: 3px;
	top: 0;
	content: "\f105";
}

.back-to-top {
    background: #009FE3;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 35px;
    border: 1px solid #fff;
    box-sizing: border-box;
	text-decoration: none;
}
.back-to-top:hover,
.back-to-top:focus {
    background: #fff;
	border-color: #009FE3;
    color: #009FE3;
	text-decoration: none;
}
.back-to-top::before {
    font-family: fontawesome;
    content: "\f106";
    position: absolute;
    width: 100%;
    left: 0;
    top: -2px;
}
/* ########## BP BASICS END ########## */


/* ########## YOUTUBE RESPONSIVE ############ */
.responsive-16-9 {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.responsive-16-9 iframe,
.responsive-16-9 object,
.responsive-16-9 embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}





/* ########## BP SLICKSLIDER START ########## */
.bp-slick .slick-prev {
    height: 100%;
    left: 5px;
    width: 50px;
    z-index: 666666;
}
.bp-slick .slick-next {
    height: 100%;
    right: 5px;
    width: 50px;
    z-index: 666666;
}
.bp-slick .slick-prev::before, 
.bp-slick .slick-next::before {
    color: #009FE3;
    font-family: "fontawesome";
    font-size: 50px;
    line-height: 1;
    opacity: 1;
}
.bp-slick .slick-prev::before {
    content: "\f104";
}
.bp-slick .slick-next::before {
    content: "\f105";
}

.bp-slick .slick-dots li {    
    width: 10px;
    height: 10px;
    margin: 0 4px;
}
.bp-slick .slick-dots li button {
    background-color: #999;
    height: 10px;
    opacity: 1;
    padding: 0px;
    top: 0;
    width: 10px;
}
.bp-slick .slick-dots li.slick-active button {
    background-color: #009FE3;
}
.bp-slick .slick-dots li button::before {
    display: none;
}


.bg-blau .bp-slick .slick-dots li button {
    background-color: #ffffff;
}
.bg-blau .bp-slick .slick-dots li.slick-active button {
    background-color: #999999;
}
/* ########## BP SLICKSLIDER END ########## */




/* ########## SIGE - GALERIE ########### */
.meinegalerie .sige_cont_0 {
    height: auto !important;
    width: 100% !important;
}

.meinegalerie li[class^="sige_cont_"] {
    height: auto !important;
    margin: 1% !important;
    position: relative;
    width: 31.3333% !important;
}
.meinegalerie .sige_thumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.meinegalerie .sige_thumb img {
    border: 0 none !important;
    margin: 0 !important;
    opacity: 1;
    padding: 0 !important;    
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
    width: 100% !important;
}
.meinegalerie .sige_thumb:hover img {
    opacity: 0.5;
}
.meinegalerie .sige_thumb a::after {
    color: #e62e2e;
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 40px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.meinegalerie .sige_thumb:hover a::after {
    opacity: 1;
}
.meinegalerie > div {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}
.vbox-overlay {
    z-index: 15000 !important;
}







@media (max-width: 640px) {
	.back-to-top {
		display: none !important;
	}
}







/* ########## magnific-popup ########## */
body.bp-site .mfp-bg {
    z-index: 10042;
}
body.bp-site .mfp-wrap {
    z-index: 10043;
}

body.bp-site .mfp-auto-cursor .mfp-content {
	z-index: 10045;
    background-color: #fff;
    width: 1000px !important;
    max-width: 96%;
    margin: 0 auto;
	padding: 44px 15px 25px 15px;
	box-sizing: border-box;
}








/* ########## MATTERPORT 3D-RUNDGANG ########## */
.bp-matterport-rundgang-wrapper iframe {
    width: 100%;
    height: 674px;
}
@media (max-width: 1279px) {
	.bp-matterport-rundgang-wrapper iframe {
		height: 541px;
	}
}
@media (max-width: 1023px) {
	.bp-matterport-rundgang-wrapper iframe {
		height: 408px;
	}
}

@media (max-width: 640px) {
	.bp-matterport-rundgang-wrapper iframe {
		height: 305px;
	}
}

@media (max-width: 480px) {
	.bp-matterport-rundgang-wrapper iframe {
		height: 250px;
	}
}





/** ########## BUTTONS ########## **/
a.bp-button {
    display: inline-block;
    color: #fff;
    background-color: #009FE3;
    text-decoration: none;
    padding: 3px 20px;
	margin-top: 15px;
}
a.bp-button:hover,
a.bp-button:focus {
    color: #fff;
    background-color: #000;
	text-decoration: none;
}














/** ########## AKKORDEON ########## **/
.bp-akkordeon.ui-accordion .ui-accordion-header {
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
    padding: 15px 30px 15px 5px;
    position: relative;
    border-top: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 20px;
    line-height: 26px;
	text-align: left;
}

.bp-akkordeon.ui-accordion .ui-accordion-header.ui-state-focus {
    outline: none;
}
.bp-akkordeon.ui-accordion .ui-accordion-header::after {
    font-family: fontawesome;
    font-size: 24px;
    position: absolute;
    right: 5px;
    font-weight: normal;
    top: calc(50% - 11px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    content: "\f067";
    line-height: 1;
}
.bp-akkordeon.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}
.bp-akkordeon.ui-accordion .ui-accordion-header.ui-accordion-header-collapsed::after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
    transform: rotate(0deg);	
}
.bp-akkordeon.ui-accordion .ui-accordion-header.ui-accordion-header-active::after{
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);	
}
.bp-akkordeon.ui-accordion .ui-accordion-content {
    margin-bottom: 15px;
    padding: 5px 5px;
    background-color: #fff;
}









@media (max-width: 1023px) {
	.bp-akkordeon.ui-accordion .ui-accordion-header {
		padding: 10px 25px 10px 3px;
		font-size: 18px;
		line-height: 24px;
	}
	.bp-akkordeon.ui-accordion .ui-accordion-header::after {
		font-size: 20px;
		top: calc(50% - 10px);
	}
}



@media (max-width: 640px) {
	.bp-akkordeon.ui-accordion .ui-accordion-header {		
		font-size: 14px;
		line-height: 20px;
		font-weight: 600;
	}
	.bp-akkordeon.ui-accordion .ui-accordion-header::after {
		font-size: 14px;
		top: calc(50% - 7px);
	}
}







/** ########## MASONRY ########## **/
.bp-masonry-grid {

}

.bp-kachel-grid-item img {
    width: 100%;
}

/* fluid 4 columns */

.bp-kachel-grid-sizer,
.bp-kachel-grid-item {
	width: 20%; 
	padding: 3px;
	box-sizing: border-box;
}
.bp-kachel-breite-2 { width: 40%; }
.bp-kachel-breite-3 { width: 40%; }
  








@media (max-width: 640px) {
	.bp-masonry-grid {

	}	
	.bp-kachel-grid-sizer,
	.bp-kachel-grid-item {
		padding: 1px;
	}
}












/** ########## SEITENNAVIGATION ########## **/
.bp-pager-navi {
    padding-left: 15px;
    padding-right: 15px;
}
.bp-pager-navi ul.pager li.previous {
    float: left;
}
.bp-pager-navi ul.pager li.next {
    float: right;
}
.bp-pager-navi ul.pager li a {
	display: inline-block;
	/**
	color: #fff;
	background-color: #009FE3;
	line-height: 30px;
	**/
	color: #000;
	text-decoration: none;	
	position: relative;	
}

/**
.bp-pager-navi ul.pager li a span.beitragstitel {
	display: inline-block;
}
.bp-pager-navi ul.pager li a span.vor-zurueck {
	display: none;
}
**/

.bp-pager-navi ul.pager li a span.beitragstitel {
	display: none;
}
.bp-pager-navi ul.pager li a span.vor-zurueck {
	display: inline-block;
}
	
.bp-pager-navi ul.pager li.previous a {
    padding: 3px 5px 3px 20px;
}
.bp-pager-navi ul.pager li.previous a::before {
    font-family: fontawesome;
    content: "\f104";
    font-size: 25px;
    position: absolute;
    left: 2px;
    top: 2px;
}
.bp-pager-navi ul.pager li.next a {
	padding: 3px 20px 3px 5px;
}
.bp-pager-navi ul.pager li.next a::after {
    font-family: fontawesome;
    content: "\f105";
    font-size: 25px;
    position: absolute;
    right: 2px;
    top: 2px;
}

	
.bp-pager-navi ul.pager li a:hover,
.bp-pager-navi ul.pager li a:focus {
	/** background-color: #000; **/
	color: #009FE3;
}




@media (max-width: 768px) {
	/**
	.bp-pager-navi ul.pager li a span.beitragstitel {
		display: none;
	}
	.bp-pager-navi ul.pager li a span.vor-zurueck {
		display: inline-block;
	}
	**/
}
.bg-schwarz {
	background-color: #000;
	color: #fff;
}
.bg-schwarz a {	
	color: #fff;
}
.bg-schwarz a:hover,
.bg-schwarz a:focus {	
	color: #ccc;
}
	
.bg-schwarz h1,
.bg-schwarz h2,
.bg-schwarz h3,
.bg-schwarz h4 {
	color: #fff;
}


.bg-blau {
	background-color: #009FE3;
	color: #fff;
}
.bg-blau a {	
	color: #fff;
}
.bg-blau a:hover,
.bg-blau a:focus {	
	color: #ddd;
}
	
.bg-blau h1,
.bg-blau h2,
.bg-blau h3,
.bg-blau h4 {
	color: #fff;
}



header.header{

}







/** verschiedene Navi-Schriftfarben und Logofarben je nach Unterseite **/


body#bp-item-id-112 #bp-logo-main .bp-blau, 
body#bp-item-id-113 #bp-logo-main .bp-blau, 
body#bp-item-id-118 #bp-logo-main .bp-blau, 
body#bp-item-id-115 #bp-logo-main .bp-blau {
  fill: #fff;
}


body#bp-item-id-112 header.header .header-main .menu-desktop ul li a {
	color: #fff;
}
body#bp-item-id-112 header.header .header-main .menu-desktop ul li > a::after,
body#bp-item-id-112 header.header .header-main .menu-desktop ul li.current > a::after {
	background-color: #fff;
}
body#bp-item-id-115 header.header .header-main .menu-desktop ul li a {
	color: #fff;
}
body#bp-item-id-115 header.header .header-main .menu-desktop ul li > a::after,
body#bp-item-id-115 header.header .header-main .menu-desktop ul li.current > a::after {
	background-color: #fff;
}

body#bp-item-id-114 header.header .header-main .menu-desktop ul li a {
	color: #fff;
}
body#bp-item-id-114 header.header .header-main .menu-desktop ul li > a::after,
body#bp-item-id-114 header.header .header-main .menu-desktop ul li.current > a::after {
	background-color: #fff;
}

body#bp-item-id-118 header.header .header-main .menu-desktop ul li a {
	color: #fff;
}
body#bp-item-id-118 header.header .header-main .menu-desktop ul li > a::after,
body#bp-item-id-118 header.header .header-main .menu-desktop ul li.current > a::after {
	background-color: #fff;
}



body#bp-item-id-101 header.header .header-main .menu-desktop ul li a {
	color: #fff;
}
body#bp-item-id-101 header.header .header-main .menu-desktop ul li > a::after,
body#bp-item-id-101 header.header .header-main .menu-desktop ul li.current > a::after {
	background-color: #fff;
}
/**
body#bp-item-id-101 header.header .header-main .menu-desktop ul li a {
	color: #000;
}
body#bp-item-id-101 header.header .header-main .menu-desktop ul li > a::after,
body#bp-item-id-101 header.header .header-main .menu-desktop ul li.current > a::after {
	background-color: #000;
}
**/

body#bp-item-id-113 header.header .header-main .menu-desktop ul li a {
	color: #000;
}
body#bp-item-id-113 header.header .header-main .menu-desktop ul li > a::after,
body#bp-item-id-113 header.header .header-main .menu-desktop ul li.current > a::after {
	background-color: #000;
}

body#bp-item-id-107 header.header .header-main .menu-desktop ul li a {
	color: #000;
}
body#bp-item-id-107 header.header .header-main .menu-desktop ul li > a::after,
body#bp-item-id-107 header.header .header-main .menu-desktop ul li.current > a::after {
	background-color: #000;
}

body#bp-item-id-108 header.header .header-main .menu-desktop ul li a {
	color: #000;
}
body#bp-item-id-108 header.header .header-main .menu-desktop ul li > a::after,
body#bp-item-id-108 header.header .header-main .menu-desktop ul li.current > a::after {
	background-color: #000;
}

body#bp-item-id-117 header.header .header-main .menu-desktop ul li a {
	color: #000;
}
body#bp-item-id-117 header.header .header-main .menu-desktop ul li > a::after,
body#bp-item-id-117 header.header .header-main .menu-desktop ul li.current > a::after {
	background-color: #000;
}








#cpnb-decline-btn,
#cpnb span#cpnb-decline-btn {
    display: none !important;
}



footer.footer {

}
footer.footer a,
footer.footer a:hover,
footer.footer a:focus{	
	text-decoration: none;
}



.bp-footer-row-1 {
    padding: 75px 0;
    text-align: center;
}

.bp-footer-row-1 .text {
	font-size: 40px;
	line-height: 60px;
	font-weight: 300;
}
.bp-footer-row-1 .telefon,
.bp-footer-row-1 .mail {
    font-size: 55px;
    line-height: 80px;
    font-weight: 800;
}



.bp-footer-row-team {
  display: bock;
}
.bp-footer-row-team img {
  width: 100%;
}



.bp-footer-row-2 {
}
.bp-footer-row-2 .spalte-1,
.bp-footer-row-2 .spalte-2,
.bp-footer-row-2 .spalte-3,
.bp-footer-row-2 .spalte-4 {
	float: left;
	width: 25%;
}

.bp-footer-row-2 .spalte-1 .logo {
    width: 200px;
    height: auto;
}


.bp-footer-row-2 .spalte-3 ul.socials li {
    display: inline-block;
    margin-left: 5px;
}
.bp-footer-row-2 .spalte-3 ul.socials li:first-child {
    margin-left: 0;
}
.bp-footer-row-2 .spalte-3 ul.socials li a {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 3px;
	background-color: #666;
	color: #fff;
	font-size: 23px;
}
.bp-footer-row-2 .spalte-3 ul.socials li a:hover,
.bp-footer-row-2 .spalte-3 ul.socials li a:focus {
	background-color: #009FE3;
	color: #fff;
}
.bp-footer-row-2 .spalte-4 ul.mitgliedschaften li {
    margin-top: 20px;
}
.bp-footer-row-2 .spalte-4 ul.mitgliedschaften li:first-child {
    margin-top: 0;
}



.bp-footer-row-3 #map {
    height: 600px;
    width: 100%;
}
.bp-footer-row-3 .bp-marker-content {
    line-height: 18px;
}



.bp-footer-row-3 #karten-wrapper {
  height: 600px;
  background-image: URL("https://www.alles-blueprint.de/images/grafiken/bp_map_statisch.webp");
  background-size: cover;
  background-position: center center;
  position: relative;
}

.bp-footer-row-3 #karten-wrapper #clickForMap > p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  padding: 8px 3px;
  box-sizing: border-box;
  text-align: center;
}
.bp-footer-row-3 #karten-wrapper #clickForMap > p:hover,
.bp-footer-row-3 #karten-wrapper #clickForMap > p:focus {
  cursor: pointer;
}








.bp-footer-row-4 {
    text-align: center;
}
.bp-footer-row-4 nav ul li{
    display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}


.bp-footer-newsletter {
    text-align: center;
}
.bp-footer-newsletter .icon-alles-blueprint .path1::before {
    color: #fff;
}
.bp-footer-newsletter .anmelde-formular div.email-feld {
  float: left;
  width: 350px;
}
.bp-footer-newsletter .anmelde-formular div.anmelde-button {
  float: right;
}
.bp-footer-newsletter .anmelde-formular div.anmelde-button button.cr_button:hover {
  cursor: pointer;
  background-color: #333;
}  
.bp-footer-newsletter .anmelde-formular input#text2457058 {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 40px;
    border: 0 none;
    text-align: left;
    padding: 0 10px;
	box-sizing: border-box;
}
  
.bp-footer-newsletter .anmelde-formular button.cr_button {
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    padding: 7px 18px;
    font-size: 18px;
}
  




@media (max-width: 1023px) {
	.bp-footer-row-1 {
		padding: 50px 0;
		text-align: center;
	}
	.bp-footer-row-1 .text {
		font-size: 30px;
		line-height: 50px;
	}
	.bp-footer-row-1 .telefon,
	.bp-footer-row-1 .mail {
		font-size: 40px;
		line-height: 60px;
	}	
	
	
	
	.bp-footer-row-2 .spalte-1,
	.bp-footer-row-2 .spalte-2,
	.bp-footer-row-2 .spalte-3,
	.bp-footer-row-2 .spalte-4 {
		float: none;
		width: 100%;
		text-align: center;
	}	
	.bp-footer-row-2 .spalte-2 {
		margin-top: 35px;
	}
	.bp-footer-row-2 .spalte-3,
	.bp-footer-row-2 .spalte-4 {
		margin-top: 50px;
	}
	.bp-footer-row-2 .spalte-1 .logo {
		margin-left: auto;
		margin-right: auto;
	}

	
	.bp-footer-row-3 #map {
		height: 400px;	
	}
	.bp-footer-row-3 #karten-wrapper {
	  height: 400px;
	}
}
@media (max-width: 768px) {
	.bp-footer-row-1 .text {
		font-size: 20px;
		line-height: 40px;
	}
	.bp-footer-row-1 .telefon,
	.bp-footer-row-1 .mail {
		font-size: 25px;
		line-height: 40px;
	}
	
	.bp-footer-row-team {
		display: none;
	}
	
	.bp-footer-newsletter .anmelde-formular div.email-feld {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.bp-footer-newsletter .anmelde-formular input#text2457058 {
		font-size: 16px;
		line-height: 36px;
		text-align: center;
	}
	.bp-footer-newsletter .anmelde-formular div.anmelde-button {
		float: none;
	}
	.bp-footer-newsletter .anmelde-formular button.cr_button {
		padding: 5px 8px;
		font-size: 16px;
	}
}
@media (max-width: 640px) {
	.bp-footer-row-1 {
		padding: 25px 0;
		text-align: center;
	}
	.bp-footer-row-1 .text {
		font-size: 18px;
		line-height: 35px;
	}
	.bp-footer-row-1 .telefon,
	.bp-footer-row-1 .mail {
		font-size: 20px;
		line-height: 35px;
	}
	
	.bp-footer-row-3 #map {
		height: 300px;	
	}
	.bp-footer-row-3 #karten-wrapper {
	  height: 300px;
	}
}









.bp-slider-main .ein-slide,
.bp-slider-main-mobile .ein-slide {
    /**  
	height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
	**/
    position: relative;
	line-height: 0;
}
.bp-slider-main .ein-slide .inner {    
    position: absolute;
    left: 3%;
    bottom: 100px;
    color: #fff;    
}

.bp-slider-main .ein-slide img,
.bp-slider-main-mobile .ein-slide img {
	width: 100%;
}
.bp-slider-main .ein-slide video {
	width: 100%;
	/**
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 0;
	**/
}



.bp-slider-main.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.bp-slider-main .slick-prev {
    height: 100%;
    left: 5px;
    width: 50px;
    z-index: 98;
}
.bp-slider-main .slick-next {
    height: 100%;
    right: 5px;
    width: 50px;
    z-index: 98;
}
.bp-slider-main .slick-prev::before,
.bp-slider-main .slick-next::before {
	color: #ff00ff;
    font-family: "fontawesome";
    font-size: 50px;
    line-height: 1;
    opacity: 1;
}
.bp-slider-main .slick-prev::before {
    content: "\f104";
}
.bp-slider-main .slick-next::before {
    content: "\f105";
}
.bp-slider-main .slick-dots {
	bottom: 0px;
}
.bp-slider-main .slick-dots li button {
    background-color: #00ff00;
    height: 3px;
    opacity: 1;
    padding: 2px;
    top: 0;
    width: 25px;
}
.bp-slider-main .slick-dots li.slick-active button {
    background-color: #ff00ff;
}
.bp-slider-main .slick-dots li button::before {
    display: none;
}



















/** ##### LOGIN & USER Start ##### **/

/** MODUL **/
#login-form .pretext {
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
}


#login-form .userdata #form-login-username {
    margin-bottom: 25px;
}
#login-form .userdata #form-login-username label,
#login-form .userdata #form-login-username input {
	display: block;
	width: 100%;
	text-align: center;
}
#login-form .userdata #form-login-username input#modlgn-username {
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    border-color: #333333;
    color: #333333;
	box-sizing: border-box;
}


#login-form .userdata #form-login-password {
    margin-bottom: 25px;
}
#login-form .userdata #form-login-password label,
#login-form .userdata #form-login-password input {
	display: block;
	width: 100%;
	text-align: center;
}

#login-form .userdata #form-login-password input#modlgn-passwd {
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    border-color: #333333;
    color: #333333;
	box-sizing: border-box;
}


#login-form .userdata #form-login-remember {
    margin-bottom: 25px;
    position: relative;
}
#login-form .userdata #form-login-remember::after {
    clear: both;
    display: table;
    content: "";
}
#login-form .userdata #form-login-remember .control-label {
    float: left;
    font-size: 14px;
    line-height: 20px;
}
#login-form .userdata #form-login-remember .control-label::before {
    content: "";
    position: absolute;
    width: calc(100% - 165px);
    height: 1px;
    background-color: #999;
    box-sizing: border-box;
    top: 12px;
    left: 145px;
}
#login-form .userdata #form-login-remember #modlgn-remember {
    float: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 6px;
}

#login-form .userdata #form-login-submit button.btn {
    width: 100%;
    background-color: #333333;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #333333;
}
#login-form .userdata #form-login-submit button.btn:hover,
#login-form .userdata #form-login-submit button.btn:focus {
    background-color: #333333;
	cursor: pointer;
}

#login-form .userdata ul.unstyled {
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}


















/** KOMPONENTEN VIEWS **/
.login.bp-login .login-description {
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
}
.login.bp-login form .control-group {
    position: relative;
}
.login.bp-login form .control-group::after {
    clear: both;
    display: table;
    content: "";
}

.login.bp-login form #username-lbl {
    display: block;
    width: 100%;
    text-align: center;
}
.login.bp-login form #username {
    display: block;
    width: 100%;
    text-align: center;
	margin-bottom: 25px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    border-color: #333333;
    color: #333333;
	box-sizing: border-box;
}
.login.bp-login form #password-lbl {
    display: block;
    width: 100%;
    text-align: center;
}
.login.bp-login form #password {
    display: block;
    width: 100%;
    text-align: center;
	margin-bottom: 25px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    border-color: #333333;
    color: #333333;
	box-sizing: border-box;
}
.login.bp-login form input#remember {
    position: absolute;
    right: 0;
    top: 9px;
    margin: 0;
}


.login.bp-login form button.btn {
    width: 100%;
	margin-top: 25px;
    background-color: #fff;
    color: #333333;
    line-height: 45px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #333333;
}
.login.bp-login form button.btn:hover,
.login.bp-login form button.btn:focus {
    background-color: #333333;
	color: #fff;
	cursor: pointer;
}


main.content > div .nav.nav-tabs.nav-stacked {
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}



.reset.bp-passwort-vergessen,
.remind.bp-benutzer-zusenden {
    text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.reset.bp-passwort-vergessen h1,
.remind.bp-benutzer-zusenden h1{
	font-size: 18px;
	line-height: 26px;
}

.reset.bp-passwort-vergessen form#user-registration .control-group,
.remind.bp-benutzer-zusenden form#user-registration .control-group {
    margin-top: 25px;
}

.reset.bp-passwort-vergessen form#user-registration .control-group input,
.remind.bp-benutzer-zusenden form#user-registration .control-group input{
	margin-top: 5px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    border-color: #333333;
    color: #333333;
	box-sizing: border-box;
}
.reset.bp-passwort-vergessen form#user-registration button.btn,
.remind.bp-benutzer-zusenden form#user-registration button.btn{
    width: 100%;
    background-color: #fff;
    color: #333333;
    line-height: 45px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #333333;
}
.reset.bp-passwort-vergessen form#user-registration button.btn:hover,
.reset.bp-passwort-vergessen form#user-registration button.btn:focus,
.remind.bp-benutzer-zusenden form#user-registration button.btn:hover,
.remind.bp-benutzer-zusenden form#user-registration button.btn:focus {
    background-color: #333333;
	color: #fff;
	cursor: pointer;
}


.profile.bp-login .btn-toolbar.pull-right {
    float: none;
    background-color: #eee;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.profile.bp-login #users-profile-core legend {
    background-color: #333333;
    width: 100%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    color: #fff;
}
.profile.bp-login #users-profile-core {
    margin-top: 25px;
	background-color: #eee;
}
.profile.bp-login #users-profile-core dl::after {
	content: "";
	display: table;
	clear: both;
}
.profile.bp-login #users-profile-core dt,
.profile.bp-login #users-profile-core dd {
    float: left;
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 10px;
	box-sizing: border-box;
}


#member-profile legend {
    background-color: #333333;
    width: 100%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    color: #fff;
}
#member-profile input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
}
#member-profile input#jform_username:hover {
    cursor: not-allowed;
}
#member-profile button.btn {
	margin-top: 25px;
    width: 100%;
    background-color: #333333;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #333333;
}
#member-profile button.btn:hover,
#member-profile button.btn:focus {
    background-color: #333333;
	cursor: pointer;
}







@media (max-width: 640px) {
	
	.profile.bp-login #users-profile-core dt {
		float: none;
		width: 100%;
		border-bottom: 0;
		padding-bottom: 0;
		font-weight: 600;
	}
	.profile.bp-login #users-profile-core dd {
		float: none;
		width: 100%;
		padding-top: 0;
	}
}
/** ##### LOGIN & USER Ende ##### **/
.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: 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: 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: 1023px) {
	/**
	.bp-grp-startseite {
		margin-top: 50px;
	}
	**/
}








/** ##### 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;
}
















/** ##### 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;
}























/** ##### 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: 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;
	}
}

/** ##### IMPRESSUM und DATENSCHUTZ Ende ##### **/
.bp-rsform.formResponsive {
	font-family: 'Poppins', sans-serif;
	margin: 0;
}

.bp-rsform.formResponsive span.fett {
    font-weight: 400;
}




.bp-rsform.formResponsive .formHorizontal .rsform-block { 
	margin-bottom: 0;
}
.bp-rsform.formResponsive .formHorizontal .rsform-block::before, 
.bp-rsform.formResponsive .formHorizontal .rsform-block::after {
    display: table;
    content: "";
    clear: both;
}
.bp-rsform.formResponsive .formHorizontal .formControlLabel {
    display: none;
}
.bp-rsform.formResponsive .formHorizontal .formControls {
    display: block;
    padding-left: 0;
    margin-left: 0;    
    width: 100%;
}


.bp-rsform.formResponsive input[type="text"], 
.bp-rsform.formResponsive input[type="number"], 
.bp-rsform.formResponsive input[type="email"], 
.bp-rsform.formResponsive input[type="tel"], 
.bp-rsform.formResponsive input[type="url"], 
.bp-rsform.formResponsive input[type="password"],
.bp-rsform.formResponsive textarea, 
.bp-rsform.formResponsive select {
    width: 100% !important;
	padding: 0px 10px;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid #535353;
	border-radius: 0;
	font-size: 18px;
    font-weight: 300;
	font-family: 'Poppins', sans-serif;
}
.bp-rsform.formResponsive input[type="text"], 
.bp-rsform.formResponsive input[type="number"], 
.bp-rsform.formResponsive input[type="email"], 
.bp-rsform.formResponsive input[type="tel"], 
.bp-rsform.formResponsive input[type="url"], 
.bp-rsform.formResponsive input[type="password"],
.bp-rsform.formResponsive select {
	line-height: 35px;
	height: 35px;
}
.bp-rsform.formResponsive textarea {
	line-height: 24px;
	height: auto;
}

.bp-rsform.formResponsive select option {
	font-family: arial;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #999;
}

.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-teilnahmebedingungen {
	position: relative;
}
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz {
    margin-top: 25px;
}

.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz a,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb a,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-teilnahmebedingungen a {
    color: #4b4a4d;
    text-decoration: underline;
}
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz a:hover,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb a:hover,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-teilnahmebedingungen a:hover {
    color: #009FE3;
    text-decoration: underline;
}

.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz .formControlLabel,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb .formControlLabel,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-teilnahmebedingungen .formControlLabel {
	display: block;
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
	text-align: left;
}
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz .formControlLabel:hover,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb .formControlLabel:hover,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-teilnahmebedingungen .formControlLabel:hover {
	cursor: inherit;
}

.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz .formControls,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb .formControls,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-teilnahmebedingungen .formControls {
    display: block;
	float: none;
	width: auto;
}
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz .formControls label span.gelesen,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb .formControls label span.gelesen,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-teilnahmebedingungen .formControls label span.gelesen {
    display: none;
}

.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz .formControls span.formValidation,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb .formControls span.formValidation,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-teilnahmebedingungen .formControls span.formValidation {
    display: inline;
}

.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz .formControls p.rsformVerticalClear,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb .formControls p.rsformVerticalClear,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-teilnahmebedingungen .formControls p.rsformVerticalClear {    
    position: absolute;
    left: 0;
    top: 5px;
	margin: 0;
    padding: 0;
    width: 17px;
}
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz .formControls p.rsformVerticalClear label,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb .formControls p.rsformVerticalClear label,
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-teilnahmebedingungen .formControls p.rsformVerticalClear label {    
	margin: 0;
}
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz .formControls input[type="checkbox"],
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb .formControls input[type="checkbox"],
.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-teilnahmebedingungen .formControls input[type="checkbox"] {
	padding: 0;
	margin: 0;	
}

.bp-rsform.formResponsive .formError {
    color: #e60a4c;
    padding-left: 0;
    font-size: 12px;
	line-height: 18px;
    margin: 0;
    height: auto;
    display: block;    
}
.bp-rsform.formResponsive p.formRed {
    background-color: #e60a4c;
	color: #fff;
    font-weight: normal;
	margin-bottom: 25px;
	padding: 10px;
}

.bp-rsform.formResponsive .rsform-block.rsform-block-senden {
	margin-top: 20px;
}

.bp-rsform.formResponsive .rsform-block.rsform-block-senden input[type="submit"], 
.bp-rsform.formResponsive .rsform-block.rsform-block-senden button[type="submit"] {	    
    background-image: none;
    background-repeat: no-repeat;
    filter: none;    
    text-shadow: 0;
    border: 0 none;	
	border-radius: 0;
    margin-top: 0;
	margin-bottom: 0;
    display: inline-block;
    color: #fff;
    background-color: #009FE3;
    text-decoration: none;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
	line-height: 1;
}

.bp-rsform.formResponsive .rsform-block.rsform-block-senden input[type="submit"]:hover, 
.bp-rsform.formResponsive .rsform-block.rsform-block-senden button[type="submit"]:hover,
.bp-rsform.formResponsive .rsform-block.rsform-block-senden input[type="submit"]:focus, 
.bp-rsform.formResponsive button[type="submit"]:focus {	    
    color: #fff;
    background-color: #000;
	text-decoration: none;
}



.bp-rsform.formResponsive .rsform-block.rsform-block-geburtsdatum select:first-child {
    margin-left: 0;
}
.bp-rsform.formResponsive .rsform-block.rsform-block-geburtsdatum select {
    width: 33% !important;
    margin-left: 0.5%;
}
.bp-rsform.formResponsive .rsform-block.rsform-block-geburtsdatum span.datumstrenner {
    display: none;
}




@media (max-width: 1023px) {

	.bp-rsform.formResponsive input[type="text"], 
	.bp-rsform.formResponsive input[type="number"], 
	.bp-rsform.formResponsive input[type="email"], 
	.bp-rsform.formResponsive input[type="tel"], 
	.bp-rsform.formResponsive input[type="url"], 
	.bp-rsform.formResponsive input[type="password"],
	.bp-rsform.formResponsive textarea, 
	.bp-rsform.formResponsive select {
		font-size: 14px;
		padding: 0 5px;
	}
	.bp-rsform.formResponsive input[type="text"], 
	.bp-rsform.formResponsive input[type="number"], 
	.bp-rsform.formResponsive input[type="email"], 
	.bp-rsform.formResponsive input[type="tel"], 
	.bp-rsform.formResponsive input[type="url"], 
	.bp-rsform.formResponsive input[type="password"],
	.bp-rsform.formResponsive select {
		line-height: 26px;
		height: 26px;
	}
	.bp-rsform.formResponsive textarea {
		line-height: 20px;
	}
	.bp-rsform.formResponsive select option {
		font-size: 14px;
	}
	
	.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz .formControlLabel,
	.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb .formControlLabel {
		padding-left: 17px;
	}	
	.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz .formControls p.rsformVerticalClear, 
	.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb .formControls p.rsformVerticalClear {
		width: 15px;
		top: 5px;
	}
}


@media (max-width: 640px) {
	.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-datenschutz .formControls p.rsformVerticalClear, 
	.bp-rsform.formResponsive .formHorizontal .rsform-block.rsform-block-agb .formControls p.rsformVerticalClear {
		top: 1px;
	}
}
/**
.eine-kachel.beitrag-46 {
    display: none !important;
}
**/



/** Startseiten-Störer Oktober 2020 **/
#bp-stoerer-wrapper {
    position: fixed;
	z-index: 1;
    right: -4px;
	top: 23%;
	background-color: #f27200;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	display: block;
	transform: rotate(-2deg);

}
#bp-stoerer-wrapper.ausblenden {
    /** display: none; **/
	right: -230px;
}

#bp-stoerer-wrapper .storer-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 25px;
}
#bp-stoerer-wrapper .storer-inner .text-wrapper {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
}

#bp-stoerer-wrapper .storer-inner .text-wrapper a.open-paket-anfordern-link {
    text-decoration: none;
    color: #fff;
}
#bp-stoerer-wrapper .storer-inner .text-wrapper a.open-paket-anfordern-link:hover,
#bp-stoerer-wrapper .storer-inner .text-wrapper a.open-paket-anfordern-link:focus {
	color: #fff;
	text-decoration: none;
}

#bp-stoerer-wrapper .storer-inner .text-wrapper .eine-reihe {
    display: block;
}
#bp-stoerer-wrapper .storer-inner .text-wrapper:hover .eine-reihe {
	text-shadow: 2px 1px 4px #999;
}




.bp-stoerer-wrapper-mobiles-menue-outer {
    position: relative !important;
    height: 175px;
}
#bp-stoerer-wrapper-mobiles-menue {
	background-color: #f27200;
	color: #fff;
	display: block;
	transform: rotate(-2deg);	
	position: absolute;
	right: -18px;
}
#bp-stoerer-wrapper-mobiles-menue .storer-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 25px;
}

#bp-stoerer-wrapper-mobiles-menue .storer-inner .text-wrapper a.open-paket-anfordern-link-mobil {
    text-decoration: none;
    color: #fff !important;	
}
#bp-stoerer-wrapper-mobiles-menue .storer-inner .text-wrapper a.open-paket-anfordern-link-mobil:hover,
#bp-stoerer-wrapper-mobiles-menue .storer-inner .text-wrapper a.open-paket-anfordern-link-mobil:focus {
	color: #fff !important;
	text-decoration: none;
}

#bp-stoerer-wrapper-mobiles-menue .storer-inner .text-wrapper .eine-reihe {
    display: block;
    font-size: 40px;
    line-height: 44px;
    font-weight: 800;	
}





	

@media (max-width: 1023px) {
	#bp-stoerer-wrapper {
		position: relative;
		transform: rotate(0deg);
		right: auto;
		top: auto;		
		margin: 50px 15px 0 15px;
		text-align: center;
	}
	#bp-stoerer-wrapper.ausblenden {    
		right: auto;
	}	
	
	
	#bp-stoerer-wrapper .storer-inner {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#bp-stoerer-wrapper .storer-inner .text-wrapper {
		font-size: 26px;
		line-height: 36px;
	}
	#bp-stoerer-wrapper .storer-inner .text-wrapper .eine-reihe {
		display: inline;
	}
	
	.bp-grp-projekte #bp-stoerer-wrapper {
		margin-bottom: 50px;
	}	
}

@media (max-width: 640px) {
	#bp-stoerer-wrapper .storer-inner {
		padding-left: 5px;
		padding-right: 5px;
	}
	#bp-stoerer-wrapper .storer-inner .text-wrapper {
		font-size: 20px;
		line-height: 30px;
		font-weight: 600;
	}
}
