/*
	9Finger-Software: Default Styles
*/

@font-face { font-family: 'Maven Pro'; font-weight: 300; font-style: normal; 	src: url('./fonts/MavenPro/MavenPro-Regular.woff2') 	format('woff2'); }
@font-face { font-family: 'Maven Pro'; font-weight: 400; font-style: medium; 	src: url('./fonts/MavenPro/MavenPro-Medium.woff2') 	format('woff2'); }
@font-face { font-family: 'Maven Pro'; font-weight: 600; font-style: bold; 		src: url('./fonts/MavenPro/MavenPro-Bold.woff2') 	format('woff2'); }

* {
	color: rgba(255,255,255,0.8);
	box-sizing: border-box;
}

html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 1.0em;
	/* Set font scaling for mobile devices and prevent     */
	/* font scaling in landscape while allowing user zoom: */
	-webkit-text-size-adjust: 100%; 
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 110%;
}
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #06152C; /* Fallback */
	font-family: 'Maven Pro';
	font-weight: 300;
	font-style: normal;
}
div#body-background {
	/* Background direkt im body-tag funktioniert  */
	/* mit position:fixed nicht auf allen Browsern */
	background-image: url("/resrc/images/Hintergrund2.png");
	background-size: 100% 100%;
	background-repeat: repeat-y;	/* Image ist nur 1px breit */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -5;
	width: 100%;
	height: 100%;
}
p {
	margin: 0;
}
p + p {
	margin-top: 1.0em;
}
b {
	font-weight: 600;
}
a {
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}
a:hover, a:active {
	color: rgba(255,255,255,0.8);
}
*::-moz-selection { 
	background: rgba(255,255,255,0.10);
}
*::selection { 
	/*
	background: rgba(255,255,255,0.10);
	*/
}
.trennung {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.hidden {
	display: none;
}

div.win-info {
	position: fixed;
	z-index: 10;
	font-size: 0.9em;
	color: rgba(255,255,255,0.4);
}
div#win-info1 {
	top: 3px;
	left: 7px;
}
div#win-info2 {
	top: 45px;
	left: 7px;
}
div.error-info {
	position: fixed;
	z-index: 11;
	top: 25px;
	left: 5px;
	color: rgba(255,0,0,0.5);
	font-size: 0.9em;
}

main {
	position: relative;
	margin: auto;							/* Center #content horicontaly */
	background-color: rgba(6, 21, 44, 0.2);
	width: 80%;
	max-width: 75em;
	letter-spacing: 0.05em;
	border-left: 1px solid red;
	border-right: 1px solid red;
}


header {
	position: fixed;
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(6, 21, 44, 1.0) 0%, rgba(6, 21, 44, 1.0) 70%, rgba(6, 21, 44, 0.0) 95%);
	padding: 0.5em 0 1.5em 0;
	text-align: center;
	font-size: 1.7em;
	letter-spacing: 0.20em;
}
header div.text {
	background-image: url("/waveform.php?w=1500&r=0&g=200&b=0&a1=30&a2=100");
	background-position: center;
	background-size: 80% 100%;
	background-repeat: no-repeat;
}
header div.text a {
	color: inherit;
}
header div.text > div {
	display: inline-block;
	background-image: linear-gradient(to right, rgba(6, 21, 44, 0.0) 0%, rgba(6, 21, 44, 1.0) 10%, rgba(6, 21, 44, 1.0) 90%, rgba(6, 21, 44, 0.0) 100%);
	padding: 0 1.4em 0.3em 1.5em;
}
header div.text > div > div {
	border-bottom: 1px solid rgba(255,0,0,0.8);
}

footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2.0em;
	background-image: linear-gradient(to top, rgba(1, 19, 48, 1.00) 0%, rgba(1, 19, 48, 0.95) 60%, rgba(1, 19, 48, 0.00) 100%);
}
footer div.navi {
	position: relative;
	text-align: center;
}
footer div.navi div {
	display: inline-block;
	margin-top: -0.4em;
	font-weight: bold;
	font-size: 3.2em;
	color: rgba(255,255,255,0.2);
	transform: rotate(90deg) scaleY(1.2);
}

