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


html{
    -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
  	text-size-adjust: none;
}

body {
	padding: 0px 0px;
	margin: 0px;
}

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

#bhe-pane,
.bhe-picture-pixelinfo {
	line-height: initial;
}

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

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

/*
	WEBSITE PADDING
*/

:root {
	--website-padding-100: 8rem;
	--website-padding-50: 4rem;
}

.website-padding-100 {
	padding-left: 8rem;
	padding-right: 8rem;
	box-sizing: border-box;
}
.website-padding-left-100 {
	padding-left: 8rem;
}
.website-padding-right-100 {
	padding-right: 8rem;
}
.website-padding-50 {
	padding-left: 4rem;
	padding-right: 4rem;
	box-sizing: border-box;
}
.website-padding-left-50 {
	padding-left: 4rem;
}
.website-padding-right-50 {
	padding-right: 4rem;
}

@media only screen and (max-width:1290px) {
	:root {
		--website-padding-100: 6rem;
		--website-padding-50: 3rem;
	}

	.website-padding-100 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.website-padding-left-100 {
		padding-left: 6rem;
	}
	.website-padding-right-100 {
		padding-right: 6rem;
	}
	.website-padding-50 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.website-padding-left-50 {
		padding-left: 3rem;
	}
	.website-padding-right-50 {
		padding-right: 3rem;
	}
}
@media only screen and (max-width:1023px) {
	:root {
		--website-padding-100: 3rem;
	}

	.website-padding-100 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.website-padding-left-100 {
		padding-left: 3rem;
	}
	.website-padding-right-100 {
		padding-right: 3rem;
	}
	/* .website-padding-50 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.website-padding-left-50 {
		padding-left: 1.5rem;
	}
	.website-padding-right-50 {
		padding-right: 1.5rem;
	} */
}
@media only screen and (max-width:500px) {
	:root {
		--website-padding-100: 1.5rem;
		--website-padding-50: 1.5rem;
	}

	.website-padding-100 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.website-padding-left-100 {
		padding-left: 1.5rem;
	}
	.website-padding-right-100 {
		padding-right: 1.5rem;
	}
	.website-padding-50 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.website-padding-left-50 {
		padding-left: 1.5rem;
	}
	.website-padding-right-50 {
		padding-right: 1.5rem;
	}
}


/*
	CENTERED	
*/
.bh-centered,
.bh-centered-content .bhElement {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
/* 
.bh-centered.bh-width-small {
	max-width: 700px;
}
.bh-centered.bh-width-xmedium {
	max-width: 885px;
}
.bh-centered.bh-width-medium {
	max-width: 960px;
} */
.bh-centered.bh-width-x-tiny {
	max-width: 400px;
}
.bh-centered.bh-width-tiny {
	max-width: 600px;
}
.bh-centered.bh-width-normal {
	max-width: 960px;
}
.bh-centered.bh-width-medium {
	max-width: 1280px;
}
.bh-centered.bh-width-large {
	max-width: 1440px;
}
.bh-centered.bh-width-full {
	max-width: 1920px;
}
.bh-centered.bh-width-max {
	max-width: none;
}
.content-inner > .bhContainer > .bh-centered.bh-width-max,
.newsdetail-content-events > .bhContainer > .bh-centered.bh-width-max,
.newsdetail-inquiry-inner > .bhContainer > .bh-centered.bh-width-max  {
	width: calc(100% + 16rem);
	margin-left: -8rem;
}
@media only screen and (max-width:1290px) {
	.content-inner > .bhContainer > .bh-centered.bh-width-max,
	.newsdetail-content-events > .bhContainer > .bh-centered.bh-width-max,
	.newsdetail-inquiry-inner > .bhContainer > .bh-centered.bh-width-max  {
		width: calc(100% + 12rem);
		margin-left: -6rem;
	}
}
@media only screen and (max-width:1023px) {
	.content-inner > .bhContainer > .bh-centered.bh-width-max,
	.newsdetail-content-events > .bhContainer > .bh-centered.bh-width-max,
	.newsdetail-inquiry-inner > .bhContainer > .bh-centered.bh-width-max  {
		width: calc(100% + 6rem);
		margin-left: -3rem;
	}
}
@media only screen and (max-width:500px) {
	.content-inner > .bhContainer > .bh-centered.bh-width-max,
	.newsdetail-content-events > .bhContainer > .bh-centered.bh-width-max,
	.newsdetail-inquiry-inner > .bhContainer > .bh-centered.bh-width-max  {
		width: calc(100% + 3rem);
		margin-left: -1.5rem;
	}
}


/*
	MARGIN	
*/
/* logged in */
.bh-bemode .bhContainer:not(.bh-grid-container) > .bhElement:nth-last-child(+1),
.bh-bemode.bhe-state-editing .bhContainer:not(.bh-grid-container) > .bhElement:nth-last-child(+2),
/* letztes element */
.bhContainer:not(.bh-grid-container) > .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,
.bhContainer .bhAccordeonItem {
	margin-bottom:100px;
}
#Header .bhElement {
	margin-bottom: 0px;
}

