/*
	########################################################################
	
		KID 1
	
	########################################################################
*/

html{
    -webkit-font-smoothing: antialiased;
}

body { 
/* 	min-width: 1024px; */
	padding: 0px 0px;
	margin: 0px;
}

.bh-bemode body {
	padding-top:50px;
}

/*
.bh-bemode .jstree-rename-input {
	line-height: 23px !important;
	height: 23px !important;
}
*/
#bhe-pane,
.bhe-picture-pixelinfo {
	line-height: initial;
/* 	font-size: inherit; */
}

/*
	DROPZOMES
*/
.bhe-state-dragging .dev-show-content-label:before {
	content: attr(data-label);
	position: absolute;
	z-index: 880;
	padding: 10px;
	background: rgba(48,48,48,0.8);
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	border-bottom-right-radius: 4px;
	pointer-events: none;
}

/*
	INHERITED DROPZONES
*/

.bhe-state-dragging .bhe-state-content-inherited > *:not(:first-child) {
    display: inherit;
    opacity: 0.05;
}
.bhe-state-dragging .bhe-state-content-inherited > .bhElement {
  pointer-events: none;
  background-color: red;
}

/*
	VISIBILITY
*/
.bh-state-desktop .bh-hide-desktop,
.bh-state-mobile .bh-hide-mobile {
	display:none !important;
}

/* experimental */
.bh-hide {
	display: none;
}
.bh-show {
	display: block;
}
/* MEDIUM */
@media only screen and (max-width : 1024px) {
	.bh-hide-md {
		display: none;
	}
	.bh-show-md {
		display: block;
	}
}

/* SMALL */
@media only screen and (max-width : 480px) {
	.bh-hide-sm {
		display: none;
	}
	.bh-show-sm {
		display: block;
	}
}

.bhElement {
	box-sizing: content-box;
}

/*
	CLEARFIX	
*/
.bh-clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
}
.bh-clearfix{ 
	display: block; 
}

