
/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: width .75s ease-out;
	-webkit-transition: width .75s ease-out;
	transition: width .75s ease-out;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}


.clearfix:after { clear:both; }
.clearfix { *zoom: 1; }

.section { clear: both;
	margin: 0rem;
	background:transparent;
}

html, body {
	font-family: Courier New, Arial;
	font-size:62.5%;
	line-height:1.0;
	height: 100%;
}

body {
	font-size:1.9rem;
	margin: 0 auto;
	background-color:#DFDFDF;
	color:#000;
	margin:0rem;
}

h1, h2 {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	
}



.container_haupt {
	margin:0rem;
	width: 100%;
	height:100%;
}

/* überschriften */
h1, h2, h3, h4, h5 {
	font-weight:normal;
}


h1 {
	font-size:4rem;
	line-height: 4.4rem;
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}

h2 {
	font-size:3rem;
	line-height: 3.4rem;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}

h3 {
	font-size:2.3rem;
	line-height: 2.6rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

pre {
	margin-bottom:1rem;
}



/* ############################################################ */
/*  speziell*/
/* ############################################################ */

.hpname {
	display:block;
	font-weight:normal;
	font-size: 2.3rem;
	text-transform:uppercase;
	color:#2d2d2d;
	letter-spacing:0.2rem;
}

.hpname span {
	margin-bottom:0.4rem;
	display:inline-block;
	font-size:1.7rem;
}

.rund {
	border-radius:36rem;
}

.zelle {display:table-cell;
	width:100%;
	vertical-align:top;
	border-collapse:separate;
}

.tabelle {display: table;
	width:100%;
	table-layout:fixed;
	border-spacing: 0rem 0rem;
}



/* ############################################################ */
/* bereich startseite */
/* ############################################################ */

.bereich-1-start {
	color:#2d2d2d;
	background-color:#DFDFDF;
	background-attachment:fixed;
	position:fixed;
	height:100%;
	overflow:auto;
	top:0rem;
	left:0rem;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
}

.zelle-logo {
	display: table-cell;
	height:100vh;
	text-align:center;
	vertical-align:middle;
	padding-top:1rem;
	padding-bottom:1rem;
}

.wrapper-content {
	display: block;
	text-align:center;
	margin:0 auto;
}

.bereich-1-start .content {
	display: block;
	margin:0 auto;
	width:90vw;
	padding:1rem;
	background-color:rgba(255, 255, 255, 0.65);
	text-align:center;
	vertical-align: middle;
	border-radius:2rem;
}

.bereich-1-start .fa {
	color:#2d2d2d;
	background:rgba(255, 255, 255, 0.65);
	font-size:2.5rem;
	border-radius:36rem;
	border:solid 0.1rem silver;
	height:5rem;
	line-height:5rem;
	width:5rem;
}

/* ========== links bereich startseite ========== */

.bereich-1-start a:link, .bereich-1-start a:visited, .bereich-1-start a:active {
	color:#2d2d2d;
	text-decoration: none;
	padding:0.5rem;
	font-weight:bold;
	font-size:2.2rem;
}

.bereich-1-start a:hover  {
	color:#800000;
	text-decoration: none;
}

/* ############################################################ */
/* bereich unterseiten */
/* ############################################################ */


.bereich-1 {
	background-color:white;
	background-attachment:fixed;
	position:fixed;
	height:100%;
	overflow:auto;
	top:0rem;
	left:0rem;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
}

.bereich-1 h1 {
	text-align:center;
	margin-bottom:1rem; 
}

.bereich-1 h2 {
	text-align:center;
}

.bereich-1 h3 {
	text-align:center;
}

.bereich-1 .content-unterseiten {
	display: block;
	margin:1rem auto;
	width:90vw;
	padding:1rem;
	background-color:rgba(255, 255, 255, 0.65);
	text-align:center;
	vertical-align: middle;
	border-radius:2rem;
}

/* ---bilder--- */
.wrapper-img {
	text-align:center;
	display:inline-block;
	width:100%;
}

.bereich-1 img {
	max-width: 90%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
/* ---- */


.bereich-1 .fa {
	color:#2d2d2d;
	background:rgba(255, 255, 255, 0.65);
	font-size:4.5rem;
	border-radius:36rem;
	border:solid 0.1rem silver;
	height:6rem;
	line-height:6rem;
	width:6rem;
}

.bereich-1 .text {
	text-align:center;
	padding:1rem 1rem 1rem 1rem;
}


/* === menü2 ==== */

.bereich-1 #menu2 ul {
	margin:0;
	padding:0;
}

.bereich-1 #menu2 li {
	display:block;
	list-style-type: none;
	margin:0rem;
	padding:0;
	text-align:center;
}

