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


/* for google maps */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-700.svg#OpenSans') 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;
	clear: left;
}
@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-left: 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-left: 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-left: 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-margin-top-xs{margin-top: 7px;}
.bp-margin-bottom-xs{margin-bottom: 7px;}
.bp-margin-top-bottom-xs{margin-top: 7px; margin-bottom: 7px;}

.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;}

.bp-padding-top-xs{padding-top: 7px;}
.bp-padding-bottom-xs{padding-bottom: 7px;}
.bp-padding-top-bottom-xs{padding-top: 7px; padding-bottom: 7px;}

@media (max-width: 1279px) {

}

@media (max-width: 1023px) {

}

@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-margin-top-xs{margin-top: 5px;}
	.bp-margin-bottom-xs{margin-bottom: 5px;}
	.bp-margin-top-bottom-xs{margin-top: 5px; margin-bottom: 5px;}
      
    .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-padding-top-xs{padding-top: 5px;}
	.bp-padding-bottom-xs{padding-bottom: 5px;}
	.bp-padding-top-bottom-xs{padding-top: 5px; padding-bottom: 5px;}
}


@media (max-width: 640px) {

}


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

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

@media (max-width: 480px) {
	
}
/* ########## BP-WIDTH END */







/* ########## SCHRIFTEN ANFANG */
body {
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h1 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  background-color: #a9171f;
  color: #fff;
  width: 1120px;
  margin: -61px auto 100px auto;
  padding: 41px 0;
  position: relative;
  /** transform: translateY(-50%); **/
}
h1::before {
	background: URL("../images/pinsel_streifen_h1_dunkelrot_links.png");
	content: "";
	position: absolute;
	height: 100%;
	width: 41px;
	left: -38px;
	top: 0;
	margin: 0;
	background-repeat: repeat-y;
}

h1::after {
	background: URL("../images/pinsel_streifen_h1_dunkelrot_rechts.png");
	content: "";
	position: absolute;
	height: 100%;
	width: 41px;
	right: -38px;
	top: 0;
	margin: 0;
	background-repeat: repeat-y;
}
.cnp-seiten-intro h1 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 15px;	
	font-weight: 700;
	position: relative;
	
	width: auto;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;		
}
.cnp-seiten-intro h1::before {
	font-family: fontawesome;
	content: "\f015";
	margin-right: 8px;
	font-weight: normal;
	
	background: unset;
	position: unset;
	height: unset;
	width: auto;
	left: unset;
	top: unset;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-repeat: unset;	
	background-size: unset;
}
.cnp-seiten-intro h1::after {
	font-family: inherit;
	content: "";
	margin-right: 0;
	font-weight: normal;
	display: none;
}

h2 {
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 13px;
	font-weight: 600;
}
h3 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: 600;
}
h4 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 9px;
	font-weight: 600;
}
h5 {
	margin-bottom: 5px;
	font-weight: 600;
}

@media (max-width: 1279px) {
	body {
		font-size: 18px;
		line-height: 25px;
	}		
	h1 {
		font-size: 33px;
		line-height: 36px;
		width: 880px;
	}
	h1::before {
		width: 41px;
		left: -38px;
	}

	h1::after {
		width: 41px;
		right: -38px;
	}	
	h2 {
		font-size: 26px;
		line-height: 30px;
	}	
	h3 {
		font-size: 22px;
		line-height: 26px;
	}
	h4 {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 16px;
		line-height: 23px;
	}
	h1 {
		font-size: 28px;
		line-height: 34px;
		width: 644px;
		padding: 20px 0;
	}
	h2 {
		font-size: 23px;
		line-height: 27px;
	}	
	h3 {
		font-size: 20px;
		line-height: 24px;
	}
	h4 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 768px) {
	h1 {
		width: calc(100% - 80px);
		padding: 15px 0;
	}
}

@media (max-width: 640px) {
	body {
		font-size: 15px;
		line-height: 20px;
	}
	h1 {
		width: calc(100% - 60px);
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	h1::before {
		width: 28px;
		left: -25px;
		background-size: cover;
	}
	 h1::after {
		width: 28px;
		right: -25px;
		background-size: cover;
	}
	h2 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 8px;
	}	
	h3 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 6px;
	}
	h4 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 4px;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 22px;
		line-height: 28px;
	}
	h2 {
		font-size: 18px;
		line-height: 22px;
	}		
} 
/* ########## 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: #a9171f;
	text-decoration: none;
}
a:hover,a:focus {
	color: #a9171f;
	text-decoration: underline;
}
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;
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;  /* 2 */
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;            /* 3 */
}



ul.bp-liste > li {
	position: relative;
	padding-left: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.bp-liste > li::before {
    position: absolute;
    font-size: 5px;
    font-family: fontawesome;
    content: "\f111";
    left: 2px;
    top: 12px;
    line-height: 1;
}
ul.bp-liste > li ul > li {
	position: relative;
	padding-left: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.bp-liste > li ul > li::before {
    position: absolute;
    font-size: 12px;
    font-family: fontawesome;
    content: "\f105";
    left: 4px;
    top: 8px;
    line-height: 1;
}





.back-to-top,
.back-to-top:focus{
    background: #a9171f;
    color: #fff;
    position: fixed;
	z-index: 10006;
    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 {
    background: #fff;
	border-color: #a9171f;
    color: #a9171f;
	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%;
}






.video-wrapper .video-lade-button {
	position: relative;
}

.video-wrapper .video-lade-button > .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0,0,0,0.0);
  
}
.video-wrapper .video-lade-button > .inner:hover {
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
}
.video-wrapper .video-lade-button > .inner .fa.fa-play-circle-o {
  font-size: 100px;
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  color: #a9171f;
}
.video-wrapper .video-lade-button > .inner .klick-text {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 30px 5px;
  box-sizing: border-box;
}



@media (max-width: 1279px) {

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

}
@media (max-width: 768px) {
	.video-wrapper .video-lade-button > .inner .fa.fa-play-circle-o {
	  font-size: 50px;
	  width: 50px;
	  height: 50px;
	  left: calc(50% - 25px);
	  top: calc(50% - 25px);
	}
	.video-wrapper .video-lade-button > .inner .klick-text {
	  padding: 15px 5px;
	  font-size: 12px;
	  font-size: 18px;
	}
}
@media (max-width: 640px) {

}
@media (max-width: 480px) {
	.video-wrapper .video-lade-button > .inner .klick-text {
		padding: 5px 5px;
		font-size: 10px;
		line-height: 16px;
	}
}







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

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






a.bp-button {
    display: inline-block;
    color: #a9171f;
    text-decoration: none;
    border-top: 2px solid #a9171f;
    border-bottom: 2px solid #a9171f;
    line-height: 1.6;
    font-weight: 700;
}
a.bp-button:hover {    
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.bp-button.pdf::before {
    font-family: fontawesome;
    content: "\f1c1";
    margin-right: 5px;
}



/* ########## BP-AKKORDEON START ########## */
.bp-akkordeon.ui-accordion {
    border-bottom: 1px solid #000;
}
.bp-akkordeon.ui-accordion .ui-accordion-header {
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 25px 10px 0px;
    position: relative;
    border-top: 1px solid #000;
    border-radius: 0;
    color: #000;
}
.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: 35px;
    position: absolute;
    right: 5px;
	font-weight: normal;	
	top: calc(50% - 14px);
	-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: "\f105";
}
.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(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
    transform: rotate(90deg);	
}
.bp-akkordeon.ui-accordion .ui-accordion-content {
    margin-bottom: 15px;
    padding: 15px 0px;
    background-color: #fff;
}



@media (max-width: 1279px) {
	ul.bp-liste li::before {
		top: 10px;
	}
	ul.bp-liste > li ul > li::before {
		top: 5px;
	}	
}
@media (max-width: 1023px) {
	ul.bp-liste li::before {
		top: 8px;
	}
}
@media (max-width: 768px) {
	.bp-akkordeon.ui-accordion .ui-accordion-header {    
		padding: 5px 20px 5px 0px;
	}	
	.bp-akkordeon.ui-accordion .ui-accordion-header::after {
		font-size: 25px;
		right: 2px;
		top: calc(50% - 12px);
	}
	.bp-akkordeon.ui-accordion .ui-accordion-content {
		margin-bottom: 7px;
		padding: 7px 0px;
	}
}
@media (max-width: 640px) {

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

}

	
/* ########## BP-AKKORDEON ENDE ########## */






/* ########## BP SLICKSLIDER START ########## */
.bp-slick.slick-slider .slick-prev {
    height: 100%;
    left: 0px;
    width: 50px;
    z-index: 666666;
}
.bp-slick.slick-slider .slick-next {
    height: 100%;
    right: 0px;
    width: 50px;
    z-index: 666666;
}
.bp-slick.slick-slider .slick-prev::before,
.bp-slick.slick-slider .slick-next::before {
    color: #a9171f;
    font-family: "fontawesome";
    font-size: 50px;
    line-height: 1;
    opacity: 1;
}
.bp-slick.slick-slider .slick-prev::before {
    content: "\f104";
}
.bp-slick.slick-slider .slick-next::before {
    content: "\f105";
}
.bp-slick.slick-dotted.slick-slider {
    margin-bottom: 15px;
}
.bp-slick.slick-slider .slick-dots {
    bottom: -15px;
    line-height: 0;
    height: 5px;    
}
.bp-slick.slick-slider .slick-dots li {
    width: 25px;
    height: 5px;
    bottom: 5px;
}
.bp-slick.slick-slider .slick-dots li button {
    background-color: #999;
    height: 5px;
    opacity: 1;
    padding: 0;
    top: 0;
    width: 25px;
}
.bp-slick.slick-slider .slick-dots li.slick-active button {
    background-color: #a9171f;
}
.bp-slick.slick-slider .slick-dots li button::before {
    display: none;
}




@media (max-width: 768px) {
	.bp-slick.slick-slider .slick-dots li {
		width: 10px;
		margin: 0 3px;
	}
	.bp-slick.slick-slider .slick-dots li button {
		width: 10px;
	}
}
/* ########## BP SLICKSLIDER END ########## */





/* ########## BP SLICKSLIDER NEU START ########## */

.bp-slick-slider.slick-slider .slick-prev,
.bp-slick-slider.slick-slider .slick-next {
	background-color: #a9171f;
	color: #fff;
	top: unset;
	bottom: -90px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
.bp-slick-slider.slick-slider .slick-prev {
    left: calc(50% - 45px);
    z-index: 666666;
	padding-right: 5px;
}
.bp-slick-slider.slick-slider .slick-next {
    right: calc(50% - 45px);
    z-index: 666666;
	padding-left: 5px;
}
.bp-slick-slider.slick-slider .slick-prev::before,
.bp-slick-slider.slick-slider .slick-next::before {
    font-family: "fontawesome";
    font-size: 40px;
    line-height: 1;
    opacity: 1;
}
.bp-slick-slider.slick-slider .slick-prev::before {
    content: "\f104";
}
.bp-slick-slider.slick-slider .slick-next::before {
    content: "\f105";
}
.bp-slick-slider.slick-dotted.slick-slider {
    margin-bottom: 90px;
}
.bp-slick-slider.slick-slider .slick-dots {
    bottom: -30px;
    line-height: 0;
    height: 15px;    
}
.bp-slick-slider.slick-slider .slick-dots li {
  bottom: 0;
  width: 15px;
  height: 15px;
}
.bp-slick-slider.slick-slider .slick-dots li button {
    background-color: #fff;
    width: 15px;
	height: 15px;
    opacity: 1;
    padding: 0;
    top: 0;
	border-radius: 50%;
	border: 1px solid #a9171f;
}
.bp-slick-slider.slick-slider .slick-dots li.slick-active button {
    background-color: #a9171f;
}
.bp-slick-slider.slick-slider .slick-dots li button::before {
    display: none;
}




@media (max-width: 768px) {
	.bp-slick.slick-slider .slick-dots li {
		width: 10px;
		margin: 0 3px;
	}
	.bp-slick.slick-slider .slick-dots li button {
		width: 10px;
	}
}
/* ########## BP SLICKSLIDER NEU END ########## */







/** ########## UI-TABS START ########## **/
.bp-tabs.ui-tabs,
.bp-tabs.ui-tabs .ui-tabs-panel,
.bp-tabs.ui-tabs .ui-tabs-nav {
    padding: 0;
	overflow: hidden;
}
.bp-tabs.ui-tabs .ui-tabs-nav {
	border-bottom: 0 none;
    margin-bottom: 35px;
    display: flex;		
	justify-content: center;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #666 #000;
    &::-webkit-scrollbar {
       display: none;	
	}	
}
.bp-tabs.ui-tabs .ui-tabs-nav li {
	white-space: nowrap;
    margin: 0 0px 0 0;
    padding: 0;
    text-align: center;
}
.bp-tabs.ui-tabs .ui-tabs-nav li a {
    background-color: #fff;
	color: #000;
    border: 0px none;
    box-sizing: border-box;
    display: block;
	float: none;
    padding: 8px 10px 2px 12px;
	border-right: 0 none #fff;
	font-weight: 600;
	text-transform: normal;
}
.bp-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active  {
	border-bottom: 4px solid #a9171f;
}
.bp-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #fff;
    color: #a9171f;
	position: relative;
}
.bp-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a::before {
    position: absolute;
    left: -1px;
    top: -13px;
    content: "+";
    font-size: 150%;
}
.bp-tabs.ui-tabs .ui-tabs-nav li a:hover {
    background-color: #fff;
	color: #a9171f;
}
.bp-tabs.ui-tabs .ui-tabs-panel.ein-inhalt {

}

@media (max-width: 1279px) {
	.bp-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a::before {
		left: 0px;
		top: -10px;
	}	
}
@media (max-width: 1023px) {
	.bp-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a::before {
		left: 1px;
		top: -7px;
	}
}
@media (max-width: 768px) {
	.bp-tabs.ui-tabs .ui-tabs-nav li a {
		padding: 7px 10px;
	}	
}
@media (max-width: 640px) {

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

}
/** ########## UI-TABS ENDE ########## **/








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













.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: 768px) {

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





.zentriert, 
.zentrieren {
  text-align: center;
}





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

@media (max-width: 1023px) {

}

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

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

@media (max-width: 480px) {

}