/*
	CENTERED	
*/
.bh-centered,
.bh-centered-content .bhElement {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
.bh-centered-content .bhElement.el-swipe-item {
	max-width: none;
}
.bh-centered.bh-width-illus {
	max-width: 100px;
}
.bh-centered.bh-width-micro {
	max-width: 350px;
}
.bh-centered.bh-width-x-tiny {
	max-width: 420px;
}
.bh-centered.bh-width-tiny {
	max-width: 620px;
}
.bh-centered.bh-width-small {
	max-width: 730px;
}
.bh-centered.bh-width-xmedium {
	max-width: 885px;
}
.bh-centered.bh-width-medium {
	max-width: 960px;
}
.bh-centered.bh-width-normal {
	max-width: 1170px;
}
.bh-centered.bh-width-large {
	max-width: 1440px;
}
.bh-centered.bh-width-full {
	max-width: 1920px;
}
.bh-centered.bh-width-max,
.bh-centered.bh-width-nearly-max {
	max-width: none;
}
/*
.content-inner > .bhContainer > .bh-centered.bh-width-nearly-max,
.inherited-content-inner > .bhContainer > .bh-centered.bh-width-nearly-max,
.news-type-news-content .news-content-inner  > .bhContainer > .bh-centered.bh-width-nearly-max,
.news-type-standorte-content .news-content-main-content > .bhContainer > .bh-centered.bh-width-nearly-max {
	width: calc(100% + 19rem);
	margin-left: -9.5rem;
}
*/
.website-content-padding > .bhContainer > .bh-centered.bh-width-max,
.website-content-padding > .bh-centered.bh-width-max {
	width: calc(100% + 24rem);
	margin-left: -12rem;
}
@media only screen and (max-width:1200px) {

/*
	.content-inner > .bhContainer > .bh-centered.bh-width-nearly-max,
	.inherited-content-inner > .bhContainer > .bh-centered.bh-width-nearly-max,
	.news-type-news-content .news-content-inner  > .bhContainer > .bh-centered.bh-width-nearly-max,
	.news-type-standorte-content .news-content-main-content > .bhContainer > .bh-centered.bh-width-nearly-max {
		width: calc(100% + 8rem);
		margin-left: -4rem;
	}
*/
	.website-content-padding > .bhContainer > .bh-centered.bh-width-max {
		width: calc(100% + 16rem);
		margin-left: -8rem;
	}

}
@media only screen and (max-width:1024px) {

/*
	.content-inner > .bhContainer > .bh-centered.bh-width-nearly-max,
	.inherited-content-inner > .bhContainer > .bh-centered.bh-width-nearly-max,
	.news-type-news-content .news-content-inner  > .bhContainer > .bh-centered.bh-width-nearly-max,
	.news-type-standorte-content .news-content-main-content > .bhContainer > .bh-centered.bh-width-nearly-max {
		width: calc(100% + 8rem);
		margin-left: -4rem;
	}
*/
	.website-content-padding > .bhContainer > .bh-centered.bh-width-max {
		width: calc(100% + 12rem);
		margin-left: -6rem;
	}

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

/*
	.content-inner > .bhContainer > .bh-centered.bh-width-nearly-max,
	.inherited-content-inner > .bhContainer > .bh-centered.bh-width-nearly-max,
	.news-type-news-content .news-content-inner  > .bhContainer > .bh-centered.bh-width-nearly-max,
	.news-type-standorte-content .news-content-main-content > .bhContainer > .bh-centered.bh-width-nearly-max {
		width: calc(100% + 8rem);
		margin-left: -4rem;
	}
*/
	.website-content-padding > .bhContainer > .bh-centered.bh-width-max {
		width: calc(100% + 8rem);
		margin-left: -4rem;
	}

}
@media only screen and (max-width:500px) {

/*
	.content-inner > .bhContainer > .bh-centered.bh-width-nearly-max,
	.inherited-content-inner > .bhContainer > .bh-centered.bh-width-nearly-max,
	.news-type-news-content .news-content-inner  > .bhContainer > .bh-centered.bh-width-nearly-max,
	.news-type-standorte-content .news-content-main-content > .bhContainer > .bh-centered.bh-width-nearly-max {
		width: calc(100% + 8rem);
		margin-left: -4rem;
	}
*/
	.website-content-padding > .bhContainer > .bh-centered.bh-width-max {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.bh-state-mobile .website-content-padding > .bhContainer > .bh-centered.bh-width-max {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}


/*
	MARGIN	
*/
/* logged in */
.bh-bemode .bhContainer .bhElement:nth-last-child(+1),
.bh-bemode.bhe-state-editing .bhContainer .bhElement:nth-last-child(+2),
/* letztes element */
.bhContainer .bhElement:last-child,
.bh-bodytext > *:last-child,
.bhTabElement,
.bhFadecontainer > .bhContainer > .bhElement,
/* empty dropzones */
.bhe-state-content-empty, .bhe-state-dragging .bhe-state-content-inherited {
	margin-bottom:0px !important;
}

.bhElement,
.bhElement.bhText {
	margin-bottom:40px;
}
/*
.bh-bodytext > * {
	margin-bottom:30px;
}
*/

.bh-margin {
	margin-bottom:100px;
}
.bh-margin-none,
.bhElement.bhText.bh-margin-none,
.bhAccordeonItem.accordeon-last.bh-margin-none {
	margin-bottom:0px;
}
.bh-margin-tiny,
.bhElement.bhText.bh-margin-tiny,
.bhAccordeonItem.accordeon-last.bh-margin-tiny {
	margin-bottom: 20px;
}
.bh-margin-peanut,
.bhElement.bhText.bh-margin-peanut,
.bhAccordeonItem.accordeon-last.bh-margin-peanut {
	margin-bottom: 4px;
}
.bh-margin-xsmall,
.bhElement.bhText.bh-margin-xsmall,
.bhAccordeonItem.accordeon-last.bh-margin-xsmall {
	margin-bottom:50px;
}
.bh-margin-small,
.bhElement.bhText.bh-margin-small,
.bhAccordeonItem.accordeon-last.bh-margin-small {
	margin-bottom:75px;
}
.bh-margin-normal,
.bhElement.bhText.bh-margin-normal,
.bhAccordeonItem.accordeon-last.bh-margin-normal {
	margin-bottom:100px;
}
.bh-margin-medium,
.bhElement.bhText.bh-margin-medium,
.bhAccordeonItem.accordeon-last.bh-margin-medium {
	margin-bottom:150px;
}
.bh-margin-subsection,
.bhElement.bhText.bh-margin-subsection,
.bhAccordeonItem.accordeon-last.bh-margin-subsection {
	margin-bottom:200px;
}
.bh-margin-section,
.bhElement.bhText.bh-margin-section,
.bhAccordeonItem.accordeon-last.bh-margin-section {
	margin-bottom:250px;
}

.el-headerpicture.bhElement,
.el-headerpicture.bhElement.bh-margin-normal {
	margin-bottom: 80px;
}

@media (max-width:1023px) {
	.bhElement,
	.bhElement.bhText {
		margin-bottom:60px;
	}
	.bh-bodytext > * {
		margin-bottom:25px;
	}
	.bh-margin-none,
	.bhElement.bhText.bh-margin-none,
.bhAccordeonItem.accordeon-last.bh-margin-none {
		margin-bottom:0px;
	}
	.bh-margin {
		margin-bottom:60px;
	}
	.bh-margin-peanut,
	.bhElement.bhText.bh-margin-peanut,
	.bhAccordeonItem.accordeon-last.bh-margin-peanut {
		margin-bottom: 4px;
	}
	.bh-margin-tiny,
	.bhElement.bhText.bh-margin-tiny,
.bhAccordeonItem.accordeon-last.bh-margin-tiny {
		margin-bottom: 15px;
	}
	.bh-margin-xsmall,
	.bhElement.bhText.bh-margin-xsmall,
.bhAccordeonItem.accordeon-last.bh-margin-xsmall {
		margin-bottom:30px;
	}
	.bh-margin-small,
	.bhElement.bhText.bh-margin-small,
.bhAccordeonItem.accordeon-last.bh-margin-small {
		margin-bottom:50px;
	}
	.bh-margin-normal,
	.bhElement.bhText.bh-margin-normal,
.bhAccordeonItem.accordeon-last.bh-margin-normal {
		margin-bottom:60px;
	}
	.bh-margin-medium,
	.bhElement.bhText.bh-margin-medium,
.bhAccordeonItem.accordeon-last.bh-margin-medium {
		margin-bottom:90px;
	}
	.bh-margin-subsection,
	.bhElement.bhText.bh-margin-subsection,
.bhAccordeonItem.accordeon-last.bh-margin-subsection {
		margin-bottom:120px;
	}
	.bh-margin-section,
	.bhElement.bhText.bh-margin-section,
.bhAccordeonItem.accordeon-last.bh-margin-section {
		margin-bottom:150px;
	}
}

@media (max-width: 767px) {
	.bhElement,
	.bhElement.bhText {
		margin-bottom:30px;
	}
	.bh-margin {
		margin-bottom:30px;
	}
	.bh-margin-none:not(.el-grid) {
		margin-bottom:0px !important;
	}
	.bh-margin-xsmall {
		margin-bottom:30px !important;
	}
	.bh-margin-small {
		margin-bottom:30px !important;
	}
	.bh-margin-normal {
		margin-bottom:30px !important;
	}
	.bh-margin-large {
		margin-bottom:30px !important;
	}
	.bh-margin-peanut,
	.bhElement.bhText.bh-margin-peanut,
	.bhAccordeonItem.accordeon-last.bh-margin-peanut {
		margin-bottom: 4px;
	}
}

/* MEDIUM */
/*
@media only screen and (max-width : 1024px) {
	.bh-margin-md {
		margin-bottom:20px;
	}
	.bh-margin-md-none {
		margin-bottom:0px;
	}
	.bh-margin-md-small {
		margin-bottom:20px;
	}
	.bh-margin-md-normal {
		margin-bottom:20px;
	}
	.bh-margin-md-section {
		margin-bottom:20px;
	}
}
*/

/* SMALL */
/*
@media only screen and (max-width : 480px) {
	.bh-margin-sm {
		margin-bottom:20px;
	}
	.bh-margin-sm-none {
		margin-top: 0px;
		margin-bottom:0px;
	}
	.bh-margin-sm-small {
		margin-bottom:20px;
	}
	.bh-margin-sm-normal {
		margin-bottom:20px;
	}
	.bh-margin-sm-subsection {
		margin-bottom:20px;
	}
	.bh-margin-sm-section {
		margin-bottom:20px;
	}
}
*/


/*
	PADDING	
*/
.bh-padding,
.bh-padding-normal {
	padding:30px;
}
.bh-padding-none {
	padding:0px;
}
.bh-padding-large {
	padding: 60px;
}
.bh-padding-xlarge {
	padding: 90px;
}


.bh-padding-v,
.bh-padding-v-normal {
	padding-top:30px;
	padding-bottom:30px;
}
.bh-padding-v-none {
	padding-top:0px;
	padding-bottom:0px;
}
.bh-padding-v-large {
	padding-top:60px;
	padding-bottom:60px;
}
.bh-padding-v-xlarge {
	padding-top:90px;
	padding-bottom:90px;
}

.bh-padding-h,
.bh-padding-h-normal {
	padding-left:20px;
	padding-right:20px;
}
.bh-padding-h-none {
	padding-left:0px;
	padding-right:0px;
}
.bh-padding-h-large {
	padding-left:60px;
	padding-right:60px;
}
.bh-padding-h-xlarge {
	padding-left:90px;
	padding-right:90px;
}


/*
	COLS
*/
.bh-cols > .bh-col,
.bhColcontainer > .bhCol {
	float: left;
	box-sizing: border-box;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* ----- SPALTEN ZWISCHENRÄUME ----- */

/* large */

.bh-cols.bh-col-gaps-large,
.bh-col-gaps-large > .bhElementInner > .bhColcontainer {
	margin-left: -40px;
	margin-right: -40px;
}
.bh-col-gaps-large > .bh-col,
.bh-col-gaps-large > .bhElementInner > .bhColcontainer > .bhCol {
	padding-left: 40px;
	padding-right: 40px;
}

/* normal */

.bh-cols,
.bhColcontainer {
	margin-left: -20px;
	margin-right: -20px;
}
.bh-col,
.bhCol {
	padding-left: 20px;
	padding-right: 20px;
}

/* small */

.bh-cols.bh-col-gaps-small,
.bh-col-gaps-small > .bhElementInner > .bhColcontainer {
	margin-left: -10px;
	margin-right: -10px;
}
.bh-col-gaps-small > .bh-col,
.bh-col-gaps-small > .bhElementInner > .bhColcontainer > .bhCol {
	padding-left: 10px;
	padding-right: 10px;
}

/* tiny */

.bh-cols.bh-col-gaps-tiny,
.bh-col-gaps-tiny > .bhElementInner > .bhColcontainer {
	margin-left: -2px;
	margin-right: -2px;
}
.bh-col-gaps-tiny > .bh-col,
.bh-col-gaps-tiny > .bhElementInner > .bhColcontainer > .bhCol {
	padding-left: 2px;
	padding-right: 2px;
}

/* none */

.bh-cols.bh-col-gaps-none,
.bh-col-gaps-none > .bhElementInner > .bhColcontainer {
	margin: 0px;
}
.bh-col-gaps-none > .bh-col,
.bh-col-gaps-none > .bhElementInner > .bhColcontainer > .bhCol {
	padding: 0px;
}

/* TODO schaun ob das überall passt */
.bh-col-gaps-none .bhElement {
	margin-bottom: 0px !important;
}


@media (max-width:1023px) {
	.bh-cols.bh-col-gaps-large,
	.bh-col-gaps-large > .bhElementInner > .bhColcontainer {
		margin-left: -25px;
		margin-right: -25px;
	}
	.bh-col-gaps-large > .bh-col,
	.bh-col-gaps-large > .bhElementInner > .bhColcontainer > .bhCol {
		padding-left: 25px;
		padding-right: 25px;
	}
/*
	.bh-cols,
	.bhColcontainer {
		margin-left: -10px;
		margin-right: -10px;
	}
	.bh-col,
	.bhCol {
		padding-left: 10px;
		padding-right: 10px;
	}
*/
}


.bh-cols > .bh-col-1 {
   width: 8.33333333%;
}

.bh-cols > .bh-col-2,
.bh-cols-6 > .bh-col,
.cols6 > .bhCol {
   width: 16.66666%;
}

/* gibts nur all-cols-fixed width */
.bh-cols-5 > .bh-col,
.cols5 > .bhCol {
   width: 20%;
}

.bh-cols > .bh-col-3,
.bh-cols-4 > .bh-col,
.cols4 > .bhCol {
   width: 25%;
}

.bh-cols > .bh-col-4,
.bh-cols-3 > .bh-col,
.cols3 > .bhCol {
   width: 33.33333%;
}

.bh-cols > .bh-col-5 {
   width: 41.6666666%;
}

.bh-cols > .bh-col-6,
.bh-cols-2 > .bh-col,
.cols2 > .bhCol {
   width: 50%;
}

.bh-cols > .bh-col-7 {
   width: 58.33333333%;
}

.bh-cols > .bh-col-8 {
   width: 66.66666%;
}

.bh-cols > .bh-col-9 {
   width: 75%;
}

.bh-cols > .bh-col-10 {
   width: 83.33333333%;
}

.bh-cols > .bh-col-11 {
   width: 91.666666666%;
}

.bh-cols > .bh-col-12 {
   width: 100%;
}

@media only screen and (max-width: 767px) {
  .bh-state-desktop .el-cols:not(.breack-not-desktop):not(.breack-700) .bh-col,
  .bh-state-mobile .bh-col {
	  width: 100% !important;
  }
  .bh-state-desktop .bh-cols:not(.bh-col-gaps-none) >.bh-col,
  .bh-state-mobile .bh-cols:not(.bh-col-gaps-none) >.bh-col {
	  margin-bottom: 30px;
  }
  .bh-state-desktop .bh-cols:not(.bh-col-gaps-none) >.bh-col:last-child,
  .bh-state-desktop .bh-clearfix > .bh-col:nth-last-child(1),
  .bh-state-desktop .bh-col:last-child,
  .bh-state-mobile .bh-cols:not(.bh-col-gaps-none) >.bh-col:last-child,
  .bh-state-mobile .bh-clearfix > .bh-col:nth-last-child(1),
  .bh-state-mobile .bh-col:last-child {
	  margin-bottom: 0px !important;
  }
  .el-cols.el-cols-waterfall .bh-cols-2 .col1 {
	  padding-right: 10px !important;
  }
  .el-cols.el-cols-waterfall .bh-cols-2 .col2 {
	  padding-top: 0px !important;
	  padding-left: 10px !important;
  }
}


/* MEDIUM */
@media only screen and (max-width : 1024px) {
	.bh-cols > .bh-col-md-1 {
	   width: 8.33333333%;
	}
	
	.bh-cols > .bh-col-md-2,
	.bh-cols-md-6 > .bh-col {
	   width: 16.66666%;
	}
	
	/* gibts nur all-cols-fixed width */
	.bh-cols-md-5 > .bh-col {
	   width: 20%;
	}
	
	.bh-cols > .bh-col-md-3,
	.bh-cols-md-4 > .bh-col {
	   width: 25%;
	}
	
	.bh-cols > .bh-col-md-4,
	.bh-cols-md-3 > .bh-col {
	   width: 33.33333%;
	}
	
	.bh-cols > .bh-col-md-5 {
	   width: 41.6666666%;
	}
	
	.bh-cols > .bh-col-md-6,
	.bh-cols-md-2 > .bh-col {
	   width: 50%;
	}
	
	.bh-cols > .bh-col-md-7 {
	   width: 58.33333333%;
	}
	
	.bh-cols > .bh-col-md-8 {
	   width: 66.66666%;
	}
	
	.bh-cols > .bh-col-md-9 {
	   width: 75%;
	}
	
	.bh-cols > .bh-col-md-10 {
	   width: 83.33333333%;
	}
	
	.bh-cols > .bh-col-md-11 {
	   width: 91.666666666%;
	}
	
	.bh-cols > .bh-col-md-12 {
	   width: 100%;
	}
}

/* SMALL */
@media only screen and (max-width : 480px) {
	.bh-cols > .bh-col-sm-1 {
	   width: 8.33333333%;
	}
	
	.bh-cols > .bh-col-sm-2,
	.bh-cols-sm-6 > .bh-col {
	   width: 16.66666%;
	}
	
	/* gibts nur all-cols-fixed width */
	.bh-cols-sm-5 > .bh-col {
	   width: 20%;
	}
	
	.bh-cols > .bh-col-sm-3,
	.bh-cols-sm-4 > .bh-col {
	   width: 25%;
	}
	
	.bh-cols > .bh-col-sm-4,
	.bh-cols-sm-3 > .bh-col {
	   width: 33.33333%;
	}
	
	.bh-cols > .bh-col-sm-5 {
	   width: 41.6666666%;
	}
	
	.bh-cols > .bh-col-sm-6,
	.bh-cols-sm-2 > .bh-col {
	   width: 50%;
	}
	
	.bh-cols > .bh-col-sm-7 {
	   width: 58.33333333%;
	}
	
	.bh-cols > .bh-col-sm-8 {
	   width: 66.66666%;
	}
	
	.bh-cols > .bh-col-sm-9 {
	   width: 75%;
	}
	
	.bh-cols > .bh-col-sm-10 {
	   width: 83.33333333%;
	}
	
	.bh-cols > .bh-col-sm-11 {
	   width: 91.666666666%;
	}
	
	.bh-cols > .bh-col-sm-12 {
	   width: 100%;
	}
}

/*---- AUSRICHTUNG ----*/

.bhElement.alignLeft {
	margin-left: 0px;
	margin-right: auto;
}
.bhElement.alignRight {
	margin-right: 0px;
	margin-left: auto;
}

/*---- AUSRICHTUNG ALIGN WESTLAB ----*/

.bh-align-left.bhElement {
	margin-left: 0;
	margin-right: auto;
}
.bh-align-right.bhElement {
	margin-left: auto;
	margin-right: 0;
}

/* ----- INVIEW FADE ----- */

body:not(.bhe-state-editing) .bh-fade-in,
body:not(.bhe-state-editing) .bh-fade-top,
body:not(.bhe-state-editing) .bh-fade-bottom,
body:not(.bhe-state-editing) .bh-fade-left,
body:not(.bhe-state-editing) .bh-fade-right,
body:not(.bhe-state-editing) .bh-fade-zoom {
	opacity: 0;
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
body:not(.bhe-state-editing) .bh-fade-top {
	top: -100px;
}
body:not(.bhe-state-editing) .bh-fade-bottom {
	top: 100px;
}
body:not(.bhe-state-editing) .bh-fade-left {
	left: -100px;
}
body:not(.bhe-state-editing) .bh-fade-right {
	left: 100px;
}
body:not(.bhe-state-editing) .bh-fade-zoom {
/* 	transform: scale(0.8); */
}
body:not(.bhe-state-editing) .inviewactive:not(.cssFaderArrow) {
	opacity: 1;
	top: 0; left: 0; bottom: 0; right: 0;
/* 	transform: scale(1); */
}

/* ----- PICTURES RESIZE ----- */

body:not(.bhe-state-editing) .el-picture.bhElement img {
	width: 100%;
	height: auto;
}

/* ---------------------------- */
/* ----- INVIEW ANIMATIONS ---- */
/* ---------------------------- */

/* ----- INVIEW FADE ----- */

body:not(.bhe-state-editing) .bh-animation-in,
body:not(.bhe-state-editing) .bh-animation-top,
body:not(.bhe-state-editing) .bh-animation-bottom,
body:not(.bhe-state-editing) .bh-animation-left,
body:not(.bhe-state-editing) .bh-animation-right,
body:not(.bhe-state-editing) .bh-animation-zoom {
	opacity: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
body:not(.bhe-state-editing) .bh-animation-top {
	top: -100px;
}
body:not(.bhe-state-editing) .bh-animation-bottom {
	top: 100px;
}
body:not(.bhe-state-editing) .bh-animation-left {
	left: -100px;
}
body:not(.bhe-state-editing) .bh-animation-right {
	left: 100px;
}
body:not(.bhe-state-editing) .bh-animation-zoom {
	transform: scale(0.8);
}
body:not(.bhe-state-editing) .inviewactive:not(.cssFaderArrow) {
	opacity: 1;
	top: 0; left: 0; bottom: 0; right: 0;
	transform: scale(1);
}
@media only screen and (max-width:550px) {
	body:not(.bhe-state-editing) .bh-animation-top:not(.inviewactive),
	body:not(.bhe-state-editing) .bh-animation-left:not(.inviewactive),
	body:not(.bhe-state-editing) .bh-animation-right:not(.inviewactive),
	body:not(.bhe-state-editing) .bh-animation-zoom:not(.inviewactive) {
		top: 100px;
		left: 0px;
		
	}
	body:not(.bhe-state-editing) .bh-animation-zoom:not(.inviewactive) {
		transform: scale(1);
	}
}
