.bbEditor {
	display: none;
	position: relative;
}
.bbEditor.initialized {
	display: flex;
}

.bbEditor.design-1 {
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}
.bbEditor.design-1 > .buttonBox {
	order: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -5px;
}
.bbEditor.design-1 > .editorBox {
	order: 0;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	resize: none;
	margin-bottom: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.bbEditor.design-1 > .previewBox {
	order: 1;
	position: relative;
	overflow: hidden;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	pointer-events: none;
}
.bbEditor.design-1 > .previewBox:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 100;
	font-size: 5em;
	content: "Vorschau";
	color: rgba(0, 0, 0, 0.07);
}
.bbEditor.design-1 > .previewBox > div {
	overflow-x: hidden;
	overflow-y: scroll;
	display: flex;
	align-items: stretch;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	/*background-color: rgba(0, 0, 0, 0.92);*/
	padding: 2px 4px;
	pointer-events: auto;
}
.bbEditor.design-1 > .previewBox > div > div {
	width: 100%;
}
.bbEditor.design-1 > .buttonBox > div {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.07);
	padding: 4px;
	margin: 5px;
}
.bbEditor.design-1 > .buttonBox > div:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.bbEditor.design-1 > .buttonBox > div:active {
	background-color: rgb(233, 94, 12);
	color: #fff;
}
.bbEditor.design-1 > .buttonBox > .WHOA-thats-mindblowingly-new {
	position: relative;
}
.bbEditor.design-1 > .buttonBox > .WHOA-thats-mindblowingly-new:after {
	font-family: sans-serif;
	position: absolute;
	top: -3px;
	right: 0;
	left: 0;
	text-align: center;
	content: "NEU";
	color: rgb(233, 94, 12);
	font-size: 0.45em;
	font-weight: 900;
}
.bbEditor.design-1 > .buttonBox > .WHOA-thats-mindblowingly-new:active:after {
	display: none;
}

.bbBox {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 1em;
	text-align: left;
	color: #fff;
}
.bbBox, .bbBox * {
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
}

.bbBox .bb-b {
	font-weight: bold;
}
.bbBox .bb-i {
	font-style: italic;
}
.bbBox .bb-u {
	border-bottom-color: #333;
}
.bbBox .bb-x {
	text-decoration: line-through;
}
.bbBox .bb-s {
	font-size: 0.7em;
}
.bbBox .bb-l {
	font-size: 1.3em;
}
.bbBox .bb-url {
	/*border-bottom: 1px dotted rgb(233, 94, 12);*/
}
.bbBox .bb-img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
.bbBox .bb-s-react {
	max-width: 100%;
}
.bbBox .bb-s .bb-s-react {
	max-width: 70.00%;
}
.bbBox .bb-s .bb-s .bb-s-react {
	max-width: 49.00%;
}
.bbBox .bb-s .bb-s .bb-s .bb-s-react {
	max-width: 34.30%;
}
.bbBox .bb-s .bb-s .bb-s .bb-s .bb-s-react {
	max-width: 24.01%;
}
.bbBox .bb-s .bb-s .bb-s .bb-s .bb-s .bb-s-react {
	max-width: 16.81%;
}
.bbBox .bb-s .bb-s .bb-s .bb-s .bb-s .bb-s .bb-s-react {
	max-width: 11.76%;
}
.bbBox .bb-s .bb-s .bb-s .bb-s .bb-s .bb-s .bb-s .bb-s-react {
	max-width: 8.24%;
}
.bbBox .bb-s .bb-s .bb-s .bb-s .bb-s .bb-s .bb-s .bb-s .bb-s-react {
	max-width: 5.76%;
}
.bbBox .bb-left {
	text-align: left;
}
.bbBox .bb-justify {
	text-align: justify;
}
.bbBox .bb-center {
	text-align: center;
}
.bbBox .bb-right {
	text-align: right;
}
.bbBox .bb-highlight {
	color: rgb(233, 94, 12);
}
.bbBox .bb-vid {
	border: none;
	overflow: hidden;
	background-color: transparent;
	/*min-width: 30vw;
	max-width: 80%;*/
	width: 560px;
	height: 340px;
	max-width: 84%;
	max-width: 80vw;
	max-height: 48.57vw; /*  80 * 340/560  */
}
.bbBox .bb-vidBox-html5 .bb-vid {
	max-width: 100%;
}
.bbBox .bb-vid-fb {
}
.bbBox .bb-vid-yt {
}
.bbBox .bb-vid-html5 {
}

.bbBox .bb-vidBox-html5 {
	position: relative;
	display: inline-block;
}
.bbBox .bb-vidBox-html5 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;

	cursor: pointer;
}
.bbBox .bb-vidBox-html5.played .overlay {
	display: none;
}
.bbBox .bb-vidBox-html5 .overlay > i {
	transition: color 0.4s ease-out, background-color 0.4s ease-out, transform 0.4s ease-out;
	font-style: normal;

	width: 8rem;
	height: 8rem;
	max-width: 10vmax;
	max-height: 10vmax;
	background-color: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 0.75);
	font-size: 5rem;
	line-height: 1em;
	border: none;

	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;

	transform: scale(1, 1);
}
.bbBox .bb-vidBox-html5:not(.played):hover .overlay > i {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	transform: scale(1.15, 1.15);
}