.bereich-1 #menu2 li a:link, .bereich-1 #menu2 li a:visited, .bereich-1 #menu2 li a:active {
	display:inline-block;
	text-align:left;
	color:#2d2d2d;text-decoration: underline;
	padding:0rem;
	margin-bottom:1rem;
	width:26rem;
	border:solid 0.1rem #858585;
	-webkit-transition: all 1s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bereich-1 #menu2 li a:hover  {
	color:#2d2d2d;
	text-decoration: none;
	border-radius:0rem;
	background-color:rgba(255, 255, 255, 0.65);
	border-top-right-radius:36rem;
	border-bottom-right-radius:36rem;
}

.bereich-1 #menu2 .fa {
	color:#2d2d2d;
	text-align:center;
	background:rgba(255, 255, 255, 0.65);
	margin-top:0.4rem;
	margin-bottom:0.4rem;
	margin-right:1rem;
	margin-left:0.4rem;
	border-radius:36rem;
	border:solid 0.1rem silver;
	font-size:1rem;
	height:4rem;
	line-height:4rem;
	width:4rem;
	-webkit-transition: all 1s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bereich-1 #menu2 a:hover i {
	color:red;
	text-align:center;
	background-color:#DFDFDF;
}
/* ==== */


/* === links bereich unterseiten === */
.bereich-1 a:link, .bereich-1 a:visited, .bereich-1 a:active{
	color:#2d2d2d;
	text-decoration: none;
	font-weight:bold;
}

.bereich-1  a:hover  {
	text-decoration: none;
	color:#800000;
}
/* ==== */



/* === fussmenu === */
.bereich-1 .fussmenu  {
	width:100%;
	margin:0;
}

.bereich-1 .fussmenu ul {
	padding: 0rem;
	margin:0;
}

.bereich-1 .fussmenu li { 
	display: inline;
	}

.bereich-1 .fussmenu a:link, .bereich-1 .fussmenu a:visited, .bereich-1 .fussmenu a:active{
	display:inline-block;
	font-size:1.8rem;
	background:transparent;
	color:#000;
	text-shadow:0rem 0rem  0.2rem white;
	margin:0.5rem 0.2rem 0.5rem 0.2rem;
	text-decoration:none;
}

.bereich-1 .fussmenu a:hover{ 
	text-decoration:none;
	text-shadow:0rem 0rem 0.2rem #000;
	color:#FFF;
}



/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {
	.bereich-1-start .content {
		width:50rem;
		padding:1rem;
	}
	.bereich-1 .content-unterseiten {
		
	}
	.bereich-1 .text {
		text-align:justify;
	}
}

/* ==================================== ab 680 pixel ================================== */
@media (min-width: 680px) {
	html {
		font-size:64%;
	}
}

/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {
	html {
		font-size:66.5%;
	}
	.bereich-1-start.content {
		width:60rem;
		padding:4rem;
	}
	.bereich-1 h3  {
		text-align:left;
	}
	.bereich-1 .content-unterseiten {
		padding:4rem;
		margin:5rem auto;
		width:90vw;
	}
	.bereich-1 #menu2 li a:link, .bereich-1 #menu2 li a:visited, .bereich-1 #menu2 a:active {
		width:50rem;
	}
}

/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {
	html {
		font-size:69%;
	}
	.bereich-1 .content-unterseiten {
		padding:4rem;
		margin:5rem auto;
		width:80vw;
	}
	.bereich-1 img {
		max-width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {
	html {
		font-size:72%;
	}
	.bereich-1 .content-unterseiten {
		padding:5rem;
		margin:5rem auto;
		width:70vw;
	}
	.bereich-1 #menu2 li a:link, .bereich-1 #menu2 li a:visited, .bereich-1 #menu2 a:active{
		text-decoration:none;
	}
}

/* ===================================== ab 1420 pixel ================================= */

@media (min-width: 1420px) {
	html {
		font-size:82%;
	}
}

.SiteMap  {
	padding-left:2rem;
	font-size:82%;
}

.SiteMap li {
	position:relative;
	list-style-type: none;
	padding-left:3rem;
}

.SiteMap li:before {
	position:absolute;
	font-family:'FontAwesome';
	top:0;
	left:10px;
	content:"\f124";
	color:black;
}
