/* ###### 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('../fonts/poppins-v9-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'),
       url('../fonts/poppins-v9-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../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('../fonts/poppins-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('../fonts/poppins-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../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('../fonts/poppins-v9-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
       url('../fonts/poppins-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../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('../fonts/poppins-v9-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
       url('../fonts/poppins-v9-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../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: 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-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;}    
}


@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: 17px;
	line-height: 27px;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-align: left;
/**	cursor: url(../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 {
	}
}

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

/* ########## 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: 1279px) {
	
}

@media (max-width: 1023px) {

}

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

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

@media (max-width: 480px) {

}





/* ########## 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: 768px) {
	
}
@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: 1279px) {
	
}

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

@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);
	}
}

@media (max-width: 480px) {

}





/** ########## 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: 1279px) {
	
}

@media (max-width: 1023px) {

}

@media (max-width: 768px) {

}

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

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

@media (max-width: 480px) {

}










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