aside {
	position: fixed;
	z-index: 20;
	bottom: 0px;
	left: 0px;
	width: 100%;		/* Gleich zu main */
	text-align: center;
}
aside div.info {
	display: inline-block;
	position: relative;
	width: 80%;
	max-width: 75em;
	padding: 0;
}
aside div.info div.anbieter {
	float: left;
	padding-left: 0.3em;
}
aside div.info div.datenschutz {
	float: right;
	padding-right: 0.3em;
}
aside div.info div a {
	font-size: 0.75em;
}

main div.prolog {
	/* Flex, um Content vertical zu zentrieren */
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	min-height: 99vh;
	margin: 0 auto;
	padding: 0 2% 10% 2%;
	text-align: center;
}
main div.prolog div.title1 {
	position: relative;
	display: block;
	letter-spacing: 0.20em;
	font-size: 2.5em;
	font-weight: 400;
}
main div.prolog div.title1 div.text {
	display: inline-block;		/* Dafür ist div.center-div notwendig */
	line-height: 100%;
	border-bottom: 1px solid rgba(255,0,0,0.8);
}
main div.prolog div.title2 {
	display: inline-block;		/* Dafür ist div.center-div notwendig */
	padding: 2.5em 0.5em 2.2em 0.5em;
	line-height: 150%;
	font-size: 1.4em;
}
main div.prolog div.title2 .break {
	display: none;
}
main div.prolog div.image {
	display: none;
}
main div.prolog div.image img {
	width: 80%;
}
main div.prolog > div > div.text {
	padding: 2.3em 0 0 0;
	line-height: 150%;
	font-size: 1.2em;
}
main div.prolog > div > div.text > div {
}
main div.prolog > div > div.text > div + div  {
	margin-top: 0.8em;
}
main div.prolog div.navi {
	position: absolute;
	left: 0px;
	bottom: 2.0em;
	width: 100%;
}
main div.epilog {
	height: 15vh;
}

article {
	/* Flex-Container */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: stretch;
	align-items: stretch;
	margin: 0 auto;
	padding: 0;
	width: 95%;
}
article .panel {
}
article .panel.article-title {
	font-size: 1.30em;
}
article .panel.article-title div:nth-child(1) {
	display: inline-block;
}
article .panel.article-text {
	position: relative;
	font-size: 0.95em;
	line-height: 150%;
}
article .panel.article-text .expand-icon {
	display: inline-block;		/* Nur 'inline' => Kein Transform möglich */
	font-size: 1.1em;
}
article .panel.article-text .expand-icon i {
	cursor: pointer;
	color: rgba(255,255,255,0.50);
	-webkit-transition: color 0.08s ease-in;
	-moz-transition: 		color 0.08s ease-in;
	-o-transition: 			color 0.08s ease-in;
	transition: 				color 0.08s ease-in;
}
article .panel.article-text .expand-icon i:hover {
	color: rgba(255,255,255,0.70);
}
article .panel.article-text .text-to-hide {
	display: inline;
	color: rgba(255,255,255,0.50);
}
article .panel.article-text .text-to-expand {
	display: none;
}
article .panel.line {
	width: 100%;
	height: 0.1em;
	background-image: linear-gradient(to right, rgba(255,255,255,0.0) 5%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.0) 95%);
}
div.panel.line:nth-child(1) {
	margin-bottom: 3.0em;
}
div.panel.line:nth-child(n+2) {
	margin-top: 3.0em;
	margin-bottom: 3.0em;
}
div.panel.line + div.panel.line {
	margin-top: -1.0em;
}

.no-wrap {
	white-space: nowrap;
}

@media all and (min-width: 2000px) {
	main, aside div.info {
		width: 80%;
	}
	main div.prolog div.title2 .break {
		display: inline;
	}
	main div.prolog div.image.breit {
		display: inline-block;
	}
	article .panel.article-title {
		width: 25%;
		padding: 0.08em 0.5em 0 0.5em;
		border-right: 1px solid rgba(255,0,0,0.8);
		text-align: right;
		font-size: 1.60em;
	}
	article .panel.article-text {
		width: 75%;
		padding: 0.0em 0.5em 0 0.8em;
		font-size: 1.20em;
	}
	.schmal {
		display: none;
	}
}

@media all and (min-width: 1000px) and (max-width: 1999px) {
	main, aside div.info {
		width: 85%;
	}
	main div.prolog div.title2 .break {
		display: inline;
	}
	main div.prolog div.image.breit {
		display: inline-block;
	}
	article .panel.article-title {
		width: 25%;
		padding: 0.08em 0.5em 0 0.5em;
		border-right: 1px solid rgba(255,0,0,0.8);
		text-align: right;
		font-size: 1.40em;
	}
	article .panel.article-text {
		width: 75%;
		padding: 0.0em 0.5em 0 0.8em;
		font-size: 1.15em;
	}
	.schmal {
		display: none;
	}
}

@media all and (min-width: 1000px) {
	article {
		flex-direction: row;
	}
	.hide-when-rowflex {
		display: none;
	}
}

@media all and (max-width: 999px) {
	/* Bis max. 999px schmales Layout */
	header div.text {
		background-size: 100% 100%;
	}
	article {
		flex-direction: column;
	}
	article .panel.article-title {
		text-align: left;
	}
	.schmal {
		display: none;
	}
	.nrbr {
		display: none;
	}
	.hide-when-colflex {
		display: none;
	}

}

@media all and (min-width: 600px) and (max-width: 999px) {
	main, aside div.info {
		width: 90%;
	}
	main div.prolog div.title1 {
		font-size: 1.9em;
	}
	main div.prolog div.title2 {
		font-size: 1.3em;
	}
	main div.prolog div.image.normal {
		display: inline-block;
	}
	main div.prolog > div > div.text {
		padding: 2.0em 0 0 0;
	}
	article {
	}
	article .panel.article-title {
		padding: 0 0.2em 0 0.3em;
	}
	article .panel.article-title div:nth-child(1) {
		border-bottom: 1px solid rgba(255,0,0,0.8);
	}
	article .panel.article-text {
		padding: 1.0em 0.5em 0.8em 0.5em;
	}
	article .panel.article-text + div.panel.article-title {
		border-top: 2px solid rgba(255,255,255,0.2);
	}

}
@media all and (orientation: portrait) and (min-width: 600px) and (max-width: 999px) {
	main, aside div.info {
		width: 95%;
	}
	main div.prolog div.title1 {
		font-size: 2.4em;
	}
}

@media all and (min-width: 400px) and (max-width: 599px) {
	main, aside div.info {
		width: 95%;
	}
	main div.prolog div.title1 {
		font-size: 2.0em;
	}
	main div.prolog div.title2 {
		font-size: 1.4em;
		padding: 1.5em 0 1.5em 0;
	}
	main div.prolog div.image.schmal {
		display: inline-block;
	}
	main div.prolog div.image img {
		width: 90%;
	}
	main div.prolog > div > div.text {
		padding: 0.8em 0 0 0;
		font-size: 1.3em;
	}
	article {
		padding: 0 0.5em;
	}
	article .panel.article-title {
		font-size: 1.5em;
		padding: 0 0 0.5em 0;
	}
	article .panel.article-title div:nth-child(1) {
		border-bottom: 1px solid rgba(255,0,0,0.8);
	}
	article .panel.article-text {
		font-size: 1.2em;
	}
	.schmal {
		display: block;
	}
	.weit {
		display: none;
	}
}

