/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */


/* allgemein */


/* ############################################################ */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-family: 'open_sanslight', georgia, tahoma, arial, Verdana, Segoe, 'Open Sans', helvetica, roboto, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	font-weight: normal;
	height: 100%;
}

body {
	font-size: 1.7rem;
	margin: 0 auto;
	color: #000;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	/* f�r chrome*/
}


/* �berschriften */

h1,
h2,
h3,
h4,
h5 {
	color: #000;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: none;
}

h1 {
	font-size: 3rem;
	line-height: 3.3rem;
	margin-top: 0rem;
	margin-bottom: 4.2rem;
}

h2 {
	font-size: 2.5rem;
	line-height: 3rem;
	margin-top: 2rem;
	margin-bottom: 3.5rem;
}

h3 {
	font-size: 2rem;
	line-height: 2.4rem;
	margin-top: 1rem;
	margin-bottom: 2.5rem;
	letter-spacing: 0rem;
}


/* allgemeine links  */

a {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}


/* bilder  anpassen der gr�sse  */


/*
wenn sie eigene einzelne bilder einbauen, unabh�ngig von unserem bilderstystem,
dann werden diese bilder maximal (max-width) so gross wie die original-abmessungen des bildes
bwz. des umschliessenden containers, wenn vorhanden
*/

img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

p.break {
	line-height: 15rem;
	margin: 0;
}

/* ############################################################ */


/* bereich content - inhaltsbereich */


/* ############################################################ */

.section-content {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background: midnightblue;
	/*IE9*/
	background: repeating-radial-gradient(circle, dodgerblue, midnightblue 300px, dodgerblue 400px, midnightblue);
}

.inhalt {
	height: 100%;
	width: 100%;
	padding: 0;
	background: radial-gradient(
	circle,
	transparent 200px,
	transparent,
	white,
	transparent 204px,
	transparent 300px,
	transparent,
	limegreen,
	transparent 305px,
	transparent 400px,
	transparent,
	red,
	transparent 404px,
	transparent 600px,
	transparent,
	skyblue,
	transparent 604px,
	midnightblue);
}

.menu-back-1 {
	display: table;
	POSITION: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	margin-top: -14rem;
	margin-left: -14rem;
	width: 28rem;
	height: 28rem;
	padding: 0rem;
	border-radius: 36rem;
	background: black;
	/*IE9*/
	background: repeating-linear-gradient(black, midnightblue 50%);
}

.menu-back-2 {
	display: table;
	POSITION: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	margin-top: -14rem;
	margin-left: -14rem;
	width: 28rem;
	height: 28rem;
	padding: 0rem;
	border-radius: 36rem;
	box-shadow: 0 0 70px lightskyblue;
}


/* icon - das grosse astronaut-icon  */

.menu-back-2 .fas,
.menu-back-2 .fab,
.menu-back-2 .far {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin: 0rem;
	padding: 0;
	font-size: 200px;
	color: #DFDFDF;
	text-shadow: 0 0 2px maroon;
}


/* name */

.name {
	display: inline-block;
	POSITION: absolute;
	z-index: 4;
	top: 0%;
	right: 0%;
	width: 100%;
	height: auto;
	font-weight: normal;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px black;
	background: rgba(0, 0, 0, .5);
	padding: 1rem;
	font-size: 1.2rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	box-shadow: 0px 0px 1px #000;
}

/* ############################################################ */


/* bereich fuss */


/* ############################################################ */


/* fuss */

.fuss {
	display: inline-block;
	POSITION: absolute;
	z-index: 3;
	bottom: 0%;
	right: 50%;
	margin-bottom: 0;
	margin-right: -24rem;
	width: 48rem;
	height: auto;
	text-align: center;
	color: #fff;
	padding: .5rem 1rem;
	font-size: 1.2rem;
	letter-spacing: 2px;
}

.fuss .fas,
.fuss .fab,
.fuss .far {
	display: inline-block;
	color: white;
	font-size: 1.6rem;
}


/* -----menu-fuss  ----- */

.menu-fuss ul {
	text-align: center;
	padding: 0;
	margin: 0;
}

.menu-fuss li {
	list-style: none;
	display: inline;
	line-height: 2.5rem;
	padding: 0rem .2rem;
	margin: 0 auto;
}

.menu-fuss li span {
	text-shadow: 0px 0px 2px #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.2rem;
	letter-spacing: 1px;
	padding: 0rem .2rem;
	margin: 0;
	color: #CEEAFF;
	text-shadow: 0px 0px 1px #000;
	white-space: nowrap;
	cursor: pointer;
	text-transform: uppercase;
}

.menu-fuss li span:hover {
	background: transparent;
	color: #fff;
	text-decoration: underline;
}

.menu-fuss li a {
	color: #fff;
}

/* ############################################################ */


/* M E D I A   Q U E R I E S - RESPONSIVE-BILDSCHIRMABFRAGEN */


/* ############################################################ */


/* ==================================== ab 480 pixel ================================== */

@media (min-width: 480px) {
	.name {
		width: auto;
	}
	.fuss {
		width: auto;
		right: 0%;
		margin: 0 auto;
	}
	.menu-fuss li {
		display: block;
	}
}


/* ==================================== ab 560 pixel ================================== */

@media (min-width: 560px) {

}


/* ==================================== ab 640 pixel ================================== */

@media (min-width: 640px) {
	.fuss {
		right: 50%;
		margin-right: -24rem;
		width: 48rem;
	}
	.menu-fuss li {
		display: inline;
	}
}


/* ==================================== ab 760 pixel ================================== */

@media (min-width: 760px) {
	html {
		font-size: 70%;
	}

}


/* ==================================== ab 960 pixel ================================== */

@media (min-width: 960px) {

}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */
