* {
	margin: 0px;
	padding: 0px;
	appearance: none;
}

html,
body,
img,
video,
object,
embed,
iframe {
	overflow: hidden !important;
	border: none;
}

html,
body {
	width: 100%;
	height: 100%;
}

html {
	background-color: rgba(0, 0, 0, 1);
}

body {
	background-color: rgba(255, 255, 255, 0.1);
}

#reweBeispiel {
	position: relative;
	width: 100%;
	min-width: 940px;
	max-width: 100%;
	height: 100%;
	min-height: 300px;
	max-height: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	resize: both;
	overflow: auto;
	background-color: rgba(255, 255, 255, 1);
}

.L {
	flex: 1 0;
	/* min-width: 120px; */
	/* min-height: 300px; */
}

.R {
	flex: 1 0;
}

.Mid {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 800px;
	min-width: 700px;
	max-height: 100%;
	resize: horizontal;
	overflow-x: hidden;
}

.Mid1 {
	position: relative;
	width: 800px;
	height: 90%;
	min-width: 150px;
	max-width: 1000px;
	min-height: 600px;
	max-height: calc(100vh - 0px);
	resize: both;
	resize: vertical;
	height: 0px;
	min-height: 0px;
	overflow: hidden;
	background-color: rgb(40, 40, 40);
}

.M {
	width: 100%;
	height: 100%;
}

.Mid2 {
	flex: 1 0;
	overflow: hidden;
	background-color: rgb(40, 40, 40);
}

.drag {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 15px;
	height: 15px;
	pointer-events: none;
	background-color: rgba(255, 0, 255, 0.3);
}

.ContentHeader {
	width: 100%;
	text-align: left;
	font-family: arial;
	color: white;
	font-size: 2vw;
	font-weight: bold;
	padding: 30px 5% 10px;
	background-color: rgba(0, 0, 0, 0.1);
}

.ContentText {
	width: 90%;
	text-align: left;
	font-family: arial;
	color: white;
	font-size: 0.7vw;
	padding: 10px 5%;
	background-color: rgba(0, 0, 0, 0.1);
}