.bh-margin {
	margin-bottom:100px;
}
.bh-margin-none,
.bhElement.bhText.bh-margin-none,
.bhContainer .bhAccordeonItem.bh-margin-none,
.bhContainer .bhAccordeonItem:not([class*="bh-margin"]),
.bhContainer .bhAccordeonItem.bh-margin-noselect {
	margin-bottom:0px;
}
.bh-margin-ultra-small,
.bhElement.bhText.bh-margin-ultra-small,
.bhContainer .bhAccordeonItem.bh-margin-ultra-small {
	margin-bottom: 10px;
}
.bh-margin-tiny,
.bhElement.bhText.bh-margin-tiny,
.bhContainer .bhAccordeonItem.bh-margin-tiny {
	margin-bottom: 25px;
}
.bh-margin-xsmall,
.bhElement.bhText.bh-margin-xsmall,
.bhContainer .bhAccordeonItem.bh-margin-xsmall {
	margin-bottom:50px;
}
.bh-margin-normal,
.bhElement.bhText.bh-margin-normal,
.bhContainer .bhAccordeonItem.bh-margin-normal {
	margin-bottom:100px;
}
.bh-margin-medium,
.bhElement.bhText.bh-margin-medium,
.bhContainer .bhAccordeonItem.bh-margin-medium {
	margin-bottom:150px;
}
.bh-margin-subsection,
.bhElement.bhText.bh-margin-subsection,
.bhContainer .bhAccordeonItem.bh-margin-subsection {
	margin-bottom:200px;
}

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

@media (max-width:1023px) {
	.bhElement,
	.bhElement.bhText,
	.bhContainer .bhAccordeonItem {
		margin-bottom:60px;
	}
	.bh-bodytext > * {
		margin-bottom:25px;
	}
	.bh-margin-none,
	.bhElement.bhText.bh-margin-none,
	.bhContainer .bhAccordeonItem.bh-margin-none {
		margin-bottom:0px;
	}
	.bh-margin {
		margin-bottom:60px;
	}
	.bh-margin-ultra-small,
	.bhElement.bhText.bh-margin-ultra-small,
	.bhContainer .bhAccordeonItem.bh-margin-ultra-small {
		margin-bottom: 10px;
	}
	.bh-margin-tiny,
	.bhElement.bhText.bh-margin-tiny,
	.bhContainer .bhAccordeonItem.bh-margin-tiny {
		margin-bottom: 25px;
	}
	.bh-margin-xsmall,
	.bhElement.bhText.bh-margin-xsmall,
	.bhContainer .bhAccordeonItem.bh-margin-xsmall {
		margin-bottom:50px;
	}
	.bh-margin-normal,
	.bhElement.bhText.bh-margin-normal,
	.bhContainer .bhAccordeonItem.bh-margin-normal {
		margin-bottom:60px;
	}
	.bh-margin-medium,
	.bhElement.bhText.bh-margin-medium,
	.bhContainer .bhAccordeonItem.bh-margin-medium {
		margin-bottom:90px;
	}
	.bh-margin-subsection,
	.bhElement.bhText.bh-margin-subsection,
	.bhContainer .bhAccordeonItem.bh-margin-subsection {
		margin-bottom:120px;
	}
}

@media (max-width: 767px) {
	.bhElement,
	.bhElement.bhText,
	.bhContainer .bhAccordeonItem {
		margin-bottom:40px;
	}
	.bh-bodytext > * {
		margin-bottom:20px;
	}
	.bh-margin-none,
	.bhElement.bhText.bh-margin-none,
	.bhContainer .bhAccordeonItem.bh-margin-none {
		margin-bottom:0px;
	}
	.bh-margin {
		margin-bottom:40px;
	}
	.bh-margin-ultra-small,
	.bhElement.bhText.bh-margin-ultra-small,
	.bhContainer .bhAccordeonItem.bh-margin-ultra-small {
		margin-bottom: 10px;
	}
	.bh-margin-tiny,
	.bhElement.bhText.bh-margin-tiny,
	.bhContainer .bhAccordeonItem.bh-margin-tiny {
		margin-bottom: 25px;
	}
	.bh-margin-xsmall,
	.bhElement.bhText.bh-margin-xsmall,
	.bhContainer .bhAccordeonItem.bh-margin-xsmall {
		margin-bottom:30px;
	}
	.bh-margin-normal,
	.bhElement.bhText.bh-margin-normal,
	.bhContainer .bhAccordeonItem.bh-margin-normal {
		margin-bottom:40px;
	}
	.bh-margin-medium,
	.bhElement.bhText.bh-margin-medium,
	.bhContainer .bhAccordeonItem.bh-margin-medium {
		margin-bottom:80px;
	}
	.bh-margin-subsection,
	.bhElement.bhText.bh-margin-subsection,
	.bhContainer .bhAccordeonItem.bh-margin-subsection {
		margin-bottom:80px;
	}
}

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

/* 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;
	-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) .bh-js-inview[data-bh-inview="true"] {
	opacity: 1;
	top: 0; left: 0; bottom: 0; right: 0;
	transform: scale(1);
}

@media only screen and (max-width:800px) {
	body:not(.bhe-state-editing) .bh-animation-top {
		top: 100px;
	}
	body:not(.bhe-state-editing) .bh-animation-left {
		left: auto;
		top: 100px;
	}
	body:not(.bhe-state-editing) .bh-animation-right {
		left: auto;
		top: 100px;
	}
}