body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	background: #f8f8f8;
}
p {
	margin-bottom: 1em;
}
p.nospace {
	margin-top: 1em;
	margin-bottom: 0;
}
h1,
h2,
h3,
h4,
.h2equiv {
	font-family: 'Days One', sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}
h1 {
	font-weight: 300;
	font-size: 1.5em;
	margin-bottom: 1em;
}
h2,
.h2equiv {
	font-weight: 300;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
strong {
	font-weight: 500;
}
input[type=email],
input[type=text],
textarea {
    width: 100%;
    padding: 10px 10px;
    margin: 8px 0;
    box-sizing: border-box;
	font-size: 1em;
	font-weight: 300;
}
select {
	height: 30px;
	line-height: 30px;
    padding-left: 10px;
	padding-right: 10px;
    margin-top: 8px;
    box-sizing: border-box;
	font-size: 1em;
	font-weight: 300;
	background: #f4f4f4;
}
.iOS {
    cursor: pointer;
}
.red {
	color: #ec0677;
}
.blue {
	color: #007da8;
}
.right {
	text-align: right;
}
.marginTop0 {
	margin-top: 0;
}
.marginTop0_5 {
	margin-top: 0.5em;
}
.marginTop1 {
	margin-top: 1em;
}
.marginTop1_5 {
	margin-top: 1.5em;
}
.marginTop2 {
	margin-top: 2em;
}
.marginTop3 {
	margin-top: 3em;
}
.marginTop4 {
	margin-top: 4em;
}
.marginTop5 {
	margin-top: 5em;
}
.marginBottom0 {
	margin-bottom: 0;
}
.marginBottom0_3 {
	margin-bottom: 0.3em;
}
.marginBottom0_5 {
	margin-bottom: 0.5em;
}
.marginBottom1 {
	margin-bottom: 1em;
}
.marginBottom1_5 {
	margin-bottom: 1.5em;
}
.marginBottom2 {
	margin-bottom: 2em;
}
.marginBottom3 {
	margin-bottom: 3em;
}
.marginBottom10 {
	margin-bottom: 10em;
}
.noMargin {
	margin-top: 0;
	margin-bottom: 0;
}
.paddingTop1 {
	padding-top: 1em;
}
.paddingBottom1 {
	padding-bottom: 1em;
}
.noPadding {
	padding-top: 0;
	padding-bottom: 0;
}
.smallFont {
	font-weight: 300;
	font-size: 0.8em;
	line-height: 1.4em;
}
.smallerFont {
	font-weight: 300;
	font-size: smaller;
	line-height: 1.0em;
}
.largerFont {
	font-weight: 300;
	font-size: larger;
	line-height: 1.0em;
}
.bold {
	font-weight: bold;
}
.vcenter {
	position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hcenter {
	position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hcenter_text {
	text-align: center;
}

.italic {
	font-style: italic;
}

.mobileonly,
.hidden {
	display: none;
}

.desktoponly {
	display: block;
	/* visibility: visible; */
}

img.rounded {
	border-radius: 5%;
}

#content {
	position: relative;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	line-height: 1.4em;
	padding-bottom: 5em;
}

.twocol {
	margin-top: 0px;
	margin-bottom: -10px;
	position: relative;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	height: 100%;
}
.twocol::after {
	clear: both;
}
.twocol p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0;
}
.twocolLeft {
	float: left;
	width: 50%;
	min-width: 50%;
	padding: 0% 1% 0% 1% !important;
}
.twocolRight {
	overflow: auto;
	min-width: 50%;
	padding: 0% 1% 0% 1% !important;
}
.twocolRight:after {
  	 visibility: hidden;
  	 display: block;
  	 content: " ";
  	 clear: both;
  	 height: 10px;
}
.twocolCenter {
	width: 100%;
	padding: 0% 1% 0% 1% !important;
}

.three_container {
	position: relative;
	overflow: hidden;
	height: auto;
	display: block;
	width: 100%;
}
.three_container a:link,
.three_container a:active,
.three_container a:visited {
	color: inherit;
	text-decoration: none;
}
.three_container a:hover {
	color: #ec0677;
	text-decoration: none;
}

/* .redlink {} */
a.redlink:link,
a.redlink:active,
a.redlink:visited {
	color: #007da8;
	text-decoration: none;
}
a.redlink:hover {
	color: #ec0677;
	text-decoration: none;
}

/* .bluelink {} */
a.bluelink:link,
a.bluelink:active,
a.bluelink:visited {
	color: #ec0677;
	text-decoration: none;
}
a.bluelink:hover {
	color: #007da8;
	text-decoration: none;
}

.three_left {
	float: left;
	height: auto;
	/* Width, padding und margin ergeben den Platz, den das Element letztlich einnimmt */
	/* Margin beginnt außen, dann kommt Borde, zuletzt Padding (geht nach innen) */
	width: 26%;
	padding-right: 2.5%;
	margin-left: 1%; /* Damit man den Schatten noch ein bisschen sieht */
	text-align: right;
	font-size: 1em;
	line-height: 1.4em;
}

.three_left_logo {
	padding-top: 8px;
	margin-top: 1%;
	width: 26%;
	margin-left: 1%;
	padding-right: 3%;
	height: 70%;
	visibility: visible;
	/* background-color: green; */
}

.three_left_vu {
	/* background-color: green; */
	height: 100%;
	margin-top: 1%;
	padding-top: 1%;
	width: 25%;
	padding-right: 3%;
}

.three_left_main {
	z-index: 0;
	padding-top: 10px;
	padding-bottom: calc(10px + 1em);
	width: 23%;
	padding-left: 1%;
	font-size: 0.8em;
	min-height: 200px;
	background-color: #e6e6e6;
	border-top: 7px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 7px solid #fff;
	border-left: 7px solid #fff;
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-webkit-box-shadow: 0 0 10px 5px #878585;
	-moz-box-shadow: 0 0 10px 5px #878585;
	box-shadow: 0 0 10px 5px #878585;
}
.previewContainer {
	/* background-color: green; */
	height: 3em;
}
.previewContainer > .previewLeft {
	/* background-color: yellow; */
	position: relative;
	height: 100%;
	float: left;
	width: 75%;
	text-align: left;
}
.previewContainer > .previewRight {
	/* background-color: red; */
	height: 100%;
	float: right;
	width: 25%;
	text-align: right;
}

.three_right {
	float: right;
	height: auto;
	/* Width, padding und margin ergeben den Platz, den das Element letztlich einnimmt */
	/* aber nicht mehr im box-model, das wir in reset.cs eingestellt haben :-) */
	width: 26%;
	padding-left: 2.5%;
	margin-right: 1%;
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
}

.three_right_logo {
	width: 26%;
	margin-right: 1%;
	padding-left: 3%;
	height: 70%;
	padding-top: 8px;
	margin-top: 1%;
	visibility: visible;
	/* background-color: green; */
}

.three_right_vu {
	/* background-color: green; */
	width: 25%;
	padding-left: 3%;
	height: 100%;
	margin-top: 1%;
	padding-top: 1%;
}

.three_right_main {
	z-index: 0;
	min-height: 200px;
	padding-top: 10px;
	padding-bottom: calc(10px + 1em);
	width: 23%;
	margin-right: 1%;
	padding-right: 1%;
	font-size: 0.8em;
	background-color: #e6e6e6;
	border-top: 7px solid #fff;
	border-right: 7px solid #fff;
	border-bottom: 7px solid #fff;
	border-left: 0 solid #fff;
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-box-shadow: 0 0 10px 5px #878585;
	box-shadow: 0 0 10px 5px #878585;
}

.three_center {
	z-index: 0;
	float: left;
	width: 48%;
}

.three_center_logo {
	/* keine Erweiterungen zu .three_center */
	position: relative;
	height: 70%;
	margin-top: 2%;
	width: 46%;
	padding-left: 1%;
	padding-right: 1%;
	visibility: visible;
	/* background-color: red; */
}

.three_center_logo .logo_image {
	position: relative;
	left: 50%;
	top: 50%;
	width: 90%;
    transform: translateX(-50%) translateY(-50%);
}

.three_center_vu {
	/* Keine Besonderheiten */
}

.three_center_vu > .vu_image {
	width: 100%;
	height: 100%;
	display: block;
	margin-bottom: 25px;
}

.three_center_main {
	z-index: 1;
	background-color: #f6f6f6;
	float: none;
	position: absolute;
	left: 23%;
	right: 23%;
	width: 54%;
	font-size: 1em;
	font-weight: 300;
	padding-left: 4%;
	padding-top: 1em;
	padding-right: 4%;
	padding-bottom: 100px;
	/* opacity: 0.2; */
	/* https://discourse.wicg.io/t/position-an-element-relatively-to-another-element-from-anywhere-in-the-dom/968 */
	/* position: element(#center_container); funktioniert nicht */
    transform: translateY(-40px);
	min-height: 900px;
	border-top: 7px solid #fff;
	border-right: 7px solid #fff;
	border-bottom: 7px solid #fff;
	border-left: 7px solid #fff;
	border-radius: 10px 10px 10px 10px;
	/*
	 *1: X-Position
	 *2: Y-Position
	 *3: Blur-Faktor
	 *4: Größe
	*/
	box-shadow: 0 0 100px 5px #878585;
}
.three_center_main > .controls {
	height: 100%;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 5%;
	/* background-color: green; */
}
.single_col {
	left: 10%;
	right: 10%;
	width: 80%;
}
.mixButton {
	width: 100%;
	height: 40px;
	background-color: #333;
	border-radius: 10px 10px 10px 10px;
	color: #e6e6e6;
	font-family: 'Days One', sans-serif;
	font-size: 1.3em;
}
.selectButton {
	width: 50%;
	height: auto;
	background-color: #333;
	border-radius: 10px 10px 10px 10px;
	color: #e6e6e6;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1em;
	padding-left: 0.8em;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	margin-bottom: 1em;
}

ul.hitlist {
	list-style-type: none;
}
.hitlist > li {
	display: inline;
	margin-right: 1em;
	line-height: 160%;
}
li.size-1 {
	font-size: 1.1em;
}
li.size-0 {
	font-size: 0.9em;
}

ol.howto {
	position: relative;
	left: 1.4em;
	text-align: left;
	padding-right: 1.5em;
	margin-bottom: 1em;
}

.imageUploadContainer {
	width: 100%;
	margin: auto;
	text-align: center;
	border: 1px solid;
	padding: 3px;
	border-radius: 5px 5px 5px 5px;
	background-color: #e3e3e3;
	margin-top: 8px;
	margin-bottom: 8px;
}

.video-outer {
  overflow: hidden;
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

/* Nur für iFrame YouTube-Video */
.video-container {
  position: relative;
  min-height: 240px;
}

/* Nur für iFrame YouTube-Video */
.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.wait_cursor {
	cursor: wait !important;
}

.legal_line {
	width: 100%;
	height: auto;
	margin-top: 3em;
	position: absolute;
	left: 0;
	bottom: 0;
	/* z-index:1; */
}

/* low resolution tablets, mobiles (landscape) */
/* https://viewportsizes.com/mine/ */
@media (min-width: 600px) and (max-width: 767px) {
	/*
	body::before {
		content: "(min-width: 600px) and (max-width: 767px) fired";
		font-weight: bold;
		display: block;
		text-align: center;
		background: rgba(255, 255, 0, 0.9);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
	} */

	.twocolLeft {
		width: 100%;
		min-width: none;
		margin-left: 0;
		padding: 10px;
		padding-top: 5px;
	}
	.twocolRight {
		width: 100%;
		margin-left: 0;
		padding: 10px;
		padding-top: 5px;
	}

	.three_left_logo,
	.three_right_logo {
		padding-top: 2px;
		font-size: 0.8em;
		line-height: 1.3em;
		visibility: visible;
	}
	.three_center_main {
		min-height: 1200px;
	}
}

/* Bei 600 klappt das Menu nach unten */
@media (min-width: 415px) and (max-width: 599px) {
	/*
	body::before {
		content: "(min-width: 400px) and (max-width: 599px) fired";
		font-weight: bold;
		display: block;
		text-align: center;
		background: rgba(255, 255, 0, 0.9);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
	} */
	.mobileonly {
		display: block;
		margin-bottom: 3em;
	}
	.desktoponly {
		display: none;
		/* visibility: hidden; */
	}
	.twocolLeft {
		width: 100%;
		min-width: none;
		margin-left: 0;
		padding: 10px;
		padding-top: 5px;
	}
	.twocolRight {
		width: 100%;
		margin-left: 0;
		padding: 10px;
		padding-top: 5px;
	}
	.three_left_logo,
	.three_right_logo {
		padding-top: 2px;
		font-size: 0.6em;
		line-height: 1.2em;
		visibility: hidden;
	}
	.three_left_main {
		display: none;
	}
	.three_center_main {
		left: 2%; /* ist absolut positioniert, daher muss left gesetzt werden */
		width: 96%;
		min-height: 1300px;
		font-size: 0.9em;
	}
	.three_right_main {
		display: none;
	}
	.three_center_main > .controls {
		padding-left: 3%;
		padding-right: 3%;
	}
	.video-container {
	  min-height: 220px;
	}
	.smallerFont {
		font-size: x-small;
	}
}

/* Bei 414 geht das Menu auf die volle Breite */
@media (max-width: 414px) {
	/*
	body::before {
		content: "(max-width: 414px) fired";
		font-weight: bold;
		display: block;
		text-align: center;
		background: rgba(255, 255, 0, 0.9);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
	} */

	.mobileonly {
		display: block;
		margin-bottom: 3em;
	}
	.desktoponly {
		display: none;
		/* visibility: hidden; */
	}
	.logo_header {
		visibility: hidden;
		margin-top: 3%;
		margin-bottom: 3%;
	}
	.twocolLeft {
		width: 100%;
		min-width: none;
		margin-left: 0;
		padding: 10px;
		padding-top: 5px;
	}
	.twocolRight {
		width: 100%;
		margin-left: 0;
		padding: 10px;
		padding-top: 5px;
	}
	.three_left_logo,
	.three_right_logo {
		display: none;
	}
	.three_center_logo {
		padding-top: 5%;
		padding-bottom: 5%;
		width: 90%;
		left: 5%;
	}
	.logo_image {
		width: 100%;
	}
	.three_left_vu {
		display: none;
	}
	.three_center_vu {
		width: 90%;
		margin-left: 5%;
	}
	.three_left_main {
		display: none;
	}
	.three_center_main {
		left: 2%; /* ist absolut positioniert, daher muss left gesetzt werden */
		width: 96%;
	    transform: translateY(-60px);
	}
	.three_right_main {
		display: none;
	}
	.video-container {
	  min-height: 200px;
	}
	.mixButton {
		font-size: 1em;
	}
	.selectButton {
		width: 80%;
		font-size: 1em;
	}
	.smallerFont {
		font-size: x-small;
	}
}

@media (max-width: 375px) {
	/*
	body::before {
		content: "(max-width: 375px) fired";
		font-weight: bold;
		display: block;
		text-align: center;
		background: rgba(255, 255, 0, 0.9);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
	} */
	h1,
	h2,
	h3,
	h4,
	.h2equiv {
		font-family: 'Days One', sans-serif;
		font-weight: normal;
		line-height: 1.2em;
	}
	h1 {
		font-weight: 300;
		font-size: 1.2em;
		margin-bottom: 0.8em;
	}
	h2,
	.h2equiv {
		font-weight: 300;
		font-size: 1.1em;
		margin-bottom: 0.3em;
	}
	.twocolLeft {
		width: 100%;
		min-width: none;
		margin-left: 0;
		padding: 10px;
		padding-top: 5px;
	}
	.twocolRight {
		width: 100%;
		margin-left: 0;
		padding: 10px;
		padding-top: 5px;
	}
	.three_left_vu,
	.three_center_vu,
	.three_right_vu {
		visibility: hidden;
		/* height: 0; */
	}
	.three_center_main {
	    transform: translateY(-90px);
	}
	.selectButton {
		width: 90%;
		font-size: 1em;
	}
	.smallerFont {
		font-size: x-small;
	}
}