@media all and (max-width: 399px) {
	header {
		font-size: 1.5em;
	}
	main, aside div.info {
		width: 95%;
	}
	main div.prolog {
		padding: 0 2% 4% 2%;
		min-height: 90vh;
	}
	main div.prolog div.title1 {
		font-size: 1.7em;
	}
	main div.prolog div.title2 {
		font-size: 1.3em;
		padding: 1.3em 0 1.2em 0;
	}
	main div.prolog div.image.schmal {
		display: inline-block;
	}
	main div.prolog div.image img {
		width: 90%;
	}
	main div.prolog > div > div.text {
		padding: 0.5em 0 0 0;
	}
	main div.prolog > div > div.text > div + div  {
		margin-top: 0.2em;
	}
	article {
		padding: 0 0.5em;
	}
	article .panel.article-title {
		padding: 0 0 0.5em 0;
		font-size: 1.4em;
	}
	article .panel.article-title div:nth-child(1) {
		border-bottom: 1px solid rgba(255,0,0,0.8);
	}
	article .panel.article-text {
		font-size: 1.0em;
	}
	.schmal {
		display: block;
	}
	.weit {
		display: none;
	}
}

@media all and (max-width: 349px) {
	header {
		font-size: 1.3em;
	}
	main, aside div.info {
		width: 96%;
	}
	main div.prolog {
		padding: 0 2% 0 2%;
	}
	main div.prolog div.title1 {
		font-size: 1.6em;
		letter-spacing: 0.12em;
	}
	main div.prolog div.title2 {
		font-size: 1.1em;
		padding: 1.1em 0.2em 1.0em 0.3em;
	}
	main div.prolog div.image.schmal {
		display: inline-block;
	}
	main div.prolog div.image img {
		width: 90%;
	}
	main div.prolog > div > div.text {
		padding: 0.6em 0 0 0;
		line-height: 145%;
	}
	article {
		padding: 0 0.3em;
	}
	article .panel.article-title {
		padding: 0 0 0.5em 0;
	}
	article .panel.article-title div:nth-child(1) {
		border-bottom: 1px solid rgba(255,0,0,0.8);
	}
}

/* Height */

@media all and (max-height: 499px) {
	header {
		padding: 0.2em 0 0.5em 0;
		font-size: 1.4em;
	}
	main, aside div.info {
		width: 95%;
	}
	main div.prolog {
		padding: 0 2% 0 2%;
		min-height: 100vh;
		height: unset;
	}
	main div.prolog div.title1 {
		padding-top: 1.0em;
		font-size: 1.8em;
	}
	main div.prolog div.title2 {
		font-size: 1.1em;
		padding: 1.5em 0.2em 1.2em 0.3em;
	}
	main div.prolog div.image img {
		width: 80%;
		height: 1.9em;
	}
	main div.prolog > div > div.text {
		padding: 1.0em 0 4.0em 0;
		line-height: 135%;
		font-size: 1.0em;
	}
	aside div.info {
		width: 94%;
		padding: 0.01em 0;
	}
	aside div.info div.anbieter {
		padding-left: 0.1em;
	}
	aside div.info div.datenschutz {
		padding-right: 0.1em;
	}
}

@media all and (max-height: 399px) {
	header {
		padding: 0.2em 0 0.5em 0;
		font-size: 1.3em;
	}
	main, aside div.info {
		width: 96%;
	}
	main div.prolog {
		padding: 0 2% 0 2%;
		min-height: unset;
		height: unset;
	}
	main div.prolog div.title1 {
		padding-top: 2.0em;
		font-size: 1.6em;
	}
	main div.prolog div.title2 {
		font-size: 1.1em;
		padding: 0.9em 0.2em 0.9em 0.3em;
	}
	main div.prolog div.image img {
		width: 80%;
		height: 1.8em;
	}
	main div.prolog > div > div.text {
		padding: 0.6em 0 2.0em 0;
		line-height: 135%;
		font-size: 1.0em;
	}
	footer {
		height: 1.3em;
	}
	aside div.info {
		width: 94%;
		padding: 0.02em 0;
	}
	aside div.info div.anbieter {
		padding-left: 0.1em;
	}
	aside div.info div.datenschutz {
		padding-right: 0.1em;
	}
}

@media all and (max-height: 349px) {
	header {
		padding: 0.2em 0 0.7em 0;
		font-size: 1.2em;
	}
}
